i have private void enableFormValues(Control parent) in my aspx page
i added the above code in a classfile as public void enableFormValues(Control parent)
but when i am trying to call it in .aspx file i ama not getting enableFormValues
1. Make sure the class is public
2. Make sure both class and ASP.Net page belong to same namespace otherwise you need to inherit namespace
If the above is correct paste your class file code using "Add Code" button
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.