[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
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") %>