IT Community - Software Programming, Web Development and Technical Support

How to hide a column in datagrid dynamically in ASP .NET?

This is a discussion on How to hide a column in datagrid dynamically in ASP .NET? within the C# Programming forums, part of the Software Development category; How to hide a column in datagrid dynamically in ASP .NET?...


Go Back   IT Community - Software Programming, Web Development and Technical Support > Software Development > C# Programming

Register FAQ Members List Calendar Mark Forums Read
  #1 (permalink)  
Old 07-24-2007, 12:26 AM
Archer Archer is offline
D-Web Programmer
 
Join Date: Jun 2007
Posts: 52
Archer is on a distinguished road
Question How to hide a column in datagrid dynamically in ASP .NET?

How to hide a column in datagrid dynamically in ASP .NET?
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 07-24-2007, 12:30 AM
oxygen oxygen is offline
D-Web Architect
 
Join Date: Jun 2007
Posts: 633
oxygen is on a distinguished road
Default Re: How to hide a column in datagrid dynamically in ASP .NET?

You may hide the column in the datagrid using their columnindex as follows,

foreach (DataGridColumn columnIndex in Datagrid.Columns)
{
if (columnIndex.HeaderText == <Column Name to Hide>)
columnIndex.Visible = false;
}
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to add a Datetimepicker column in Datagridview in VB.NET 2005 psivakumarmca81 VB.NET Programming 1 12-30-2008 07:02 PM
Foreign key column leoraja8 Database Support 6 10-15-2007 11:27 PM
applying color to specified column in datagrid nssukumar Flash Actionscript Programming 4 03-22-2007 10:31 AM
Adding a new Column in middle of the Table Murali Database Support 3 03-05-2007 11:59 PM
Hide URL: How to? Floppix PHP Programming 2 02-25-2007 02:29 AM


All times are GMT -7. The time now is 11:59 PM.


Copyright ©2004 - 2007, DiscussWeb. All Rights Reserved.

SEO by vBSEO 3.0.0