472,144 Members | 1,893 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,144 software developers and data experts.

Execute server code without complete page refresh (XMLHTTP)

Is there a way to execute server code without doing a complete page
refresh in .Net? I have an ASP page to convert that uses XMLHTTP and I'm
wondering if I should continue to use it in ASPX or do something else.

The XMLHTTP is used in ASP to populate drop down boxes based on user
input without having to send the entire page contents back and forth to
the server. Our remote users have slow connections so it really helps to
keep the amount of data going back and forth to the server as small as
possible. The ASP page in question has a lot of information on it so
sending the entire page back and forth makes it painfully slow to the
users.

To summarize, my goal is to refresh or repopulate drop down lists
without having to do a complete refresh of the entire page.

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Nov 18 '05 #1
3 2334
I have read and seen some examples of using JavaScript behaviors to talk
with Web Services via JavaScript. Wish I could give you a reference.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

"Matt" <mc************@hotmail.com> wrote in message
news:eI**************@TK2MSFTNGP09.phx.gbl...
Is there a way to execute server code without doing a complete page
refresh in .Net? I have an ASP page to convert that uses XMLHTTP and I'm
wondering if I should continue to use it in ASPX or do something else.

The XMLHTTP is used in ASP to populate drop down boxes based on user
input without having to send the entire page contents back and forth to
the server. Our remote users have slow connections so it really helps to
keep the amount of data going back and forth to the server as small as
possible. The ASP page in question has a lot of information on it so
sending the entire page back and forth makes it painfully slow to the
users.

To summarize, my goal is to refresh or repopulate drop down lists
without having to do a complete refresh of the entire page.

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!

Nov 18 '05 #2
http://tinyurl.com/yqlj5
is a good link

--
Regards,
Alvin Bruney
Got tidbits? Get it here...
http://tinyurl.com/3he3b
"Kevin Spencer" <ke***@takempis.com> wrote in message
news:uN**************@tk2msftngp13.phx.gbl...
I have read and seen some examples of using JavaScript behaviors to talk
with Web Services via JavaScript. Wish I could give you a reference.

--
HTH,
Kevin Spencer
.Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

"Matt" <mc************@hotmail.com> wrote in message
news:eI**************@TK2MSFTNGP09.phx.gbl...
Is there a way to execute server code without doing a complete page
refresh in .Net? I have an ASP page to convert that uses XMLHTTP and I'm
wondering if I should continue to use it in ASPX or do something else.

The XMLHTTP is used in ASP to populate drop down boxes based on user
input without having to send the entire page contents back and forth to
the server. Our remote users have slow connections so it really helps to
keep the amount of data going back and forth to the server as small as
possible. The ASP page in question has a lot of information on it so
sending the entire page back and forth makes it painfully slow to the
users.

To summarize, my goal is to refresh or repopulate drop down lists
without having to do a complete refresh of the entire page.

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!


Nov 18 '05 #3
Interesting idea. I'm still looking for a good example that shows more
than adding two numbers and showing the result in an Alert window.

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Nov 18 '05 #4

This discussion thread is closed

Replies have been disabled for this discussion.

Similar topics

3 posts views Thread by Metnetsky | last post: by
nathj
11 posts views Thread by nathj | last post: by
reply views Thread by leo001 | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.