all groups > asp.net datagrid control > september 2004 > threads for september 29 - 30, 2004
Filter by week: 1 2 3 4 5
Populating a datagrid control ...
Posted by Prime at 9/30/2004 12:19:22 PM
Hi All ...
I'm writing a small shopping cart app (uni assignment) and need to list all
the books that a user selects.
I have created a "BookBasket" object that contains among other things an
arraylist of the user selected books.
The "book" object contains isbn,title price and quantity infor... more >>
Sessin in DataGrid's Inherted Class
Posted by Marcin Gorzynski at 9/30/2004 8:30:12 AM
Hi
I am trying to develope custom grid gving pssibility to save its datasource
to XML file, View State and Session
Problem is with Session because when I do drag and drop this control into
vsiual designer I see error that makes my control not visualize properly.
"Error rendering the control. M... more >>
Adding a dynamic textbox control to a datagrid with Datatable datasource
Posted by james_crane NO[at]SPAM btinternet.com at 9/30/2004 3:32:46 AM
Hi,
I have a datagrid, and I want to bind this to a datatable, and I would
like to have textbox controls and one button control.
The problem is the textbox controls - they don't render, at run time
it just says 'System.Web.UI.WebControls.TableCell'
Any help would be appreciated.
TextBo... more >>
Headings in the DataGrid Web Control
Posted by Alan Lambert at 9/29/2004 2:39:02 PM
I am writing a web-based reporting tool and using a datagrid to display
information returned from a database.
I am displaying column headings from bound columns with no problems but I
need to have a heading above some of these that spans severla columns e.g.
--------- OverAll Heading -----... more >>
Context Menu on datagrid.
Posted by Luis Esteban Valencia at 9/29/2004 11:54:21 AM
I need to make a right click menu on a datagrid, because each row of the
datagrid has many options. Its very easy to use button columns but its not
beatiful for the user because it would be like 8 buttons. so the best way I
think is to make a contextual menu with 8 different options for each row.... more >>
Is there a way to convert a sqldatareader to a dataview?
Posted by SiR_RuNcibLe_sPooN at 9/29/2004 11:23:01 AM
The sqldatareader is very fast but the dataview is very versatile. I need the
features of the dataview and the speed of the datareader. ... more >>
|