| Thread | Last Post | Replies |
|
| Enabling a control in the Footer Template with a checkbox click | 31 May 2006 18:18 GMT | 1 |
I have two controls in a column of my footer template - a checkbox and a dropdownlist. I'd like the dropdownlist to enable/disable depending on the checked value of the checkbox.
|
| ASP.NET Datagrid columns question. | 29 May 2006 11:32 GMT | 2 |
Sorry for crossposting but I'm not sure which group is more active. I am having problems getting a reference to a column in an auto-generated asp.net datagid in VS.Net 2003. I remember reading a while back that if the columns are autogenerated then a datagrid cannot
|
| Hierargrid child grid indentation | 28 May 2006 15:08 GMT | 1 |
I am using version 2.1 with 3 levels of grids. Everything seems to be working just fine. I am wondering if there is a way to indent the child grids from the parent grids so that it is easier for user to see the master-detail relationship. Basically it is to put some space in
|
| How to Display an image, from a DB, into the Gridview (ASP.NET 2.0) | 26 May 2006 14:01 GMT | 1 |
I would like to know how do display an image into a Gridview (ASP.NET 2.0) taken directly from a DataBase, NOT using an URL, like described in this article: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnaspp/html/Gri dViewEx06.asp
|
| Display Image from sql | 24 May 2006 08:49 GMT | 2 |
I have a DG bound to a table, through a Dataset which has an image field. JPEG images are stored in it. My question, how can I make the datagrid dispaly the images in a cell. When binding the column, I get the literal "Systen.byte" in the cell.
|
| Update DetailsView with one template column | 23 May 2006 16:02 GMT | 1 |
I try to do the following: I have a SqlDataSource with a Select Command where I have a custom sql query which selects me data from 4 tables (1 main, the other tree have Names for IDs which are in the main table).
|
| Multi row edit and column display with different controls.. | 21 May 2006 23:58 GMT | 2 |
I have a task to display the records from the database table and update all of them at the same time. I should display the first column in label and the second column(this is tricky) values should display in textbox or dropdown list depending on the datatype. For example if the data ...
|
| Checkbox in the header Column | 19 May 2006 19:17 GMT | 1 |
I have a datagrid with say 10 columns and i need to have checkboxes only in the header row...ie each column header must have a check box so that i can select the required columns to be exported to an excel file...is there a solution for this..?? if at all the checkboxes are
|
| Short date format in template column? | 19 May 2006 08:24 GMT | 1 |
I have a template column in an asp.net datagrid that shows dates. In Access, it's formatted as a date/time column with a short date format. When it displays in the datagrid, it always has that awful 12:00:00 AM afterward. Is there any way to get around this and keep it as a
|
| text box in FooterTemplate | 18 May 2006 15:36 GMT | 1 |
I have a DG not visible on a web page. Clicking a button will display the DG which has a TemplateColumn in which there is a FooterTemplate which contains text box in its footer as follows. I am trying to set the value of the text box dynamically while the DG being
|
| Making Custom border in DataGrid | 18 May 2006 12:37 GMT | 1 |
I am using making an ASP.NET website using C# in Visual Studio 2003. On the website I display a DataGrid which contains - five columns, one with and item name and four with different prices for the various items.
|
| How Do I Pass Bindingsource to Another Winform. | 17 May 2006 16:44 GMT | 4 |
I have two c# Winforms. the first form has a datagridview who's datasource is a bindingsource. when you double click on a datagridview row it then opens my second form, which has some databound controls, text boxes that are bound to
|
| What is wrong with the data binding? | 16 May 2006 21:51 GMT | 2 |
I'm just following along with the video tutorials on the asp.net website. I'm data binding a to datagrid using the northwind.mdf file. I run a test query in the query builder and everything is fine, I see the correct results. Then I 'open in browser' to see the results, and the ...
|
| how to pass a variable from test.aspx.vb to test.aspx | 15 May 2006 10:32 GMT | 4 |
I use code-behind, but how can i pass a variable from test.aspx.vb to test.aspx? Test.aspx.vb contains this: Partial Class test
|
| How to call java script function on datagrid update command event | 13 May 2006 20:22 GMT | 1 |
please tell me what is the problem in this code if i am click OK or Cancel same function get executed. <script language="javascript"> function ConfirmAddRecords()
|