mbiro
Programmer
- Nov 20, 2001
- 304
I have a master page in ASP.NET 2.0 and two child pages. The first child is named default.aspx and the second is info.aspx. Default.aspx has a form that posts back to itself, does some stuff, and server.transfers to info.aspx. Info.aspx has another form that posts back to itself. When I step through the code, it goes thru the info.aspx.vb code and then goes through the default.aspx.vb code. Why is it going back through the default.aspx.vb code? Info.aspx.vb makes no reference to it at all. Thanks.