J
Jim Mitchell
My Goal is to have a dropdown (DL2) filled from the selectIndexChange event
of a primary dropdown (DL1). These are picklists that will be selected
frequently.
Can someone recommend a strategy that will not require the screen to refresh
every time.
1) If I use HTML dropdown lists, how do I trigger a postback?
2) Can I load XML into the viewstate and use the viewstate data somehow?
3) Should I just bite the bullet and let the screen refresh? How can I make
it more efficient?
Thanks in advance.
of a primary dropdown (DL1). These are picklists that will be selected
frequently.
Can someone recommend a strategy that will not require the screen to refresh
every time.
1) If I use HTML dropdown lists, how do I trigger a postback?
2) Can I load XML into the viewstate and use the viewstate data somehow?
3) Should I just bite the bullet and let the screen refresh? How can I make
it more efficient?
Thanks in advance.