Browse by Tags

Related Posts

  • 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
  • How to refresh GridView or Dropdownlist?

    Hello, I have some problems with my application. I have dropdownlist connected to a DataSource that retrieves data from a stored procedure (and that works fine). Below my dropdown list I have a GridView, also connected to a DataSource that gets data from another stored procedure (with a parameter). Data...
    Posted to Data Presentation Controls (Forum) by wizard15 on 05-06-2007, 12:00 AM
    Filed under: Binding, data, Data Presentation Controls, databinding, Databinding DropDownList consistency, DataBinding GridView 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: 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
  • Text box binding

    Hi, I have about six items of data for each entity to bind to their own textboxes to purely display data only. I want to put the textboxes in a large vertical row to display different fields in each. I would rather do this rather than a gridview. Do I have to drag across 12 different sqldatasources,...
    Posted to Data Presentation Controls (Forum) by camper on 02-02-2007, 12:00 AM
    Filed under: textbox, ADO.NET, ASP.net 2.0 GridView InsertParameters ControlParameter PropertyName, Bind, Binding, c#, data, Eval, asp.net 2.0
  • Databinding

    Hello i have a "string pStr" and i have a datasource "Dealers" now when the user choses his/her name for a dropdownbox i want to store the code value from the "Dealers" datasource in the "string pStr" is this possible. I am already using the valuemember in the...
    Posted to Getting Started (Forum) by JedFC on 11-25-2009, 12:00 AM
    Filed under: string, data, binding
  • Re: Databinding

    I think i am explaining myself wrong. I need to retrieve a value from the datasource <asp:SqlDataSource ID="Dealers" runat="server" ConnectionString="<%$ ConnectionStrings:UltimateDBConnectionString %>" SelectCommand="SELECT [Name], [Password],[Code] FROM ...
    Posted to Getting Started (Forum) by JedFC on 11-26-2009, 12:00 AM
    Filed under: string, data, binding
Page 1 of 1 (6 items)