I have an idea, but i am not very sure of this, just give it a try.Each of the Buttons has a seperate ClientId. if u could store them while u create them then u could run a loop in the event handler to find out which button fired the event.
And one more thing if u can replace the Button with a RadioButton and place one Submit button i can give u the exact solution...
User Profile
Collapse
-
i would rather prefer using Session variable and believe using Session is much easier than Cookie
in 1st page
Session["var"]=txtbox.text;
in 2nd page retrieve like this
Session["var"].ToString();...Leave a comment:
-
Use IndexOf method available for a string variable , like s.IndexOf('A'). If A is present it will return its index else some default value (i think -1 just check it out)...Leave a comment:
-
hi DeeGirl,
Make the AutoPost back property of the dropdown list to true and then write the logic to get the course fee into textbox in the SelectedIndexCh anged event of the dropdown List...Leave a comment:
No activity results to display
Show More
Leave a comment: