Browse by Tags

Related Posts

  • DetailsView and GridView for Beginners

    I have a SqlDataSource attached to both views, and am trying to select one row with GridView, and then edit it in DetailsView. I have the proper buttons in place, but the select buttons are only sticking with the first row, therefore only allowing the first row to be edited. I am also trying to find...
    Posted to Getting Started (Forum) by thasard on 10-18-2007, 12:00 AM
    Filed under: SQL, sqldataSource, beginner, C#, C# 2.0, Detailsview, help, help me, grid view, gridview, Beginner Book, button
  • [DetailsView, deleting rows]No value given for one or more required parameters

    How to delete a row in a simple auto-generated DetailsView showing content of a table? I created auto-generated DetailsView in this way: < asp : DetailsView ID ="news_table" runat ="server" BackColor ="#DEBA84" BorderColor ="#DEBA84" BorderStyle ="None"...
    Posted to Data Presentation Controls (Forum) by szmitek on 07-10-2007, 12:00 AM
    Filed under: sql, SQL Datasets, web controls, access database, access database dataview asp.net, access single database field record, ASP.NET, Binding, bindings, BoundField, c#, c# code, Delete, delete command, DetailsView, DetailsViews, DetailView, DetailsView DetailsViewRow, web user control, FORM, asp.net 2.0, DetailView formView required fields
  • Declarative arguments passing between DetailsViews

    Hi, I have one SQL table Order and N SQL tables of OrderType shown in simplified form as follows: CREATE TABLE Order ( order_id INTEGER IDENTITY(1,1) Name VARCHAR(32) ) CREATE TABLE OrderType1 ( Id INTEGER IDENTITY(1,1) order_id INTEGER REFERENCES Order(order_id) Data1 VARCHAR(32) ….. ) CREATE TABLE...
    Posted to Data Presentation Controls (Forum) by andremi on 05-13-2007, 12:00 AM
    Filed under: sql, table, table adapter, DetailsView, dynamic
  • Data inserting twice

    Is anyone aware of a bug or am I doing something wrong or blind .... that I am getting two records inserted in db? < asp:DetailsView ID= "DetailsViewInsert" runat= "server" Height= "50px" Width= "100%" DataSourceID= "ObjectDataSource1" DataKeyNames= "MemoID" InsertRowStyle-BackColor= "Azure" AutoGenerateRows...
    Posted to Data Access and ObjectDataSource Control (Forum) by punkbd on 01-03-2007, 12:00 AM
    Filed under: objectdatasource, ObjectDataSource DataSet Multitable, OnInsert, sql, ADO.NET, BLL, DAL, DataGrid GridView Paging, DetailsView
  • DetailsView will not update!

    I give up with this one, can anyone tell me why this won't update? I have spent hours on this. If I don't use parameters in the datasource then it jumbles everything up but if I do, it won't update at all! I can see the values, i can play with them and see that they are correct but they do...
    Posted to Data Presentation Controls (Forum) by Drackie on 08-11-2009, 12:00 AM
    Filed under: DetailsView, DropDownList, sql, access
Page 1 of 1 (5 items)