Browse by Tags

Related Posts

  • Drag & Drop cells in GridView in ASP.net GridView Control

    How can i use drag and drop the Gridview items for ordering in asp.net 2.0 I have vs2005 (I'm working in C#) installed and i would like to make an application where you can drag & drop cells somewhere else in the grid. I found some code to make it work on rows or columns but not on cells.
    Posted to Client Side Web Development (Forum) by thakkermukund123 on 08-26-2008, 12:00 AM
    Filed under: gridview, binding
  • Duplicate Record

    I am working an a n-tiered asp.net application. User's need to be able to select an existing record from a gridview and make changes to the record. After making changes, the record needs to be submitted and a new record needs to appear in the gridview. The user would then see the original record...
    Posted to Data Access and ObjectDataSource Control (Forum) by rmulligan@regionsix.com on 08-09-2008, 12:00 AM
    Filed under: ObjectDataSource RowUpdating, Visual Studio 2008, asp.NET 3.5, binding, bll business layer objects, Data, Data Access, Data Access Layer, DataAdapter, DataRow, insert with GridView, Gridview, .net 2.0, Business Object, insert datatable
  • Bind the gridview footer row ?

    Hello, I've spent all morning trying to figure this out, but I can't. I have GridView which is bound to a DataTable. I want to show a footer row at the bottom of the GridView which is populated by another DataTable. Now I can achieve this by doing something like this: for ( int i = 0; i <...
    Posted to Data Presentation Controls (Forum) by WaterWolf12345 on 04-10-2008, 12:00 AM
    Filed under: Binding, DataTable, GridView, Footer
  • Relations: parent row of DataRow is always Nothing

    hello, it seems that a parent row of a DataRow never gets fetched (=>is always Nothing). i've created two DataTables: - Employees(Id, Firstname, Lastname, DepartmentId) - Departments(Id, Name) and the following Relation: - EmpDeptRel which indicates that 1 department can have N employees and 1...
    Posted to Data Access and ObjectDataSource Control (Forum) by matthias.gloessl@joyn-it.at on 02-12-2008, 12:00 AM
    Filed under: nothing, objectdatasource, parent row, relation, ADO.NET, binding, Data Access, DataRow, DataTable, getparentrow, Gridview
  • Re: Need help with binding

    Hi guys, First thanks a lot to Kaushal and Sanraj fro all your help. I got It working! :) I now have a DataTable built programmatically whose information is displayed in a GridView. The user can change checkboxes relating to the DataTable's fields of type bool and this is reflected in the DataTable...
    Posted to Data Presentation Controls (Forum) by lost_benny on 07-24-2007, 12:00 AM
    Filed under: Binding, checkbox, DataTable, GridView, checkedchanged
  • Net/VAT/Gross calculation in Gridview

    I'm somewhat new to asp.net development, and so please excuse my ignorance. I am trying to play around with building a timesheet and expense app, and i am stuck on trying to update a second field in the gridview by entering a value into a first field whilst remaining in the EditItem mode. Basically,...
    Posted to Data Presentation Controls (Forum) by elvislives on 04-17-2007, 12:00 AM
    Filed under: TemplateField, ASP.NET, asp.net 2.0 GridView databound codebehind ItemTemplate Zimmergren :), Binding, data, GridView, GridView asp.net, GridView editing, gridview postback callbacks re not supported
  • FormView Insert Template and "Unbound" value as a parameter...

    OK, I'm going to do my best to explain this mess...err...situation. I'm working in the .NET 2.0 Wizard control. My first step inserts a new record and returns the newly inserted record's id from the database. This value is populated into a label control's .Text property. Now, I've presented my user with...
    Posted to Data Presentation Controls (Forum) by ric_castagna on 03-26-2007, 12:00 AM
    Filed under: Bind, Binding, BoundField, DataBinding GridView Insert, fomview, Formview Insert, GridView
  • Re: I'm dense....How do I pull data from a GridView?

    When you click the update button, the datasource should draw the form values out of the Edit Template and post... That is IF you have the control's databinding set properly. select your dropdownlist in the gui (while editing templates), click the little smart-tag in the upper-right-hand-corner, and click...
    Posted to Data Presentation Controls (Forum) by pixelsyndicate on 03-22-2007, 12:00 AM
    Filed under: Binding, DropDownList, GridView
  • Manually updating / paging / binding a DataSet to a GridView

    Hi all, first warning: I am new to all this so I could be approaching this completely wrong. Your patience is appreciated. I am developing a form that initiates a search and displays results in a GridView. The problem is my source of data is a weird api that operates like so: 1. Initiate search 2. Poll...
    Posted to Data Presentation Controls (Forum) by daleatzoi on 02-02-2007, 12:00 AM
    Filed under: Bind, Binding, c#, data access layer, Manual, GridView, GridView Paging
  • Gridview Columns

    Hi, Is it possible to configure the GridView control so it has one Columns that go down the page vertically,not horizontally across the page. So the six rows would be actually different fields as there is only one updatable record for each column in this application. - thanks!
    Posted to Data Presentation Controls (Forum) by camper on 02-02-2007, 12:00 AM
    Filed under: ADO.NET, ASP.net 2.0 GridView InsertParameters ControlParameter PropertyName, Binding, c#, Controls, databind, databinder, GridView Sorting, GridView, GridView asp.net, asp.net 2.0, GridView Paging
Page 1 of 2 (15 items) 1 2 Next >