Results 1 to 4 of 4

Thread: AJAX problems in ASP.Net

  1. #1
    Join Date
    Dec 2004
    Posts
    159
    Rep Power
    0

    Default AJAX problems in ASP.Net

    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.
    live good today cause u will never know wat will happen 2marrow and it was never promised to no man either

  2. #2
    Join Date
    Oct 2005
    Posts
    745
    Rep Power
    0

    Default

    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?
    3.14159265358979323846264338327950288
    4197169399375105820974944592307816406
    28620899862803482534211706798 pi 101

  3. #3
    Join Date
    Aug 2002
    Posts
    612
    Rep Power
    0

    Default

    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
    "To err is human - and to blame it on a computer is even more so."
    Alcatel One Touch PIXI 3 (4.5)
    LG Fortune 2

  4. #4
    Join Date
    Dec 2004
    Posts
    159
    Rep Power
    0

    Default

    @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
    live good today cause u will never know wat will happen 2marrow and it was never promised to no man either

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •