XMLHTTP with asp.net
Does anyone know where to find a good example of using XMLHTTP with C#? All the examples I have found are using ASP...
Or maybe someone can think of another helpful solution to my problem. I made an autocomplete script for an asp.net text box which populates a javascript array with a bunch of values from a dataset. There are prolly 5,000 records and the page takes forever to load. I want to use javascript to disable the textbox, load the array into the page using XMLHTTP and then enable the textbox when it is done loading, but make the page usuable while loading the big chuck o'data.
yeah!
-- Jenni
|