Wednesday, May 30, 2012

Key Event in asp.net


protected void Page_Load(object sender, EventArgs e)
{
txtEmployee.Attributes.Add("onKeyUp", "GetKeyUpMethod(event)");
}    

// Here GetKeyUpMethod is the JavaScript Function

No comments:

Post a Comment

Comments

Protected by Copyscape Plagiarism Software