| Thread | Last Post | Replies |
|
| Freezing Columns, and Headers. | 31 Jul 2005 16:59 GMT | 1 |
Is there a grid control, or is it possible for Asp.Net to freeze the first column, and the headers where the headers would always display regardless of vertical scrolling? And the first column would always be in the most left side of the grid regardless of the horizontal ...
|
| DataGrid Woes | 31 Jul 2005 15:21 GMT | 1 |
I have a datagrid that I created and fill a dataset using a stored proc. and bind it. The first column( a linkbutton button column) in the DG contains a number, the second a name. When the user presses the button I need the number displayed on the link. The number is a field from ...
|
| Datafield in Datagrid | 31 Jul 2005 15:00 GMT | 1 |
I need to change the contents of the datafield to make it look a bit more userfriendly. What I have at the moment is as follows: <asp:BoundColumn DataField="retired" HeaderText="Retire
|
| Client side event for datagrid control | 29 Jul 2005 22:58 GMT | 1 |
This is probably a simple one, but I cannot seem to find an example. I have a datagrid with each row containing Checkbox | Textbox | Validation When the checkbox column is checked for a given row, TextBox is
|
| NEWBIE & datagrid | 29 Jul 2005 20:00 GMT | 2 |
I created a simple datagrid that was populated from a SQL stored procedure. SP Select LNAME + FNAME as NAMETEXT, DATEHIRE as DATETEXT from employees did this in ASP.NET>>
|
| Datagrid and Viewstate Size | 29 Jul 2005 17:56 GMT | 1 |
I have a datagrid on a page .. which can be very large .. a couple of hundred rows and 20 columns. Some of the columns are custom templates allowing the user to enter in text or select a checkbox .. since there are several postbacks while interacting with the page .. reducing the ...
|
| Can't get text of e.Item.Cells(x) | 28 Jul 2005 22:43 GMT | 3 |
I cannot grab the text of a datagrid row's cell. I am trying to access the value in the datagrid's ItemCreated event. I use a conditional statement in the ItemCreated event to ensure that I'm "looking at" an Item or AlternatingItem. I have checked out numerous posts related to
|
| Adding a row without rebinding, reloading ViewState | 28 Jul 2005 16:38 GMT | 3 |
I'm looking for a way to add a row to DataGrid without binding the data source to it. In the DataGrid code, when DataBind() is called, ViewState is discarded and new set of controls is created with the values from the datasource.
|
| Paging | 28 Jul 2005 16:14 GMT | 2 |
How do get my pageIndexChanged event to fire? --Code behind fragment Public Sub PromoGrid_PageIndexChanged(ByVal source As Object, ByVal e As System.Web.UI.WebControls.DataGridPageChangedEventArgs) Handles
|
| Please explain the difference | 27 Jul 2005 10:33 GMT | 1 |
I'm still wet behind the ears about asp.net. One thing I need to understand at the moment is the difference between the various ways of displaying data in datagrid. One way is,
|
| multiple groupings of companies within asp.net report | 27 Jul 2005 06:37 GMT | 4 |
The DataGrid (or reader) sure makes life easier for the vast majority of sql query display jobs but I've come across something that is almost making me wish for the old classic asp days. I'm not ready to start coding in the aspx page like a class asp'er yet so i'm hoping someone
|
| How to insert datatable data into database at a time | 26 Jul 2005 15:55 GMT | 3 |
Hi TO All I am doing one task, in that i want to insert datatable data int database at a time.i.e., i am creating one datatable and i a inserting data first into datatable, then i am updating or insertin
|
| access textbox values that are unbound in datagrid | 25 Jul 2005 18:14 GMT | 1 |
I am a .NET newbie and have a simple question. I have a simple web form wherein the user can enter qty (which is a textbox field) for items he wants to purchase. All the columns in the datagrid on that form are bound except for the qty column which is of
|
| How to embed invisible data in cells | 25 Jul 2005 02:08 GMT | 4 |
I want to set invisible data into a cell control such as label. The goal is to retrieve this information in a postback. How can I do this ? What about a "viewstate" per row in a datagrid ?? TIA.
|
| Display a Datagrid & Export a Datagrid to Excel | 21 Jul 2005 21:39 GMT | 1 |
I have a page displaying a datagrid and the user wants to have two options: 1. Export the current "Displayed" datagrid to Excel 2. Export another Datagrid very similar to the first, but with many additional columns
|