How to send values from one page to another asp.net
-
Hello All, How to send values from one page to another in asp.net, Can any body suggest me how to do the above.... thanks in advance shree
There are various ways..Through Session objects,Query Strings ..All depends on your requirement Check this : http://msdn2.microsoft.com/en-us/library/50x35554.aspx
-
There are various ways..Through Session objects,Query Strings ..All depends on your requirement Check this : http://msdn2.microsoft.com/en-us/library/50x35554.aspx
-
There are various ways..Through Session objects,Query Strings ..All depends on your requirement Check this : http://msdn2.microsoft.com/en-us/library/50x35554.aspx
-
Hello All, How to send values from one page to another in asp.net, Can any body suggest me how to do the above.... thanks in advance shree
you can declare those variable as public shared which makes them able to access from one page to another page. kavitabhat