Possible to post to a control with out refreshing

smjrifle

New Member
Hello all,<BR><BR>I have a header for all my pages which is contained in a custom control (an ascx page). I want there to be a listbox in it that postback when when the value is changed but I dont want the whole page reloaded just the data in the custom control. Is this possible at all. <BR><BR>Thanks,<BR><BR>MorganYou could do this by creating a custom webservice that calls the method you want. The use the IE WebService Behavior. This particular one will only work for IE 5+ though.Ya webservices are cool but this if for a commerical web site so I need to to work on as many browsers as possible. Any other ideas?
 
Back
Top