| Thread | Last Post | Replies |
|
| Using an IF statment within an ItemTemplate | 16 Mar 2005 21:34 GMT | 1 |
I have a datagrid listing bill to addresses. One column specifies whether or not the bill to is the primary for the customer. Here's my dilemma: I would like to add the option to set another bill to to primary within the data grid. So something like this
|
| DataGrid ItemDataBound | 16 Mar 2005 21:18 GMT | 1 |
I Use DataGrid in my Project, I want to make every row in DataGrid selectable as make every row as hyperlink we do it on ItemDataBound event. Can any body please help me to know this code in ItemDataBound Thanks
|
| Setting Focus in UserControl | 16 Mar 2005 14:55 GMT | 1 |
I have an editable datagrid as part of a usercontrol. When I click the Edit button, I wish for focus to be set on the first control, a dropdownlist. I have underlying javascript that I found elsewhere here but it does not appear to work.
|
| data grids | 16 Mar 2005 02:17 GMT | 1 |
when ever i am clicking on a control in a datagrid the grid goes down send me a possible solution for this
|
| Fonction de recherche dans un datagrid | 15 Mar 2005 23:23 GMT | 2 |
Bonjour .net expert !! Voici mon probl?me, J'ai fait une petite fonction de recherche pour un datagrid. Mon probl?me est que si je ne suis pas positionn? ? la page un du DataGrid.
|
| Using Server.Transfer with HyperLinkColumn in a datagrid | 15 Mar 2005 19:19 GMT | 5 |
I am trying to pass page properties between two pages and the first page contains a datagrid loaded dynamically from a data access and the second page needs one item from the query string and the provided properties from the previous page. I am getting an error from the second ...
|
| How to put the result of 2 DataReader in a DataList?? | 15 Mar 2005 04:02 GMT | 1 |
Hi to all, I am working on an e-commerce site , and Im trying to show a documents historic to the user.So the idea is to have a table like this: Orders Deliveries Invoices ...
|
| search function on different page selected | 15 Mar 2005 01:24 GMT | 1 |
Hello .net expert !! Here is my problem, I made a litle function to do a search on a dataGrid It works fine if I do the search while page 1 is selected.
|
| Change HeaderText of datagrid after binding | 14 Mar 2005 16:03 GMT | 1 |
(Type your message here) -------------------------------- From: Sangra Hi,
|
| Make links different color in the datagrid | 14 Mar 2005 09:31 GMT | 2 |
I'm using the standard datagrid control in my ASP.NET page. I have the latest version and all service packs of the framework installed. I am using the property builder to create my grid. My question is simple: How do I make the links in different cells adopt a specific CSS ...
|
| DataGrid sort when Editing | 14 Mar 2005 00:17 GMT | 2 |
This may be a common question, however I didn't find any posts on the issue. When you are editing a row of a datagrid, and then you sort the datagrid, the edititemindex stays the same, which means that you are now editing a different item (though the same physical row of the ...
|
| line break in a datagrid | 13 Mar 2005 14:49 GMT | 1 |
hello to all, how to get an line break from a database to the datagrid? thanks, hannes
|
| Handling events for Checkbox in Data Grid | 11 Mar 2005 21:22 GMT | 1 |
(Type your message here) -------------------------------- From: Abhijit Salvi Hi All,
|
| radiobutton and datagrid | 11 Mar 2005 19:23 GMT | 2 |
I have a datagrid. i want the user to select a row, and only one row. so i created a template column where i placed a radiobutton... Unfortunately this is not working, because the name of the radiobutton is changing according to the datagrid row, so when i select a
|
| How can I format a telephone # in the datagrid | 11 Mar 2005 19:21 GMT | 2 |
The telephone # is my database is in nnnnnnnnnn format. When I bind it, it shows the same hard to read format in the datagrid. How can I make it more user friendly and show as nnn-nnn-nnnn.
|