Browse by Tags

Related Posts

  • Loginview in a Gridview template

    < asp : BoundField DataField ="Location" HeaderText ="Location" SortExpression ="Location" /> The above works fine < asp : TemplateField HeaderText ="Location" SortExpression ="v"> < ItemTemplate > < asp : LoginView ID ="lvLoc"...
    Posted to Data Presentation Controls (Forum) by mustafamond on 10-20-2006, 12:00 AM
    Filed under: GridView, Eval, Binding
  • Re: Sorting issues when reusing a gridView with multiple queries

    Just for completeness, I posted the code here of how I am using it (with AutoSorting and AutoPaging on): <asp:DropDownList ID="ddTableList" runat= "server" AutoPostBack= "True" OnSelectedIndexChanged= "ddTableList_SelectedIndexChanged" > <asp:ListItem>Table1<...
    Posted to Data Presentation Controls (Forum) by seanpkelly on 10-28-2006, 12:00 AM
    Filed under: GridView, GridView Sorting, asp.net 2.0, Binding
  • GridView - using different datasources for select and edit templates

    I've been reading this forum and MSDN library for several hours now, so please re-direct me if this has been answered elsewhere and I've missed the post. For readability, I want to show names in the form 'FirstName LastName' as a single field in a GridView, but when I edit a row, I want to then display...
    Posted to Data Presentation Controls (Forum) by graeme.whelan@gmail.com on 11-05-2006, 12:00 AM
    Filed under: GridView, GridView editing, dataview, asp.net 2.0, datasource, Binding, BoundField
  • DataTable as DataSource

    Hi, I have a problem with DataTable. I have one Repeater and one GridView Controls in my web page. User gets some information from Repeater with FindControl. I don't want to store this information in database because the user can change some informations. I send these informations to a datatable. The...
    Posted to Data Presentation Controls (Forum) by Huffase on 11-22-2006, 12:00 AM
    Filed under: GridView, Controls, asp.net 2.0, Binding, BoundColumn
  • 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: GridView, GridView Paging, Binding, data access layer, c#, Bind, Manual
  • 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: GridView, GridView Sorting, GridView Paging, Controls, asp.net 2.0, Binding, GridView asp.net, c#, ASP.net 2.0 GridView InsertParameters ControlParameter PropertyName, databind, databinder, ADO.NET
  • 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: GridView, DropDownList, Binding
  • 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: GridView, DataBinding GridView Insert, Binding, BoundField, fomview, Bind, Formview Insert
  • 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: GridView, GridView editing, Binding, GridView asp.net, data, asp.net 2.0 GridView databound codebehind ItemTemplate Zimmergren :), TemplateField, gridview postback callbacks re not supported, ASP.NET
  • In Gridview how to display same image in one column in the same row?

    How to display this? I have a gridview control, using Dataset, I need to get TotalCount, TotalLeases from Database I need to display imageTotal.gif (16x16) – TotalCount times I need to display imageLeases.gif (16x16) – TotalLeases times These images will be all in same column and in one row. When I try...
    Posted to Data Presentation Controls (Forum) by Seabert on 12-07-2006, 12:00 AM
    Filed under: Repeater, GridView, asp.net 2.0, Binding, asp:image
Page 1 of 2 (13 items) 1 2 Next >