Click here to Skip to main content
15,888,129 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Here are the requirements:

I M SORRY FOR PROVIDING LESS INFORMATION:
I am implementing the above task on FORMS using vb.net as language and i have used Microsoft.Office.Interop.Excel as reference for doing all the excel related stuff and backend is SQL.



I need a look and feel of excel sheet(means grid like look and feel) in my project where I want to Update,add new records of some candidates and also import from excel to my sql database n export from application to excel sheet.
I achieved the above requirements but i used datagridview,now the data has increased and much problems are faced..At times the application even hangs.
I have used multiple events of datagridview and may be that is causing the problem and finally i have decided to change the approach and start from scratch.
Can any1 suggest any other control or any other way of achieving the above mentioned requirement.

Only Guidance will also help..
Posted
Updated 6-Dec-11 0:29am
v6
Comments
Sergey Alexandrovich Kryukov 2-Dec-11 2:05am    
Indicate the UI library (Forms, WPF, what?) in tags or write fully-qualified class name.
--SA
Vinay Indoria 2-Dec-11 4:40am    
Forms.

1 solution

No, I think this control is the best for your purposes (but why doing another spreadsheet though?). Yes, you should fundamentally address the performance for handling a lot of data. I successfully used virtual mode, see http://msdn.microsoft.com/en-us/library/system.windows.forms.datagridview.virtualmode.aspx[^].

—SA
 
Share this answer
 
Comments
koolprasad2003 2-Dec-11 23:52pm    
Nice link SA. 5
Sergey Alexandrovich Kryukov 3-Dec-11 0:00am    
Thank you, Prasad.
--SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900