|
Tuesday, 31 January 2012 09:31 |
Add following javascript function to aspx page
function check() {
alert("this is check value " + '<%= checkvalue %>');
}
Add following variable declaration on server side i.e aspx.cs
public string checkvalue ="indrnilhafa";
 Read more: |