| Thread | Last Post | Replies |
|
| Formatting decimals with 2 digits - 3.70 vs 3.7000 ??? | 25 Nov 2003 01:45 GMT | 1 |
I am formatting decimals on several columns within my DataGrid. For the most part it is working correctly. However, 2 of the columns will not format correctly. For example: the two columns that aren't formating correctly are displaying 4 decimal places to the right.
|
| Hyperlink | 24 Nov 2003 20:42 GMT | 1 |
I'm using a link in a datagrid by the operand "DataNavigateUrlFormatString=". I assume that the link only can activate a new aspx-page. But the code and the datagrid definitions exist already in the calling (the 1st) page.
|
| How to display result from two different table | 24 Nov 2003 20:19 GMT | 2 |
Iam in a problem. Anyone plz help me in retreving data into single datagrid from two different queries. Thanks in adavance vasu
|
| BC30451: Name 'BindDataGrid' is not declared. | 23 Nov 2003 03:16 GMT | 1 |
trying to allow sorting in a datagrid I don't understand error message - can u help ??? sql: =====
|
| Display simple list | 22 Nov 2003 16:07 GMT | 1 |
I am trying to build a simple asp.net project. How do I use a datagrid to simply display a list of links in a table format? For example, let's say I have a database table: tblNames
|
| datagrid on a panel that has visibility set to false | 22 Nov 2003 15:28 GMT | 5 |
Man this is annoying. I have a datagrid on a panel. The panel has .Visible=False. I did not specify the datagrid's visible property. Now it seems that everytime I make any change to the datagrid, it automatically sets the visible property to false. In Property Explorer, it
|
| Button in column header | 21 Nov 2003 19:51 GMT | 1 |
I want to put a button in a column header. How do I handle the event when the button is clicked?
|
| Re: Column Width | 21 Nov 2003 19:49 GMT | 3 |
How to set the column width for Auto Generated Columns? Thx
|
| DataGrid-DataView-XML-Sorting strings as numeric | 20 Nov 2003 21:52 GMT | 2 |
I am populating a DataGrid with xml. I need to be able to sort some of the columns. However, the DataView.Sort is treating my strings (which are numbers in string form) as strings and not formatting them as numbers. So, I get:
|
| 'itemcommand' event not firing | 20 Nov 2003 15:41 GMT | 2 |
I've been on this problem for many hours now and checked many posts and forums but can still not find an answer. I hope someone can help. I have a Datalist (I know its not a datagrid- but close enough) with a template column in it which contains a button. The
|
| Edit Mode - How do I populate dropdown in edittemplate from dropdown in another column? | 20 Nov 2003 13:09 GMT | 2 |
I have a datagrid with 2 columns that I want to interact when I'm in Edit Mode. I've reproduced just the columns I want to interact below. I can get into Edit mode for the selected row just Fine. What I want to do is to have the user select an entry in the editschSchedulePeriod
|
| Execute Client Side Script from TextBox in Template column | 20 Nov 2003 04:09 GMT | 1 |
I have a datagrid with 3 template columns, each containing a textbox. I want to handle one of the textbox's OnTextChanged Event and have some client side JavaScript execute. The client side code will update one of the textbox's values by subtracting the values in the other 2.
|
| display message box in ASP.NET when delete command is fired | 19 Nov 2003 21:47 GMT | 1 |
I would like to display a message box that says; "You are about to delete this record. Is this what you want to do?" I want to do this when the delete command is fired. How do I do this?
|
| Displaying XML data as is with tags on the datagrid | 19 Nov 2003 15:41 GMT | 2 |
I want to display the XML tags (for the the XML tags is the data that is stored in a table) on the datagrid using the datasets. But since the data itself is the XML tag it doesn't appera on the datagrid since it tries to parse the data before it displays.
|
| <selectedItemTemplate> | 19 Nov 2003 00:18 GMT | 2 |
I can't find how to implement a selectedItemTemplate using a datagrid. I'm using Columns->asp:templateColumn->ItemTemplate There is not SelectedItemTemplate. How do you format the data for the selected row of a datagrid?
|