Simple question ..passing web parameters in the url

  • Thread starter Thread starter G.Esmeijer
  • Start date Start date
G

G.Esmeijer

Friends,

working with C# ASP.NET

Would like to startup my webform with http://myweb?Nr=1234?mg=1

What I want is:
- bring 2 parameters to my webform (aspx) and use put these values in two
textBoxes
- bring 2 parameters to my webform and use them in the codebehind
application.

sounds like a easy question, but regretfully not for me.
Who can help

regards
gerrit Esmeijer
 
Back
Top