mdent
03-21-2007, 05:21 AM
Hey I apologise if this has been answered previously, and/or this is in the wrong forum.
There is either a very long or very quick answer to this question - I need to show a certain set of asp.net controls depending on what asp.net button is pressed. However, I don't want the buttons to make a roundtrip to the server / postback every time they are clicked. Obviously even with AJAX, the button still does a postback which means it takes 3/4 seconds to show the control depending on bandwidth.
My current version has 3 seperate views in a multiview and shows a different view depending on which button is pressed - is this too much to ask to have this fire with javascript??! Apologies for my ignorance.
There is either a very long or very quick answer to this question - I need to show a certain set of asp.net controls depending on what asp.net button is pressed. However, I don't want the buttons to make a roundtrip to the server / postback every time they are clicked. Obviously even with AJAX, the button still does a postback which means it takes 3/4 seconds to show the control depending on bandwidth.
My current version has 3 seperate views in a multiview and shows a different view depending on which button is pressed - is this too much to ask to have this fire with javascript??! Apologies for my ignorance.