0
votes
How to validate ASPNET AJAX installation
Haven't tried this myself, but I found several forum postings recommending the following
Try and add the following to your
web.config
within
<system.webSer …
1
vote
ASP.net AJAX Search
The asp.net ajax control toolkit has one here.
If you don't like that one, sea …
1
vote
Getting a member via string in C#?
Yes, via reflection. Take a look at the Type class and associated methods. A good place to start might be …
