Alternatives to ASP.NET Ajax
-
I'm trying to add spam and abuse reporting functionality to my app, I basically have a link with the text 'Report this post' that should be changed to 'Thank you' when clicked by the user, it should call a page in my app (silently) and send it the post id. I find ASP.NET Ajax too much for this very simple scenario, I have no server controls, it's just a link (I'm not an expert in Ajax but I read a little about UpdatePanel and didn't like it very much esp. the complete postback part, Page_Load .. etc). Any suggestions how this can be done without ASP.NET Ajax? Thanks Regards
Waleed Eissa Software Developer Sydney
-
I'm trying to add spam and abuse reporting functionality to my app, I basically have a link with the text 'Report this post' that should be changed to 'Thank you' when clicked by the user, it should call a page in my app (silently) and send it the post id. I find ASP.NET Ajax too much for this very simple scenario, I have no server controls, it's just a link (I'm not an expert in Ajax but I read a little about UpdatePanel and didn't like it very much esp. the complete postback part, Page_Load .. etc). Any suggestions how this can be done without ASP.NET Ajax? Thanks Regards
Waleed Eissa Software Developer Sydney
Waleed Eissa wrote:
ASP.NET Ajax
ASP.NET AJAX just wraps the java script code into built-in controls. You can always write simple JS code that does AJAX call. Check this[^]
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia How to use google | Ask smart questions