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
Which of the following position is the default docking position of the statusstrip control on the form?
Explain how to add resources during runtime?
What are the properties of datacontrol?
What are window based applications?
How insert record in the database?
Can you create a tabletype of recordset in Jet - connected ODBC dbengine?
Are windows forms still used?
Name the event that enables the user to prevent shifting of focus from control until all the validation rules have been met.
How to get records from a database?
Which method grants a lock on a resource?
Which property of the progressbar control specifies the amount to increment the current value of the control?
Name the two main categories of .net components.
What is form description?
What is the use of play() playlooping() functions?
Suppose I am implementing one windows form. I am inserting some values into ms access. In that table 5 columns there. But I want to insert three columns only. When I am clicking another button then other two values also insert into that table?