TextBox and Jquery UI Block

Last post 07-01-2009 10:46 AM by RatheeshC. 3 replies.

Sort Posts:

  • TextBox and Jquery UI Block

    06-30-2009, 4:40 PM
    • Member
      2 point Member
    • fcartu
    • Member since 01-27-2009, 5:54 PM
    • Barranquilla - Colombia
    • Posts 12

    Hi everyone,

    I'm working with asp.net 1.1 and jquery plugin UI Block, i've two textbox and one datagrid, the problem is when i write inside the textbox and click in the button, from code behind i show the text in the textbox like this:

    Anthem.Manager.AddScriptForClientSideEval("alert('Texto: " & txtFiltroCod.Text & "' );")


    But the message is "Texto:" like in the textbox isn't text.

    Anybody know why this happen?

    Filed under: , ,
  • Re: TextBox and Jquery UI Block

    06-30-2009, 8:03 PM
    • Contributor
      5,624 point Contributor
    • RatheeshC
    • Member since 04-25-2008, 2:05 PM
    • Posts 1,198

    Hi

    try this

    Anthem.Manager.AddScriptForClientSideEval("alert('Texto:'" & txtFiltroCod.Text
    & "' );")

    Thanks
    Ratheesh

    Please mark it as answer if it resolves your issue.
  • Re: TextBox and Jquery UI Block

    07-01-2009, 9:13 AM
    • Member
      2 point Member
    • fcartu
    • Member since 01-27-2009, 5:54 PM
    • Barranquilla - Colombia
    • Posts 12

    Hi,

    Well, the problem is not the way i show the content, the problem is that in the textbox though i write something, it doesn't recognize what i write. Is like in the textbox doesn't exists text.


    Thanks for your help.



  • Re: TextBox and Jquery UI Block

    07-01-2009, 10:46 AM
    • Contributor
      5,624 point Contributor
    • RatheeshC
    • Member since 04-25-2008, 2:05 PM
    • Posts 1,198

     Check whether you are clearing the textbox content in page load or somewhere..

    Thanks

    Thanks
    Ratheesh

    Please mark it as answer if it resolves your issue.
Page 1 of 1 (4 items)