querystring
-
how to pass the values form one webform to another webform. using querystring. i am using asp.net with c#
Gayatri
-
how to pass the values form one webform to another webform. using querystring. i am using asp.net with c#
Gayatri
-
Bardy85 wrote:
Pagename.aspx?Temp1=Value1?Temp2=Value2?Temp3=Value3
Should be like this
Pagename.aspx?Temp1=Value1&Temp2=Value2&Temp3=Value3
:)
Please remember to rate helpful or unhelpful answers, it lets us and people reading the forums know if our answers are any good.
-
or if you are using a form on the page, set the post method to "GET" eg
the querystring name will correspond to to the name of the inputs for this example it would be ?something=sometext
-
:wtf:
Bardy85 wrote:
Pagename.aspx?Temp1=Value1?Temp2=Value2?Temp3=Value3
Thjis is the correct way Pagename.aspx?Temp1=Value1&Temp2=Value2&Temp3=Value3
The Developer - CEH
In my Project there were 3 master page. one for login second for Menu third for All WebForms like NewScore. i want Login name in all masterpages. and when login is valid then second menu page will be open. when we click on menu page then webform open that webform i want login name. pls help me its urgent.
Gayatri
-
how to pass the values form one webform to another webform. using querystring. i am using asp.net with c#
Gayatri