Hi
I am a fresher to .net just taking classes for .net. I got a task whic i have a basic idea but dont know how to proceed. Heres the task
create a form with a textbox and two buttons 'Show' and 'Sum'
the textbox should take values from 1-20
after enter a value(5) in the textbox, click the show button, then it should display 5 textboxes(value ) on the form.
note: dont create textboxes before clicking the show buttonafter that many no. of texboxes are displayed, we 'll enter some integer values and click the sum button. then it has show a messagebox displaying the sum of those textboxes.
Please give me some codes to do this!!!!
Note: i created one textbox but unable to link with rest of programm
I am a fresher to .net just taking classes for .net. I got a task whic i have a basic idea but dont know how to proceed. Heres the task
create a form with a textbox and two buttons 'Show' and 'Sum'
the textbox should take values from 1-20
after enter a value(5) in the textbox, click the show button, then it should display 5 textboxes(value ) on the form.
note: dont create textboxes before clicking the show buttonafter that many no. of texboxes are displayed, we 'll enter some integer values and click the sum button. then it has show a messagebox displaying the sum of those textboxes.
Please give me some codes to do this!!!!
Note: i created one textbox but unable to link with rest of programm
Comment