G
Guest
I have an ASP.NET application that I am developing in VS 7.1.3088 (vb code
behind).
The application has 4 pages.
4 buttons and a header control on default.aspx
4 text boxes , 4 buttons, and a header control on next page (called from
Default.aspx - based on which button was clicked)
Next page has a datagrid and a header control based on data from previous
page.
Selected item can then be opened in 'main' page and edited/made void/ or add
a new record to database.
All of it works execept the last page. It is opened the same way as the
rest. It works fine in the development/local mode.
I have searched this (and other google.groups) looking for an answer, and
have come up empty.
In my (limited) debugging, I can determine that the page_load event executes
completely.
Also, in the [add new record] mode, a button click will cause validation,
but nothing else (appears to) happen.
This has really stumped me and probably is something simple... if I only knew.
Thanks
behind).
The application has 4 pages.
4 buttons and a header control on default.aspx
4 text boxes , 4 buttons, and a header control on next page (called from
Default.aspx - based on which button was clicked)
Next page has a datagrid and a header control based on data from previous
page.
Selected item can then be opened in 'main' page and edited/made void/ or add
a new record to database.
All of it works execept the last page. It is opened the same way as the
rest. It works fine in the development/local mode.
I have searched this (and other google.groups) looking for an answer, and
have come up empty.
In my (limited) debugging, I can determine that the page_load event executes
completely.
Also, in the [add new record] mode, a button click will cause validation,
but nothing else (appears to) happen.
This has really stumped me and probably is something simple... if I only knew.
Thanks