G
Guest
hello i'm doing this
protected static System.Web.UI.WebControls.Button btnExcel;
hoping that it would remain shared but when i run the application i get this
error
Compiler Error Message: CS0176: Static member 'NPI.Search.btnExcel' cannot
be accessed with an instance reference; qualify it with a type name instead
any other how i can over come this problem?
protected static System.Web.UI.WebControls.Button btnExcel;
hoping that it would remain shared but when i run the application i get this
error
Compiler Error Message: CS0176: Static member 'NPI.Search.btnExcel' cannot
be accessed with an instance reference; qualify it with a type name instead
any other how i can over come this problem?