Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. object data source

object data source

Scheduled Pinned Locked Moved ASP.NET
csharpsysadminmcpannouncement
1 Posts 1 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • T Offline
    T Offline
    Tauseef A
    wrote on last edited by
    #1

    HI guys i am working with listview conrol and objectdatasource there is an udate metod wo which my dataobject is bound bit it does not work, i put a break on updating event of the objectdatasource but it doest not even break here   , delete is working fine , update method and delete method taking the type of object. here is my code <EditItemTemplate>    <tr style ="background-color:Yellow">    <td class ="Controls">    <asp:LinkButton ID =   "EditButton"   runat ="server" Text ="Update" CommandName ="Edit"></asp:LinkButton>    <asp:LinkButton ID = "DeleteButton" runat ="server" Text ="Cancel" CommandName ="Cancel"></asp:LinkButton>    </td>    <td class ="Controls">    <asp:TextBox ID = "up_txtupdatecustomerid"   runat ="server"   Text = '<%#Bind("customerid")%>'></asp:TextBox>    </td>    <td>    <asp:Label ID = "uo_orderid" Text = '<%# Bind("Orderid") %>' runat ="server"> </asp:Label>    </td>    <td>    <asp:TextBox ID ="up_txtshipaddress" runat ="server" Text ='<%#Bind("shipaddress") %>'></asp:TextBox>    </td>    <td>    <asp:TextBox ID ="up_txtshipcity" runat ="server" Text ='<%#Bind("shipcity") %>'></asp:TextBox>    </td>    <td>    <asp:TextBox ID ="up_txtshipcountry" runat ="server" Text ='<%#Bind("shipcountry") %>'></asp:TextBox>    </td>       </tr> </EditItemTemplate>

    Tauseef A Khan MCP Dotnet framework 2.0.

    1 Reply Last reply
    0
    Reply
    • Reply as topic
    Log in to reply
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes


    • Login

    • Don't have an account? Register

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • World
    • Users
    • Groups