| Thread | Last Post | Replies |
|
| Page no in datagrid | 09 Dec 2004 22:14 GMT | 1 |
hello I have a datagrid with one coloumns as Hyperlink.... <asp:datagrid Width="100%" id="dgResults" runat="server" cellpadding="5" onItemCommand="detailsClicked"
|
| DataGrid Question ... | 09 Dec 2004 19:54 GMT | 3 |
Please note: ======================================= I posted this on the other framework board and tested the suggestion but it did not help.
|
| Column order and dynamically created columns | 09 Dec 2004 07:04 GMT | 2 |
Hi. I have a page with a DataGrid on it that I do not want to make completely dynamic, but I'd like to be able to dynamically insert a column under certain circumstances. I don't want to make the DataGrid completely dynamic because this application gets distributed in a
|
| Variable DataGrid Column Text | 08 Dec 2004 21:31 GMT | 3 |
1. Is there a way to make datagrid column text fill in from an expression? 2. I want column header text based on a lookup value from a UDF. Thanks. Alan
|
| Passing code/data from code-behind to ASPX page | 08 Dec 2004 18:30 GMT | 1 |
I have the following code in my code-behind file: DataGrid MAPPsDataGrid = (DataGrid)((((((Repeater) sender).Parent).Parent).Parent).Parent); int DocumentID = MAPPsDataGrid.DataKeys
|
| get xml file from datagird | 07 Dec 2004 12:08 GMT | 3 |
I have Datagrid - and one button by clicking that button i need to get xml file contains the data which is binded in datagrid - after the user made some changes in datagrid.
|
| problem in datagrid | 07 Dec 2004 08:26 GMT | 1 |
I am facing a problem while binding dataset with more than 2Lakh records to a datagrid.The server throws an exception as follows, ===================================================== Server Application Unavailable
|
| DataGrid's DataKeyField Value (C#) | 07 Dec 2004 08:23 GMT | 1 |
I have a DataGrid control (parent) and a Repeater control (child) in my webform. In my Repeater_ItemDataBound event, I would like to get the value of the current DataGrid row's DataKeyField. How can I do this? Thank you for any help you can provide.
|
| Displaying number of data items in a Repeater using the DataBinder | 06 Dec 2004 15:25 GMT | 1 |
Does anyone know of a method to read the number of items in a repeater and display it in each item in the repeater. I want to display something in the lines of: Item x of y for each item in the repeater and am not sure how to get this. I
|
| Hide Columns | 06 Dec 2004 13:59 GMT | 2 |
Dar all, Could any one tell me how to hide columns in datagrid in the run time?
|
| Format Phone Number String in Datagrid Column | 06 Dec 2004 13:49 GMT | 3 |
I have a 10 digit phone number stored as a string in a SQL server table. My datagrid currently displays it as 1234567890, but I would like to format the column to read: (123)-456-7890 or even 123.456.7890
|
| Password Column - fill with dots | 05 Dec 2004 22:08 GMT | 3 |
I have a datagrid with UserName information, one column is password. I want to fill this column with astericks or dots. Can you please help me out? Thank you kindly, -Dave
|
| Sort on Date Column | 05 Dec 2004 21:38 GMT | 1 |
1. I have sorts on Date and Name column heads Initial sort is on ORDER BY Date DESC Date Name ------------------------------
|
| Datagrid & checkbox column | 05 Dec 2004 12:12 GMT | 1 |
All the articles on checkboxes in a datagrid revolve around using the checkboxes for user selection. I need to have a checkbox inserted and its value based on a the dataset the grid is bound to. How do I retrieve that value?
|
| Data Grid | 05 Dec 2004 08:06 GMT | 5 |
I have a dataset contains all data about students,like there contacts info and education info and so on I display this data set in a data grid but I want to make an option that to choose whether to display the contact info or the education info or the job
|