Re: Form PostBack
- From: "Steve C. Orr [MVP, MCSD]" <Steve@xxxxxxx>
- Date: Wed, 15 Mar 2006 11:44:02 -0800
I suggest you find a way to achieve this functionality without posting back.
One way is to use all client side code (probably JavaScript.)
Another approach is to use AJAX:
http://SteveOrr.net/articles/Ajax.aspx
Or it sounds like a ComboBox control might be just what you're looking for:
http://SteveOrr.net/articles/ComboBox.aspx
http://www.metabuilders.com/tools/ComboBox.aspx
--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net
<thefroggy13@xxxxxxxxx> wrote in message
news:1142442542.898277.257760@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
I am currently trying to create an aspx form that has 25 text boxes
that are partially filled in by dropdown boxes filled in at pageload.
When I choose an item in the dropdown it postsback the information to
the text box.
It is taking several seconds to repaint the page.
My question is " Is there a way to increase the speed of the page
refresh? "
.
- References:
- Form PostBack
- From: thefroggy13
- Form PostBack
- Prev by Date: Re: Id in asp controls not unique
- Next by Date: Re: VS 2005 Login Control
- Previous by thread: Re: Form PostBack
- Next by thread: Finding Value of Dynamic Control in MasterPage/ContentPage System
- Index(es):
Relevant Pages
|