Nostromo77
03-16-2007, 05:18 PM
Hello,
I'm new to ASP.NET, and I am working on an existing ASP.NET 1.x website using Visual Basic.
I want to make some minor changes to the validation code of the site, but I am having trouble locating the code in question, either as inline code on the .aspx page, or in a code behind page. The .aspx pages seem to reference code-behind files that don't exist (i.e. "Codebehind="checkout_main.aspx.vb"").
The code must be there somewhere, as it is functioning. Is it possible that the original developer compiled the code, but did not include the code-behind pages that the compilation was based on? Is there any way to get into the code to make the small changes I want to do, or is it easier just to start over?
Thanks very much for any comments or advice.
I'm new to ASP.NET, and I am working on an existing ASP.NET 1.x website using Visual Basic.
I want to make some minor changes to the validation code of the site, but I am having trouble locating the code in question, either as inline code on the .aspx page, or in a code behind page. The .aspx pages seem to reference code-behind files that don't exist (i.e. "Codebehind="checkout_main.aspx.vb"").
The code must be there somewhere, as it is functioning. Is it possible that the original developer compiled the code, but did not include the code-behind pages that the compilation was based on? Is there any way to get into the code to make the small changes I want to do, or is it easier just to start over?
Thanks very much for any comments or advice.