Results 1 to 2 of 2

Thread: [02/03] Datagrid - Making it editable and able to link to next page

  1. #1

    Thread Starter
    Addicted Member JuzMe's Avatar
    Join Date
    Jul 2006
    Posts
    209

    [02/03] Datagrid - Making it editable and able to link to next page

    I have this datagrid that I want to make it editable. How do I make it editable after clicking a link? Can show me the steps?

    Next, when the user click on the link, the information of that link will be pass to the next page.

    Example:



    When the link is click, module Code will be passed down to the next page. How am I suppose to do tat?
    I am such a VB.NET 2005 idiot. Sorry If I don't even know basic stuff.

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: [02/03] Datagrid - Making it editable and able to link to next page

    Didn't I answer this earlier?

    Use the ItemDataBound event to modify the links in your datagrid, giving them URLs to go to, that look like this:

    PageName.aspx?itemid=IT9516

Posting Permissions

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



Click Here to Expand Forum to Full Width