Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Member
188 Points
78 Posts
Sep 08, 2010 01:15 PM|LINK
Thats very easy dude.. Make the server side variable as a public property and then in javascript get the value of the property as
var Age='<%=intAge %>';
var Name='<%=strName %>';
blbirajdar02
Member
188 Points
78 Posts
Re: How to access ServerSide control Value in Javascript changed by Ajax
Sep 08, 2010 01:15 PM|LINK
Thats very easy dude.. Make the server side variable as a public property and then in javascript get the value of the property as
var Age='<%=intAge %>';
var Name='<%=strName %>';
Pune, India