Friday 9 January 2015

Calling JQuery Method from Code behind From C#.Net.

ScriptManager.RegisterClientScriptBlock(Me, Me.GetType(), "clientScript", "$(function() { $('#status').html('You are now registered!').fadeIn(500).fadeOut(7000); });", True)

No comments:

Post a Comment