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
What is window form application?
Explain how to add resources during runtime?
What is the use of runworkasync() methods?
What is dynamic linking?
What is formdata?
Are windows forms still used?
How save rerecord in the database?
which property is used to change to some value to access a identity column in datacontrols?
how see report periviwe
What is the advantage of a form?
Which property value of the helpnavigator property will display the index for a specified topic?
Which command prompt utility is used to convert a resource file from the text format into the binary format?
How insert record in the database?
What is the difference between a document and a form?
Name the property which is used to lock a textbox to enter data?