Martin_SBT
July 26th, 2006, 05:25 PM
webform contain couple of textboxes within panels and a server control button.
when i click on my server control button on my webform, my code retrieves new information from a collection and the the texboxes are updated with that new infos.
Now, the anoying thing is that each time i click on the button the enire page reloads including panels, textboxes and so on...
I would like my app to be more fluid, so when the user click on the button, he just see the content of the textboxes being updated!! Is this doable??
Or am i just too demanding? :confused:
Please help
Martin
when i click on my server control button on my webform, my code retrieves new information from a collection and the the texboxes are updated with that new infos.
Now, the anoying thing is that each time i click on the button the enire page reloads including panels, textboxes and so on...
I would like my app to be more fluid, so when the user click on the button, he just see the content of the textboxes being updated!! Is this doable??
Or am i just too demanding? :confused:
Please help
Martin