Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Sep 08, 2010 01:15 PM by blbirajdar02
Contributor
4794 Points
947 Posts
Oct 13, 2008 10:31 AM|LINK
Its giving Javascript error of Object required :S
Oct 13, 2008 11:18 AM|LINK
Here I have got the answer :)
http://forums.asp.net/t/1332939.aspx
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 %>';
iGulfam
Contributor
4794 Points
947 Posts
Re: How to access ServerSide control Value in Javascript changed by Ajax
Oct 13, 2008 10:31 AM|LINK
Its giving Javascript error of Object required :S
My BLOG
iGulfam
Contributor
4794 Points
947 Posts
Re: How to access ServerSide control Value in Javascript changed by Ajax
Oct 13, 2008 11:18 AM|LINK
Here I have got the answer :)
http://forums.asp.net/t/1332939.aspx
My BLOG
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