Tuesday, May 15, 2007

Query string

How to transfer variable between pages ? better u can use query string ....

example : u can use ? this question mark after the link page ....like below and pass ur variable

for passing -----> www.test.com/removemember.aspx?custid=342

for getting that variable ----> request.querystring("custid")

No comments: