Browse by Tags

Related Posts

  • How to drag and drop some rows from gridview A to gridview B

    Hi everyone, I am using Visual Web Developer 2005 Express with Visual Basic, i need let the user copy some rows from gridview A to gridview B, these gridviews are in the same page, how can i do this by drag and drop the row? Any one can help me with the code? For example, i am showing in the first gridview...
    Posted to Data Presentation Controls (Forum) by bonfa on 10-15-2007, 12:00 AM
    Filed under: ASP.NET 2.0 DataBinding DataTable, ASP.net 2.0 GridView, ASP.NET 2.0 GridView databound, grid viewidview, GridView field, gridview insert, gridView itemTemplate, GridView Rowcommand Cell-Values, Gridview_rowdatabound, GridViewEditEventArgs, GridViewiew, Gridview DataTable, GridView, GridView asp.net
  • Nest Gridviews using code behind methods

    I have posted several questions regarding this question and I am hoping that I am getting close to finding just the right amount of info and help to get over the hump. I have a table with the following columns: ID, CategoryName, ParentCategoryID A top level category has a ParentCategoryID = -99 and there...
    Posted to Data Presentation Controls (Forum) by JWalker67 on 08-19-2007, 12:00 AM
    Filed under: BLL Data 3 tiers business logic, c#, data access layer, DataTable, dataview, Gridview_rowdatabound, gridviewrow
  • Nested Gridview passing parameters from GV to GV

    I am trying to nest two gridviews. But the problem I am having is trying to figure out how to pass a parameter to the ObjectDataSource the the 2nd GV is using. I was trying to use OnRowDataBound on 1st GV, but I am not sure how to get access to the ODS the 2nd GV is using so that I can pass the "id"...
    Posted to Data Presentation Controls (Forum) by JWalker67 on 08-19-2007, 12:00 AM
    Filed under: ObjectDataSource, parameter, RowDatabound, rowdatabound gridview, .NET Gridview Problems, asp net 2.0 gridview objectdatasource dynamic runtime, c#, ChildTable, Grid view rows, GridView FindControl Child Template Field, GridView getdata at row/column, Gridview_rowdatabound, GridViewiew, gridviewrow, GridView, GridView asp.net, gridview binding, RowDataBound gridview conditional values
  • How to Accessing GridView footer value

    Hi i am using textbox in gridview footer. i want to use the value in my .cs file say i have gridvew1 and i have textbox1 at the footer of gridview. now i tryied to access like gridview1 row = gridview.footerrow(); string a = row.findcontrol("Textbox1").toString(); in the above code i am getting...
    Posted to Data Presentation Controls (Forum) by dilip12 on 07-22-2007, 12:00 AM
    Filed under: getting, Grid view Row Color, grid view update row, GridView delete update, gridView eval enum, GridView Hidden Column, gridView sql, gridview "custom paging" refresh insert, Gridview disappearing select, gridView dropDownList, gridview edititem template validator date, GridView Event Fires Twice, GridView Excel EnableEventValidation Error, GridView field, GridView FilterExpression Date Values, GridView FindControl Child Template Field, GridView Formview Search Pages., gridView formview widths, GridView getdata at row/column, GridView GridViewHelper, gridView GridViewUpdateEventHandler TemplateField, Gridview href passing 2 parameters to Javascript function, Gridview HTMLEncode problem run-time, gridview page numbers, gridView pager formatting paging, GridView paging pageindex, gridview paging virtualitemcount, Gridview populate, GridView querystring, gridview replace newline br, GridView Rowcommand Cell-Values, Gridview rowcommand event, gridview rowdeleting, gridView search filter sort, Gridview SelectAll Checkbox RowDataBound Events client-side, GridView SelectedIndexChanged, GridView SelectedIndexChanging, gridview selectedvalue, Gridview selectParameters Add SelectedDataKey, Gridview_rowdatabound, GridViewEditEventArgs, gridviewemtpydatatemplate, GridViewiew, GridViewiew CommandField TemplateField, GridViewiew expand new row expandable expanding embed, gridView datalist repeater, Gridview DataTable, gridView trim text, GridView Update Data Access Layer Stored Procedure Declaratively, gridview update foreign key, gridView update sqldatasource, grid view, grid view form view, grid view form view gridview formview, grid view form view pager, GridView, GridView asp.net, gridview autogeneratecolumns bug, gridView big bloated viewstate objectdatasource custom paging, "gridview" edit select eventhandling, gridView desc sort ms access, gridview dropDownList selected listitem, GridView editing, GridView Paging, GridView Paging DataTable, GridView Paging Different Records, gridview postback callbacks re not supported, gridview rowdeleted, gridView searching, GridView selected Item, gridView datakeys
  • GridView: 'Image Swapping' while hovering over a thumbnail

    Has anyone tried to swap the 'ImageUrl' of an Image control while hovering over a cell in a GridView? I can successfully highlight the thumbnail as shown below <<... ...>>, but when I attempt to access the 'Image1' object with added code in the GridView1_RowDataBound subroutine...
    Posted to Data Presentation Controls (Forum) by merrickville on 07-10-2007, 12:00 AM
    Filed under: ASP.net 2.0 GridView, asp:image, Gridview_rowdatabound
  • Re: GridView RowDeleting event fires twice ! (My Solution)

    I have a solution to this issue that is probably the cleanest I have seen. I will allow you to make the fewest changes to your code and continue using the RowDeleting and RowDeleted events for the GridView. Currently when you build a command field for a delete button it will look something like this...
    Posted to Data Presentation Controls (Forum) by Mimix on 06-19-2007, 12:00 AM
    Filed under: rowdatabound gridview, asp.net 2.0 detailsview findcontrol template, ASP.net 2.0 GridView, event, event double firing, events, GridView delete update, gridview rowdeleting, Gridview_rowdatabound, gridview rowdeleted, general
  • Setting row color of gridview server side based on data type?

    hello. I am having trouble creating a customized view of an alternating row style for my gridview. instead of having the normal look of every other row alternating color, i want my rows to only alternate color when a value in my first column changes value. my first column lists UserIDs. there are multiple...
    Posted to Data Presentation Controls (Forum) by yogweedo on 03-26-2007, 12:00 AM
    Filed under: Gridview_rowdatabound, GridView
  • Re: GridView_RowCreated

    Hi Rex, I am trying to add items to a dropdown list under template in my gridview. However, when i try to find this dropdownlist as below: protected void GridView1_RowDataBound( object sender, GridViewRowEventArgs e) { GridViewRow gvr = e.Row; DropDownList ddtemp = (( DropDownList )gvr.FindControl( ...
    Posted to Data Presentation Controls (Forum) by Lakshmi_16 on 02-21-2007, 12:00 AM
    Filed under: Gridview_rowdatabound
Page 1 of 1 (8 items)