Home / ASP.NET Weblogs

Browse by Tags

Related Posts

  • Como criar um total no rodapé do controle GridView do ASP.NET?

    Vc sabia que é possível criar um totalizador de colunas no rodapé do controle GridView do ASP.NET, mesmo que vc tenha paginação? Tenha em mente estas colunas no GridView: ID | Produto | Preco | Qtde O que vc tem que fazer é criar o seguinte código no evento DataBound do GridView para somar a coluna Qtde...
    Posted to Renato Haddad (Weblog) by renatohaddad on 10-29-2008, 12:00 AM
    Filed under: asp.net, gridview
  • GridView RowDataBound Alternating Row RowState issue

    This was pissing me off for a good hour: RowDataBound event after you call edit on a row, I was checking for this row's state like this: e.Row.RowState == DataControlRowState .Edit this worked fine with rows No 1, 3, 5... (non-alternating rows), however with alternating rows of same GridView it did NOT...
    Posted to Object reference not set to an instance of an object (Weblog) by funky_rus on 10-27-2008, 12:00 AM
    Filed under: ASP.NET, ASP .NET, GridView, C#, .NET, e.Row.RowState, DataControlRowState, RowState
  • GridView and Invalid CurrentPageIndex Value Exception - .Net 3.5 Version

    In my previous GridView entry titled as GridView and Invalid CurrentPageIndex Value Exception I made an example about how to corrigate paged GridView page index before grid is bound to data. Let's to id now .Net Framework 3.5 way. public static class GridViewExtensions {     public static...
    Posted to Gunnar Peipman's ASP.NET blog (Weblog) by DigiMortal on 06-12-2008, 12:00 AM
    Filed under: ASP.NET, GridView
  • GridView and Invalid CurrentPageIndex Value Exception

    There are many developers who have faced the page index problems using GridView . Specially, if GridView supports deleting. Also one may face page index going out of range when there are multiple users managing same data. Here is my little advice about how to avoid page index problems when using GridView...
    Posted to Gunnar Peipman's ASP.NET blog (Weblog) by DigiMortal on 06-08-2008, 12:00 AM
    Filed under: ASP.NET, GridView
  • Free eBook - Best of Simple Talk ASP.NET

    I wrote a few articles for the Simple Talk Website (run by RedGate Software ) over the past year and was honored to be included in the "Best of Simple Talk ASP.NET" eBook they just released.  The book is a free PDF that covers a lot of different topics including: ASP.NET Master Pages Tips...
    Posted to Dan Wahlin's WebLog (Weblog) by dwahlin on 05-27-2008, 12:00 AM
    Filed under: XML, ASP.NET, Web Services, ASP.NET AJAX, .NET, Silverlight, VS.NET, Master Pages, GridView
  • Working with the GridView and the System.Data.Linq.Binary Type

    I'm working with a database table that has a RowVersion field defined as a TimeStamp data type.  The TimeStamp field is there to add concurrency into the application to ensure a row hasn't changed while a user is trying to update or delete it.  When the TimeStamp field value is queried and...
    Posted to Dan Wahlin's WebLog (Weblog) by dwahlin on 05-14-2008, 12:00 AM
    Filed under: ASP.NET, .NET, C#, LINQ, GridView
  • Handling Dropdown list inside Gridview with Autopostback

    Hi, Many a times there are circumstances where by we need to use dropdown list inside a Gridview and also handle the index changed event of the dropdown list. The easy example of this kind of requirement would be when we nee to fill another dropdown list in the same row from the value selected in the...
    Posted to Vikram Lakhotia (Weblog) by vik20000in on 04-17-2008, 12:00 AM
    Filed under: ASP.NET, GridView, Dropdownlist
  • Manually sorting and paging Gridview without using datasource control

    Hi Many a times while working with Gridview we want to work with the paging and sorting functionality without using any datasource control. Gridview is flexible enough to perform these tasks without the use of any datasource control and only a few lines of code. For paging a Gridview manually we have...
    Posted to Vikram Lakhotia (Weblog) by vik20000in on 04-15-2008, 12:00 AM
    Filed under: ASP.NET, How To, GridView
  • Using the ConwayControls RadioButton - Scenario 1

    Scenario Upon a simple asp:Button click event (postback), capture the CheckChanged event of the RadioButton Radio Button Files - Scenario 1 ASP.NET - RadioButtonSpike1.aspx <%@ Page Language="C#" AutoEventWireup="true" CodeFile="RadioButtonSpike1.aspx.cs" Inherits="RadioButtonSpike1"...
    Posted to Jason Conway (Weblog) by Jason Conway on 03-22-2008, 12:00 AM
    Filed under: Button, RadioButton, DataGrid, GridView, Control, ASP.NET, .NET, Group Name, DataList, Repeater
  • Javascript Enable/Disable Dropdown in Gridview using Checkboxes

    If you come up with some requirement in which you have a Checkbox and a DropDownList in GridView control and you are requried to enable disable the DropDownList on the basis of the CheckBox value you can use following Code. -----------------------------------.aspx file ------------------------------...
    Posted to Faraz Shah Khan (Weblog) by farazsk11 on 02-27-2008, 12:00 AM
    Filed under: javascript, C#.Net, Checkbox, GridView, VB.Net, ASP.Net, ASP.NET 2.0, dropdown
Page 1 of 4 (37 items) 1 2 3 4 Next >