Hi
i'm new to asp .. and .net environment.. the task is on clicking a button i want the same page to be posted back with an additional flag variable..and then i want to check this variable and based on it i have to follow a different path
so i tried in the onclick event of the image button to call the same page
e.g default.aspx?'& amp;flagvalue=1 '
and in the codebehind on page load event if i try to get the value
using request.queryst ring , it always seems to be null ami missing something here
or is there any better way than this
thanks in advance
i'm new to asp .. and .net environment.. the task is on clicking a button i want the same page to be posted back with an additional flag variable..and then i want to check this variable and based on it i have to follow a different path
so i tried in the onclick event of the image button to call the same page
e.g default.aspx?'& amp;flagvalue=1 '
and in the codebehind on page load event if i try to get the value
using request.queryst ring , it always seems to be null ami missing something here
or is there any better way than this
thanks in advance
Comment