Browse by Tags

Related Posts

  • 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: OnInsert, ObjectDataSource DataSet Multitable, sql, DataGrid GridView Paging, DAL, DetailsView, BLL, ADO.NET, objectdatasource
  • 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: DetailsView, table adapter, sql, dynamic, table
  • [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: DetailsView, Delete, asp.net 2.0, Binding, BoundField, DetailView, DetailsViews, c#, sql, SQL Datasets, access database, FORM, ASP.NET, DetailView formView required fields, DetailsView DetailsViewRow, web controls, c# code, access database dataview asp.net, access single database field record, bindings, web user control, delete command
  • 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: help, SQL, Beginner Book, gridview, C#, help me, beginner, sqldataSource, Detailsview, button, C# 2.0, grid view
Page 1 of 1 (4 items)