how can i pass a variable from a page to another in asp.net
10x
plenty of methods for this.....you can use QueryString when you are redirecting your page.......you can save your variable value in a Session variable and access it from another page,you can use Viewstate.......
but please learn these very basic things from a book(or you can have GOOGLE anytime)....don t go for readymade answers........
plenty of methods for this.....you can use QueryString when you are redirecting your page.......you can save your variable value in a Session variable and access it from another page,you can use Viewstate.......
but please learn these very basic things from a book(or you can have GOOGLE anytime)....don t go for readymade answers........
ok 10x for u
i will search for all basic things from google befor asking u
Comment