|
code
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Dropdownlist causes blank screenI have a VS .Net 2003 webform that contains 2 dropdownlist controls. One picks a month, and the second picks a year. Both have their AutoPostBack propertie enabled. When I run the form, and select a differnet month, and before the postback happens, I quickly select a different year, the page displays as a blank page. The page is displayed in a 2 section html Frameset (main & content). The main frame contains a hyperlink to display the page in the content frame. If I click the hyperlink to re-display the page, it still shows blank. I put a breakpoint in the Page_load() event, and all my code runs with no problems. Any ideas on what is happening? RML > Any ideas on what is happening? It seems you are playing with frames. I'd recommend you enable tracing andNo idea! start logging the execution path. Also have the debugger stop on any exceptions. -- Show quoteHide quoteRegards, Alvin Bruney [MVP ASP.NET] [Shameless Author plug] The Microsoft Office Web Components Black Book with .NET Now Available @ www.lulu.com/owc Forth-coming VSTO.NET - Wrox/Wiley 2006 ------------------------------------------------------- "RML" <R**@discussions.microsoft.com> wrote in message news:90D3FCDE-919A-4B39-B3D4-59CD9A00AE93@microsoft.com... > Hi, > > I have a VS .Net 2003 webform that contains 2 dropdownlist controls. One > picks a month, and the second picks a year. Both have their AutoPostBack > propertie enabled. When I run the form, and select a differnet month, and > before the postback happens, I quickly select a different year, the page > displays as a blank page. > > The page is displayed in a 2 section html Frameset (main & content). The > main frame contains a hyperlink to display the page in the content frame. > > If I click the hyperlink to re-display the page, it still shows blank. > > I put a breakpoint in the Page_load() event, and all my code runs with no > problems. > > Any ideas on what is happening? > > RML
Inheriting from the TreeNode class
GridView "visible=False" data items not accessible? programattically Enabling/diusabling child controls Website on a website. Menu Control and Page Validation Dependent GridViews And CommandArguments Set visibility of label in itemtemplate of repeater control VS 2005 Validator controls Adding errors by hand to a validationsummary? Reading a public variable from a web user control |
|||||||||||||||||||||||