ASP.NET parameters in URL ??

  • Thread starter Thread starter Jurjen de Groot
  • Start date Start date
J

Jurjen de Groot

Hello,


What's the deal with the ? in a URL ? I know it is used to transport some
parameters but how can the aspx page retrieve those values ? for instance
WebForm1.aspx?ID=12345

How to get the ID value, I suppose it has to be retrieved in the Page_Load
event, but how ?


TIA

Jurjen de Groot
G.I.T.S., Netherlands
 
Back
Top