|
code
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Blinking ControlsWhenever I retrieve a new record on my WebForm, all of the dropdown boxes
blink, they disappear for a second or two then reappear. The rest of the controls (mostly textboxes) are steady. I just put a button on the form, and it is blinking now. Can anyone tell me how to keep the controls steady? Thanks i advance for any help. Walter Levine SmartNavigation is the simplest and most common solution for the postback
ugliness. Here's more information: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfSystemWebUIPageClassSmartNavigationTopic.asp Show quoteHide quote "Walter Levine" <wlev***@sigsys.net> wrote in message news:um$%23$u3ZFHA.1412@TK2MSFTNGP12.phx.gbl... > Whenever I retrieve a new record on my WebForm, all of the dropdown boxes > blink, they disappear for a second or two then reappear. The rest of the > controls (mostly textboxes) are steady. I just put a button on the form, > and > it is blinking now. Can anyone tell me how to keep the controls steady? > Thanks i advance for any help. > Walter Levine > > Hi Steve,
Thanks for your reply. I have always used Smart Navigation set to true in the page directive, and now I put it in the Page_Load It does make a difference But the Dropdown and the Buttons continue to blink. Is there anything else?? Walter "Steve C. Orr [MVP, MCSD]" <St***@Orr.net> wrote in message http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfSystemWebUIPageClassSmartNavigationTopic.aspnews:uptXbP5ZFHA.1092@tk2msftngp13.phx.gbl... > SmartNavigation is the simplest and most common solution for the postback > ugliness. > Here's more information: > Show quoteHide quote > > -- > I hope this helps, > Steve C. Orr, MCSD, MVP > http://SteveOrr.net > > > "Walter Levine" <wlev***@sigsys.net> wrote in message > news:um$%23$u3ZFHA.1412@TK2MSFTNGP12.phx.gbl... > > Whenever I retrieve a new record on my WebForm, all of the dropdown boxes > > blink, they disappear for a second or two then reappear. The rest of the > > controls (mostly textboxes) are steady. I just put a button on the form, > > and > > it is blinking now. Can anyone tell me how to keep the controls steady? > > Thanks i advance for any help. > > Walter Levine > > > > > > I hope you've been doing well Walter.
The alternatives to SmartNavigation get significantly more complicated. You could use XMLHTTP to allow your controls to make their own calls back to the server without have to refresh the whole page: http://www.codeguru.com/Csharp/.NET/net_general/tipstricks/article.php/c9679/ This kind of thing gets easier in ASP.NET 2.0 if you can wait until then: http://www.developer.com/net/asp/article.php/3506896 Show quoteHide quote "Walter Levine" <wlev***@sigsys.net> wrote in message news:e6nxLj6ZFHA.3912@TK2MSFTNGP10.phx.gbl... > Hi Steve, > Thanks for your reply. > I have always used Smart Navigation set to true in the page directive, > and > now I put it in the Page_Load > It does make a difference > But the Dropdown and the Buttons continue to blink. > Is there anything else?? > Walter > "Steve C. Orr [MVP, MCSD]" <St***@Orr.net> wrote in message > news:uptXbP5ZFHA.1092@tk2msftngp13.phx.gbl... >> SmartNavigation is the simplest and most common solution for the postback >> ugliness. >> Here's more information: >> > http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfSystemWebUIPageClassSmartNavigationTopic.asp >> >> -- >> I hope this helps, >> Steve C. Orr, MCSD, MVP >> http://SteveOrr.net >> >> >> "Walter Levine" <wlev***@sigsys.net> wrote in message >> news:um$%23$u3ZFHA.1412@TK2MSFTNGP12.phx.gbl... >> > Whenever I retrieve a new record on my WebForm, all of the dropdown > boxes >> > blink, they disappear for a second or two then reappear. The rest of > the >> > controls (mostly textboxes) are steady. I just put a button on the >> > form, >> > and >> > it is blinking now. Can anyone tell me how to keep the controls >> > steady? >> > Thanks i advance for any help. >> > Walter Levine >> > >> > >> >> > >
SRE (Simple Rule Engine)
ImageButton bug Help, DropDown Web Control not Retuning "SelectedValue" Drop down listbox - extra properties, possible? CUSTOMVALIDATOR works but page goes on on FALSE "Google Suggests" and the AJAX .NET Wrapper? CustomValidator VALIDA pero NO FUNCIONA REGEX para Email I want to do a process once per page process, but 'touch' all instances of my server control. Control opens over another |
|||||||||||||||||||||||