| Thread | Last Post | Replies |
|
| Unnecessary spacing between two images in the same column of datagrid | 30 May 2004 14:02 GMT | 4 |
I am placing two images in the same column of the datagrid as shown by the code given below. When I view this page in the browser, there is about 3 pixels of space between the images displayed (I am not expecting any spacing between these images). I want both the images to
|
| How to reference hidden columns | 30 May 2004 09:06 GMT | 2 |
I'm trying to reference a hidden key column in my datagrid control without success. I've set the columns up at design time through the property builder, and I've set my key column's visible property to false. In my updatecommand event I need to reference the key value for the ...
|
| Paging not working in a datagrid | 29 May 2004 00:37 GMT | 4 |
I'm trying to use paging in a datagrid, but I can't get past the "cannot compute Count for a data source that does not implement ICollection" application error, as it does not point to a line in the code. Does the same thing even when i change the AllowCustomPaging property to
|
| Problem creating custom header when datagrid AllowPaging=true | 29 May 2004 00:05 GMT | 2 |
I have very strange problem with custom header. I create this in PreRender event, and if datagrid AllowPaging property is false, result looks like this: CustomerID Sells Amount Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
|
| How do i refresh a datagrid from a popup window without re opening the page... | 28 May 2004 17:55 GMT | 1 |
Hi, does any one know how to refresh a datagrid on one page from another page without having to load the whole page again Let me explain Ive got a page with 4 tabs on it with different datagrids in each tab..I have a add button on one page that open a new pop up window which allows ...
|
| Hidden columns in execution time | 27 May 2004 09:39 GMT | 3 |
I have one datagrid where the columns are mounted in execution time and use a column template where exists a link. One necessary to make that the second column of grid that is mounted in execution time become hidden. Someone help me?
|
| hiding a Datagrid column | 27 May 2004 09:02 GMT | 5 |
I'm developing an ASP.NET application. I have a datagrid that has 7 columns. The first 3 columns contain buttons (Select, Edit, and Delete) The next 4 contain data (Table name, Change Description, Change Date, and Table ID). I need to have the Table ID of the user's selected
|
| When to unload Session obejects | 27 May 2004 04:28 GMT | 1 |
When should I remove objects that I have put in my session. The consumer of the control does not know anything about the control. I HAVE to put this guys in the session. Also,
|
| Stored Procedures | 27 May 2004 00:17 GMT | 14 |
I'm a little confused about how to obtain a result set from a stored procedure (stored in a Visual FoxPro 8.0 database) from an ASP.NET web page in order to populate a WebForms DataGrid control. I've been experimenting using the code below but the only output i can get
|
| Responding to checkbox in datagrid | 26 May 2004 16:36 GMT | 2 |
I have a datagrid in which I am displaying a column as a checkbox. A snippet of the aspx code where I use a template column to do this is shown below. I am at a loss as to how to respond to the checkbox being clicked. Any help
|
| insert blank row between records | 26 May 2004 13:00 GMT | 2 |
i need to insert a blank row between each row of data - is this possible ? thanks mark
|
| Programatically setting a HeaderTemplate HeaderText. | 26 May 2004 08:17 GMT | 1 |
I am trying to set the header text of a datagrid at run time using the following code <asp:TemplateColumn HeaderText=""> <HeaderTemplate>
|
| newbie needs help with datagrid | 26 May 2004 07:43 GMT | 2 |
I'm converting a existing .asp application to ASP.NET using Vb.NET. In my current asp application I have javascript grid and its populated from the ASP code using <%=dataitem%> and that populates the rows in the grid.
|
| datagrid help | 26 May 2004 02:38 GMT | 1 |
I need to allow the user to double click on a row within the grid and when that happens I need to get detailed information on that row and display this informatin below the grid on the same page. example:
|
| Mathematical formula used in dynamically rendered DataGrid | 25 May 2004 22:02 GMT | 1 |
I'm trying to find the ASP mathematical formula for the calculation of the width in a dynamically rendered DataGrid with a SQL statement. Is someone knows such a formula, I'll be glad to know. I'm thinking of something related on proportions, but I'm absolutly not
|