Changing content on ASP.NET using AJAX

Posted by AZIRAR on Stack Overflow See other posts from Stack Overflow or by AZIRAR
Published on 2010-06-01T15:10:23Z Indexed on 2010/06/01 15:13 UTC
Read the original article Hit count: 124

Filed under:
|
|
|

Hey,

I have this asp.net code in my page :

<div id="prx">ABC</div>

And I want to change the value "ABC" to something when for example the user type a value in TextBox.

How can I do that using Ajax ?

Thanks

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about AJAX