| Thread | Last Post | Replies |
|
| Dynamically Add Validation to Datagrid | 23 Mar 2005 11:42 GMT | 2 |
I have a dgrid with some edit boxes for entry which i need to validate. When i input the validation within the bound columns in the .aspx page it works fine, but if try and add the validation dynamically in the code behind file - i get the error that it cannot find the control to ...
|
| Dataset | 22 Mar 2005 17:48 GMT | 2 |
How do store text from text boxes in dataset?
|
| Help | 22 Mar 2005 16:11 GMT | 2 |
I want to know how can I make the datagrid display not only as a rectangular table format. For example, row 1 data in the datagrid i want to display the column of "row 1" in the first row of output,
|
| UserControl inside of datagrid - loses its viewstate when datagrid is re-bound on postback | 22 Mar 2005 04:19 GMT | 6 |
I have a simple usercontrol, a datepicker which contains 3 dropdownlist , it resides inside a datagrid column and i set the selecteddate property of the usercontrol from one of the DataBinder.Eval 's ... everythign works fine. The datepicker also works fine on a regular page, and ...
|
| Sophisticated Dynamic DataGrid Not Firing Event ! Desperate ! | 21 Mar 2005 22:48 GMT | 2 |
Help! I made a DataGrid in code behind only. There is no reference to it in the ASPNET page template. With a search button on the web form, the click gets a dataset and
|
| EditItemTemplae and Postback | 21 Mar 2005 21:19 GMT | 1 |
I have a dropdownlist in the EditItemTemplate. I have AutoPostBack set to True. The page does post back on SelectedIndexChanged but I can't seem to add a handler to grab it. Anyone have a sample?
|
| Compact code | 21 Mar 2005 21:12 GMT | 3 |
I have mycontrol as custom control and I need to get some data from a control on a different page. My code is below. It is working perfectly fine, but since
|
| Datagrid column width | 21 Mar 2005 17:05 GMT | 1 |
I am having real trouble changing the width of a column on a datagrid. I have tried changing the size of an existing column and adding a new column with the width predefined but nothing seems to have any effect and its driving me mad. Can somebody please tell me what I am doing ...
|
| Different FontColors depending on Value | 21 Mar 2005 14:35 GMT | 1 |
I want to display the text in a different color if a value in an other column ist False. How can I realice this? Many thanks in advance Joerg Reinhardt
|
| Annoyingly simple problem | 21 Mar 2005 01:38 GMT | 4 |
Could someone help me with this simple problem? I'm trying to open a new window from a HyperLink column in my datagrid. The definition of the column is as follows: <asp:HyperLinkColumn Text="..."
|
| DataGrid doesn't do HTML entity encoding. | 20 Mar 2005 20:30 GMT | 1 |
I have a DataGrid bound to a table where one of the strings is "<Unknown>". When this is sent out via the DataGrid control as HTML it is not encoded and therefore it looks like a tag in the HTML stream. What I would expect is "<Unknown>". Does anybody know how to make this ...
|
| Access individual item in a datagrid | 20 Mar 2005 02:23 GMT | 3 |
Hi people. I've been pulling my hair out over this one. :) Ive got a datagrid that contains values pulled from a sql query. its limited to one record because the record is unique in that it contains user login data (username password etc)
|
| iterate through only one column of a datagrid | 20 Mar 2005 00:34 GMT | 4 |
I need to access the information in only one column of a datagrid. The column is column[3]. When iterating through the grid I want to find all instances where the entry is "" and change it to read "N". If the entry !+ "" then I want the entry to read "Y". Any ideas on how I can ...
|
| Datagrid sorting does not work | 18 Mar 2005 22:49 GMT | 2 |
I have added sorting to my datagrid. I added the event handler Private Sub dgrItems_SortCommand(ByVal source As Object, _ ByVal e As System.Web.UI.WebControls.DataGridSortCommandEventArgs) Handles
|
| Check Parent-child relationship in datagrid | 18 Mar 2005 20:43 GMT | 1 |
I have two data tables and forms the parent-child relation between them. However, not all parents have child row, In the datagrid, if the parent row has child records, the first image of will display "plus" picture , otherwise the image will
|