I am using a WHDG on an ajax enabled form. I need to cause the grid to reload its data from the server without having to reload the whole page. This is to alow a filtered version of the data fro be taken from the database, for which I hope to use a textbox in an update panel the valueof which to be set prior to the reload on client side.
I cant find a method for this, can you help ?
Hi,
Why can't you put the WHDG and an asp button in an updatepanel and have that call the postback?
Ed
Yes, I could, but Im not sure if there may be other ramifications of doing that. In fact I had tried that, it would jsut seem to me that there should be a way of reloading completely without resorting to an update panel but we shall see.