Results 1 to 2 of 2

Thread: [RESOLVED] [2003] datagrid problem.

  1. #1

    Thread Starter
    Hyperactive Member nUflAvOrS's Avatar
    Join Date
    Jul 2007
    Location
    Malaysia/ Currently at Singapore
    Posts
    372

    Resolved [RESOLVED] [2003] datagrid problem.

    Hi all,

    Sorry I'm ASP.net Newbie.

    I'm binding a datagrid with a dataset.

    The populated data on datagrid will follow the structure in dataset.

    Now, I want to add a buttoncolumns into the datagrid at the last columns but the buttoncolumns always appear in first columns.

    What should I do?

    Can anyone give me some guide.

    Thanks
    Where there is no hope, there can be no endeavor.

    There are two ways of rising in the world, either by your own industry or by the folly of others.

  2. #2

    Thread Starter
    Hyperactive Member nUflAvOrS's Avatar
    Join Date
    Jul 2007
    Location
    Malaysia/ Currently at Singapore
    Posts
    372

    Re: [2003] datagrid problem.

    Sorry I just found the solution.

    After added this statement, my grid is work well.

    <%# DataBinder.Eval(Container.DataItem,"Field Name") %>
    Where there is no hope, there can be no endeavor.

    There are two ways of rising in the world, either by your own industry or by the folly of others.

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