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
class object is created
but after the classobject.methodname
i dont getthe method name
but for other methods in that class file i am able to class other methods
but not this one
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.