Search Results

0
votes

How do I add a Microsoft AJAX auto complete textbox to an existing ASP.NET 3.5 SP1 web application project?

I found the AJAX Control Toolkit solution to be really slow. Of course I'm open to it being my fault. We had already purchased the Telerik suite of controls and used theirs which had pretty good …
0
votes

Using AJAX for Incremental Save with ASP.NET with multi layered web app

Is it possible to just use an AJAX timer control, set it to execute every 30 seconds (or whatever), grab the data from your input fields, apply them to your ObjectDataSource parameters and call an …
0
votes

Some form of Progress bar when something is loading in ASP.NET?

I've been using the jQuery plugin BlockUI. Pretty easy to set up and very cool looking, especially when used with …