Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


How do you hide the columns in datagrid?

Answers were Sorted based on User's Feedback



How do you hide the columns in datagrid? ..

Answer / 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

How do you hide the columns in datagrid? ..

Answer / surya

In the html source of datagrid, add "visible=true" to the
item template of corresponding row.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Dot Net WindowsForms Interview Questions

Explain how save rerecord in the database?

0 Answers  


____ property is used to lock a textbox to enter data.

5 Answers  


What are the components of gui for windows?

0 Answers  


What is form technology?

0 Answers  


What is the use of play() playlooping() functions?

0 Answers  


What is the use of lock keyword in C#?

1 Answers  


What are windows based applications?

0 Answers  


What are different authentication types. How do you retrieve user id in case of windows authentication?

5 Answers   Microsoft,


what are container objects?

1 Answers  


what is the Difference between listbox and combo box?

20 Answers   Alpha, Google,


which property is used to change to some value to access a identity column in datacontrols?

0 Answers  


what are the diffrences between windows application and windows service?

2 Answers  


Categories