views:

409

answers:

1

Does anyone know how to set up a default querystring to an asp.net webform which is set up as a start up page?

+4  A: 

You can set the start page for your project.

In the solution explorer right click on your web projects node and select properties. Find the Web tab and select Specific Page and enter the name of the page you want to test and add your query string here.

Rune Grimstad