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?