Answer Posted / s
DataGridTableStyle Dts1=new DataGridTableStyle();
datagrid1.TableStyles.Add(Dts1);
Dts1.GridColumnStyles[0].Width=0;
Dts1.GridColumnStyles[1].Width=390;
Dts1.GridColumnStyles[1].HeaderText="Title";
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Suppose I have two combobox .. And I have some items in both combobox now I need to check the item in both combobox if same item is present in both combobox I need to display that item in message box?
i already displaying one datagrid. now i want to make change to particular column header i.e i want to split that column header and it includes one more header.... write a code for that in windows application using C#.net
What is form and its uses?
What are the different cloud platforms?
Can you create a tabletype of recordset in Jet - connected ODBC dbengine?
Which dialog box allows users to switch to another area of the application?
How can you pause a timer control?
Where is system windows forms dll?
What is window form application?
Explain how to split a column header in gridview using c#.net?
Explain the need of z-order method?
How to create a set up in vb.net for desktop application please say steps with examples?
What is a windows form application?
Explain how save rerecord in the database?
Explain how insert record in the database?