HI all,
I've been on this for 3 days now.
I have 2 textbox and 1 sqldatasource in 1 updatepanel.
The idea is: I type some cod in textbox1, when textbox1 lose focus, textbox2 is filled with the description of the cod in textbox1. All this in an updatepanel, because i have to put some other data in the same page.
I have tried with the event TextBox1_TextChanged, but from the sentence Dim dv = CType(SacaNombre.Select(DataSourceSelectArguments.Empty), DataView), it just don't work. Also have read some stuff about webservices and webmethod, but since i am new in this, it seems a little complicated.
What can i do? Which way can i follow to accomplish this?
thanks.