Results 1 to 2 of 2

Thread: Hi all, I need help............

  1. #1
    Registered
    Join Date
    Jan 2008
    Posts
    16

    Hi all, I need help............

    I am making a project in ASP.NET. In this, I have to show all product and description in the data grid. Client wants, when customer clicks on product it can get all information about the product. I have done it by coding but still some facing some problem. Anybody has written code for this. If yes, then provide it.

  2. #2
    Registered
    Join Date
    Aug 2008
    Posts
    14
    are you using asp.net version 1.1 because you use datagrid? there are several ways to do so. you can create a link in a column of the datagrid, say product.aspx?id=<%#DataBinder.Eval("productId")%> and when customer click this link, it reloads the page and you capture the id in the code behind in page_load, check it if it greater than zero, you can show it under the datagrid. Hope it helps.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •