Microsoft
Software
Hardware
Network
Question : the GridView
I'm using the GrdiView. I have AutoGenerateColumns = True. The data for the grid comes from a datatable. When there is no data, the grid does not appear at all. Is there a way to control this? I would like the grid to always display. When there is no data, I would like the grid to show no rows, but with the column headers still visible
Answer : the GridView
To handle that you can manipulate the datatable
when there is no record in the datatable, you can programatically add the dummy row with the blank values and assign the same to griview
Random Solutions
Making a Button on a Form Visible After Checking the Text Property of a ComboBox on the Form
net share system error 5 acces denied
What are major differences between VB.NET and C#.NET?
How can i add column name in list generic?
Symantec Antivirus 9.0.0.338 move to a new server issues!
VMware Workstation 7.1 Won't Install
How can I find the position of the first occurance of a numeric charater in a string with PHP?
Serialize ajax requests with jQuery
Does OpenOffice allow Windows 7 preview pane to preview .doc and .xls files?
How do I update my tables in mysql to include new data?