web forms sending parameters
C#
2
Posts
2
Posters
0
Views
1
Watching
-
-
I have a webForm,Iwant that when the user click a button the page will change and I want to send this new page parameter (int id , string or anything else), how can I do it? I move to the next page by: Response.Redirect(...) thank you very much, sharon
Look at the following link from MSDN Clickety