Hi all,
I am currently working through a book teaching me about ASP.NET. I have taught myself ASP pretty well over the past several years, but I am having trouble with ASP.NET.
I need to be able to show different content according to the querystring. I already know how to grab the information in the querystring and put it into a string variable, but I need to be able to call different content based on that information. In ASP I would use sub procedures, but I am not for sure about ASP.NET.
How would I do the above?
I am currently working through a book teaching me about ASP.NET. I have taught myself ASP pretty well over the past several years, but I am having trouble with ASP.NET.
I need to be able to show different content according to the querystring. I already know how to grab the information in the querystring and put it into a string variable, but I need to be able to call different content based on that information. In ASP I would use sub procedures, but I am not for sure about ASP.NET.
How would I do the above?