Asp Repeater
-
Hi I have an Asp repeater on my form filled from a website. Basically each member is a href. What I want to do is depending which is selected I wish to set a session variable say x, to be some value, dependant on the selection. Any ideas? Thank you in advance Stephen
-
Hi I have an Asp repeater on my form filled from a website. Basically each member is a href. What I want to do is depending which is selected I wish to set a session variable say x, to be some value, dependant on the selection. Any ideas? Thank you in advance Stephen
If you are using links, you can use linkbuttons instead, and when you generate an itemcommand event from the repeater, you can have this x value in the commandargument property of the linkbutton, and simply set this value into the session variable. daniero