class problem
-
i made a class to export gridview to excel.....its working fine on local server...but when i upload this class on server it is giving this error...
The name 'GridViewExportUtil' does not exist in the current context
please tell me how to use this class..
-
i made a class to export gridview to excel.....its working fine on local server...but when i upload this class on server it is giving this error...
The name 'GridViewExportUtil' does not exist in the current context
please tell me how to use this class..
-
I might be wrong but is the class stored in the correct folder, i.e. app_code folder?
We are not a Code Charity
yeah i put my class in App_Code folder....should i make dll for my class...i didn't make that....please help me
-
yeah i put my class in App_Code folder....should i make dll for my class...i didn't make that....please help me
It depends how your website functions. Have you previously copied a dll across? I know that if you write the c# in visual studio and then upload dll then the most updated pages of code must be in that dll To answer your question then yes put it in the dll
We are not a Code Charity