Microsoft JScript runtime error: 'txtFrom' is null or not an object how it can be solved
If it exists in UserControl the you need to do as following
var txtFrom = document.getElementById('<%=myUserControl.FindControl("txtFrom").ClientID%>');
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.