all groups > asp.net datagrid control > august 2005 > threads for august 29 - 31, 2005
Filter by week: 1 2 3 4 5
Adding a select column...
Posted by Paul Mason at 8/31/2005 12:00:00 AM
Hi folks,
I am aiming to create a "select" column that is unbound on datagrid whose
other columns are all data bound. The idea is to let the user select items
to be printed etc.
The problem I have arises when I want to find out which rows are selected.
The following code is a tester t... more >>
Detailsview empty dataset insert
Posted by Eric Zhao at 8/30/2005 12:00:00 AM
My details view is in insert mode and my dataset is empty but the details
view doesnt show.
who can help me, how to do?
Also I tried to set the defaultmode to insert mode, but i found i can't
cancel the inserting.
thanks in advance.
... more >>
gridview sorting is not working
Posted by Abraham Luna at 8/29/2005 4:20:12 PM
can anyone tell me why this code is not working, i've been following the
tutorials but i can't get it to work:
<script language="c#" runat="server">
void Page_Load (Object Sender, EventArgs E)
{
if (!Page.IsPostBack)
{
BindData(0);
}
}
void btnRefresh_Click(Object Sende... more >>
help with XML in Datagrid
Posted by Frank at 8/29/2005 11:09:00 AM
I have this XML document which I want to list in a datagrid. I know
..NET implicitly infers the
data relation but I don't know how to manipulate it.
Here is the document:
<root>
<Folders Language="Polish">
<Master Exists="True"></Master>
<Document ... more >>
How to use DataGrid in ASP.NET
Posted by rushikeshkale at 8/29/2005 11:03:22 AM
High guys!
I am beginner in ASP.NET, Please give me some sample code ,where u us
DATAGRID to access Database .
Thanks In Advance
--
rushikeshkal
-----------------------------------------------------------------------
rushikeshkale's Profile: http://www.highdots.com/forums/m52
View this t... more >>
Sort Datagrid
Posted by malin NO[at]SPAM o2.pl at 8/29/2005 5:27:14 AM
Hi
I have one question, can i sort DataGrid with two parameters ?
that's mind if i have three columns in dataggrid: First Name, Last
Name, Office
John, Smith, New York
John, Johnson, Oklahoma
Jeff, Jhonson, New York
Mug, Gates, New York
and when i click sort to Office i have sorted d... more >>
|