Click here to Skip to main content
15,890,336 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hello, this is Vikas Gohil.
I have created a small page for testing the ajax functionality in MonoDevelop under ubuntu.
I did the following thing, created a C# web project in VS2005 under windows, with a single page. On this page I used a ModalPopup Extender to display a panel with a message in it, when the button is clicked.

The Code works fine under Windows, but when I Copy my code in ubuntu and run it, it does not work ie no modal popup is shown.

I have referenced all the necessary DLL files in MonoDevelop. Also it doesn't show any errors or warning and is compiled successfully, but still it doesnt work.

Can any one help me in this matter, please. I tried everything i could, also kept the AjaxControltoolkit DLL in GAC but no success.

OR

Can someone guide me how to enable ajax in MonoDevelop.

Thanks in Advance.
Posted

1 solution

If you do an internet search for ajax in mono you should get over 1,000,000 hits.

Give it a try.
 
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