PDA

View Full Version : AJAX problems in ASP.Net



samuelmitch
April 5, 2007, 06:47 PM
I using AJAX in a Web application which I am developing in C#.net 2005. The problem that I am having is that when i click a button the validators sometimes does not show, but at the same time no command is executed. how can I get the validators to work in the ajax all the time.

recursion
April 5, 2007, 07:28 PM
So you're saying the validators display their error messages randomly. Could you do some more tests to see if you could isolate the instances when it does not show? Maybe it's a specific sequence of actions/format of data in validated controls....., Also what else are you using on the page?

kknight
April 6, 2007, 03:56 PM
Dis is what you need fi yu AJAX programming, WebOS Appbuilder.

http://www.morfik.com/

Or Thinwire SDK. Though free it's not as straightforward to set up.

http://thinwire.com/index.html

samuelmitch
April 10, 2007, 09:31 AM
@kknight, I am using ajax in asp.net, how is this WebOS going to help me with this problem i am having.
@recursion, i notice that it only works the first time when the pages loads up but after that, it is invisible. once I click a button, it fires the validators but if i enter an invalid expression, it does not show the validator but the button does not perform any action which i assume that the validator is doing its job but it is not visible.

i hope you get what i am saying