Click here to Skip to main content
15,891,253 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
I have been looking at the added functionality of Ajax control toolbox. Will it work with other C# forms and programs just as it does in PHP. Sorry for the confusing question.. I am new here and do appreciate your help.

I am programming in a standard C# Visual Studio 2008 Professional Environment and have found the stand textbox controls do now work very well at controlling user input. I noticed Ajax had extended controls and was looking for the same in standard C#. Does anyone know of a similar kit for this environment.

Thanks
Posted
Updated 16-May-12 1:27am
v2
Comments
walterhevedeich 15-May-12 22:40pm    
You mean windows forms? No, it won't.
deedplot 16-May-12 0:43am    
Thanks for the help. Do you know of any enhancements to the Visual Studio 2008 Toolbox? I am especially interested in an enhanced textbox control.
walterhevedeich 16-May-12 0:52am    
This is another topic. You can ask another question, just make sure you put all the details of your issue.

1 solution

Since, you talk of Ajax control toolkit, you are talking of ASP.NET, but you have not tagged your question as is.

Assuming you are talking of ASP.NET, you have new controls designed and shared in AJAX toolkit. Have a look at them here:
ASP.NET AJAX Control Toolkit sample site[^]

They can be used in your ASP.NET webpages easily.

Reading your comments, there are few enhanced textbox in the kit. One of them: Filtered textbox[^]. Check by yourself.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900