How to simply modify a GridView

Posted by: Fredrik Norméns Blog, on 22 May 2007 | View original | Bookmarked: 0 time(s)

There are still several of people who posts questions about changing the GridView dynamically. I will in this post explain some basics about how to change the GirdView.   When you bind data to a GridView, you can get access to the current row that is data bound by using the RowDataBound event:   VB.Net:   Protected Overridable Sub OnRowDataBound(ByVal e As GridViewRowEventArgs)   C#:   protected virtual void OnRowDataBound(GridViewRowEventArgs e);   The RowDataBound...

Advertisement
Free Agile Project Management Tool from Telerik
TeamPulse Community Edition helps your team effectively capture requirements, manage project plans, assign and track work, and most importantly, be continually connected with each other.
Category: GridView | Other Posts: View all posts by this blogger | Report as irrelevant | View bloggers stats | Views: 3864 | Hits: 566

Similar Posts

  • VS 2010 Code Intellisense Improvements (VS 2010 and .NET 4.0 Series) more
  • Gaia Ajax 3.6 Beta Released! Free download of new Ajax GridView, 35++ Ajax Components and 100++ New Samples more
  • RadControls for WPF/Silverlight Q3 Beta 2 release is live! more
  • Gaia Ajax 3.6 Alpha released: Ajax GridView and Adaptive Rendering ++ more
  • Multiple child views with RadGridView for WinForms more
  • Silverlight Release History : Q2 2009 (version 2009.2.701) more
  • WPF Release History : Q1 2009 SP2 (version 2009.1.526) more
  • Silverlight Release History : Q1 2009 SP2 (version 2009.1.526) more
  • OnPreRender does not fire in custom control if Visible=False [ASP.NET] more
  • Silverlight Release History : Q1 2009 SP1 (version 2009.1.413) more

News Categories

.NET | Agile | Ajax | Architecture | ASP.NET | BizTalk | C# | Certification | Data | DataGrid | DataSet | Debugger | DotNetNuke | Events | GridView | IIS | Indigo | JavaScript | Mobile | Mono | Patterns and Practices | Performance | Podcast | Refactor | Regex | Security | Sharepoint | Silverlight | Smart Client Applications | Software | SQL | VB.NET | Visual Studio | W3 | WCF | WinFx | WPF | WSE | XAML | XLinq | XML | XSD