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
Since you asked for the Class question here I'll answer to that here for for Enable/Disable logic you ask new question
As said before have you created an object of that class because first you need to create object and then you can call it
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.