| Thread | Last Post | Replies |
|
| Changing Headers on DataGrid | 07 Apr 2004 10:54 GMT | 1 |
I have not had my previous posts answered and I really need to fix this problem. Please help. I have populated a datagrid in code but I would like to change the header text and width of two of the columns.
|
| Paginating in an asp:datagrid control | 07 Apr 2004 08:01 GMT | 4 |
I have a form with 3 datagrids that is not behaving. The problem seems to be that the form literally does not see my changes in code and is not running them. It is really strange, but here is what I am seeing: I noticed the issue when I was working on setting up paginating on the
|
| Adding data to a grid | 07 Apr 2004 02:17 GMT | 1 |
Got a basic question here. I know how to Edit and delete existing data from a grid. Is there any standard way of adding data to a grid? Currently I'm hiding fields on a form that get displayed when the user clicks a separate "Add" button, then I insert that data into my table
|
| Sorting on a column that uses TemplateColumn | 06 Apr 2004 14:52 GMT | 1 |
All, In order to make a column a clickable link (with 2 url parameters), I used a TemplateColumn with a Hyperlink Item template. That works great. However, I would like to be able to sort on that column as well. I am sorting on all
|
| Static shared data connection provider? | 06 Apr 2004 02:48 GMT | 6 |
I like the drag-and-drop accessibility of dragging a table to a Web Forms designer and seeing a SqlDataAdapter automatically created for me.. being able to create a DataSet from that is fun and exciting, because now with this schema based data outline Visual Studio provides me with ...
|
| Locating fields in grid | 05 Apr 2004 11:09 GMT | 1 |
I have a grid with Contact information, Last Name, First Name, Address, City, State, Zip. etc.... There are about 2000 or more records on the grid. They are sorted by Last Name, First Name.
|
| SQL Server BackEND Populates Datagrid with HTML Snipets | 05 Apr 2004 07:58 GMT | 2 |
Howdy, I have a SQL back end holding a bunch of html CODE snipits that I want to populate in a datagrid using VB.net. The problem is that the browser is rendering the code snipets rather
|
| How do you turn on/off bold headerstyle via mouseover? | 04 Apr 2004 17:40 GMT | 4 |
Hi, how do you access the OnMouseover event for header text in a datagrid? VS.NET is bolding the header text on mouseover and I want to turn that attribute off. Bolding the header text actually ruins the rendering of a datagrid when
|
| Lost as can be | 04 Apr 2004 14:02 GMT | 2 |
I am completely lost. I used a WebMatrix wizard and tried to make it a DataList. I get no errors but it doesn't work either. I really need help. Don't laugh too hard. I have been having a terrible time trying to figure this out. I just want to get this to bind and display properly ...
|
| How to know if a datagrid item will be displayed in a datagrid with pagging | 04 Apr 2004 01:39 GMT | 1 |
My problem is to know if a datagrid item will be displayed in a datagrid with paging. My dataset has hundreds of rows, of wich i'm only showing 5 at a time. On the ItemDataBound Event i want to know if the current datagrid item
|
| multiple buttonColumn in one datagrid | 04 Apr 2004 01:35 GMT | 1 |
My datagrid contains many columns. What I want to do now is, if user select a row in column 1, execute method1 And if the user select a row in column2, execute method2. Is there a way to do this?
|
| Please answer <<<<<<<<<<<<<<<<<< | 04 Apr 2004 01:34 GMT | 1 |
Nobody answered my previous post from last night. I would really like to get this solved. Is is puzzling. I want to change the layout of columns in a datagrid. I want to change the heading and the width of columns. In
|
| export datagrid data to Excel file | 03 Apr 2004 00:16 GMT | 1 |
is it possible to export excel directly from ASP.NET to Excel? My requirement is that the data on the datagrid is exported to MS Excel file after user clicks the button on the web page. Excel will be open automatically with imported data. If so, is need to add any additional ...
|
| Change Format | 02 Apr 2004 03:03 GMT | 1 |
I have a datagrid control that I want to be able to change the source SQL statement for, I presume I can do this by setting the datasource property and calling DataBind(). But how can I change the data formatting expression property of a bound column at runtime, from within the C# ...
|
| Grid Line Color | 02 Apr 2004 03:02 GMT | 1 |
How does one change the color of the lines between items in a datagrid? I've played with every css style I can find and nothing works. -Brett-
|