I want To pass A DataSet in a QueryString.So that I can get it another page.Is it possible.How i can i do it
Pls help

Recommended Answers

All 2 Replies

hi,
u can use session instead of request.querystring to achieve that functionality.

I would suggest not storing a dataset in a user's session. If you do, make sure you clear it as soon as possible.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.