I am creating a lot of custom web forms, and would like a program that I could easily setup to autofill those fields. These forms are really long, so it is a pain to re-enter the data.
Please note, this is for development only
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you want to do this without outside test software, simply use a the DEBUG constant. Place this code in your Page_Load or other function called by Page_Load. It could be time consuming to initially set up, but it keeps your debugging values within the source code, hence within source code control.
When you do a Release build, the code above will not be compiled into the web application.