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
How many types of dialog boxes windows provides?
What is a windows based application?
What is the full form of gac?
What is form and its types?
What is dynamic linking?
What is form based application?
Explain how insert record in the database?
Explain the new events in textbox that has been included in vb?
What is form and its uses?
Name the property which is used to lock a textbox to enter data?
What is the advantage of a form?
Which window allows viewing the resources of the servers, such as services, processes and the event log?
Explain the difference between listbox and combo box?
Name the two main categories of .net components.
Which window displays messages for the status of various features provided in the visual studio .net ide?