Thursday, February 12, 2009

GetDocumentById problem in javascript using masterpage

Many times you have faced a problem that you were not able to find the control which is there on ur page using document.getElementById("").
The solution for this problem is use document.getElementByID("")

No comments:

Post a Comment