Ask a Question related to ASP.NET General, Design and Development.
-
CSousa #1
First Datagrid row with paging
Hi,
My Datagrid header is a shoe size range and depends on the first
datagrid row - first article size range.
So, i need to get the first row values in the ItemDataBound event
before change the header.
How can i do that?
i tried also to store in a global var the value after databinding but
no sucess
like this:
dgShoe.DataBind()
m_lFirstSizeRange = DataBinder.Eval(dgShoe.Items(0).DataItem,
"SizeRange")
because the Databinder.Eval value is always nothing
Any help, please...
CSousa Guest
-
DataGrid paging
DataGrid in Asp.NET, i want to ask if it's possible to set paging appear both in left and right bottom in datagrid. eg fieldA fieldB ... -
DataGrid and Paging
Hello Masters! Anyone can help me with the datagrid, well, the app load a lot of data from DB and it show on the datagrid, and well, I need to... -
Paging a datagrid
Please, i've created a datagrid that allow numbered paging. But when i click over a page that must be called, i get this error: ... -
DataGrid Paging??
I have code that builds a dataset and connects it to a datagrid. I set up paging but something is broke. I can do a pagecount property and it... -
using Paging in Datagrid
Hi, I am adding a paging function to a datagrid control, the datasource is a DataSet Object. Based on some articles, I just add some attributes to...



Reply With Quote

