No problem.. but, checking for any other alternative for this problem.
User 2821142
Posts
-
How to Access VB class from c# class which both Classes in App_code folder -
How to Access VB class from c# class which both Classes in App_code folderThanks for your reply. Other than this, is any other options?
-
How to Access VB class from c# class which both Classes in App_code folderHi Experts, I am working on mixed language web project. In App_Code folder, Created 2 folders with names "VBCode", "CSCode". I added one class in VBCode folder with name "Class1.vb" and implemented 2 methods. And, I added one Class in CSCode folder with the name "Class2.cs". My Requirements is, I want to create object for class "Class1.vb" in my "Class2.cs". Is this Possible? if so, please give me the solution.
-
datatable filter expression......Hi Sneha, Any way you are binding to the data to Gridview. so, you can do updating the data in gridview. then it will works fine. Actually, for data table you can't set datakeys value as we can do for gridview. cehck it out. Regards Ravi
-
Rows deletion directly from the gridview.....without database interaction.Hi Sneha, You can delete by getting the rowID. After gettin the rowID, you can run code which you have written. hope this will help Regards Ravi