| Thread | Last Post | Replies |
|
| How do I change the headertext of a datagrid column programmatically | 18 Jun 2004 00:49 GMT | 1 |
I have a datagrid to view the results from a database. I am using autogenerate because the number of columns returned from the database change. I would like to change the column headers as the ones returned from the
|
| How do I display two data fields in one coukmn? | 17 Jun 2004 20:28 GMT | 1 |
How do I? Altering the sql statement is not an option for me. /mortb
|
| format Boundcolumn as Percentage | 17 Jun 2004 16:16 GMT | 2 |
I have a datagrid with Boundcolumns. I have a number in the db that represents a percentage. I want the datagrid column to output the percentage and not the number. For example instead of 0.82 I want 82%.
|
| flowlayout | 17 Jun 2004 15:58 GMT | 1 |
In a form with flowlayout I have a couple controls, however each time the new control in place on botom of previous. I need to have some conrols next to each other. How do I do this?
|
| DataBinding (Refreshing) a DataGrid within a Popup Window | 17 Jun 2004 09:31 GMT | 1 |
I'm trying to set up a modal (preferably) popup window to do a simple web service query. The popup window contains some criteria fields, a "search" button, and a datagrid that displays all the results of the query. I want the user to enter their criteria, click "search", and be ...
|
| Grid position | 17 Jun 2004 09:14 GMT | 1 |
I have a form with the datagrid on. I am generating dynamic table and I would like to add next to the grid. How do I determine grid position and how do I add to that position my table.
|
| Showing only first part of the field in datagrid | 17 Jun 2004 09:12 GMT | 2 |
I have a XML file as datasource, and I bind it to datagrid. Size of one of the columns in the dataset is quite long and I would like to show only 20-30 characters in the datagrid (witk link "more"). How can it be done?
|
| Table | 16 Jun 2004 13:53 GMT | 4 |
I am dynamicly generating a table.When the table is generated it always put a new table in a left top corner. How do I put in a middle of the form?
|
| DataGrid and ToolTip | 16 Jun 2004 03:52 GMT | 8 |
I have a DataGrid with some TemplateColumns. One of these columns is a CheckBox column, and the ChackBox have a ToolTip. This application should run in several languages, why the ToolTip should be changed dynamically.
|
| Displaying data on same row as paging buttons | 15 Jun 2004 22:16 GMT | 5 |
How do you display data on the same row as the paging buttons?
|
| adding more information | 15 Jun 2004 17:30 GMT | 7 |
If i am binding a datagrid to a dataset, is there anyway to include each rows index number so that I can explicly reference it on the itemdatabound event regardless of sort order / filtering. Here's what I want to do for my ItemDataBound event.
|
| Add onmouseover to HyperLinkColumn | 15 Jun 2004 15:26 GMT | 1 |
I would like to add javascript to a HyperLinkColumn of a datagrid so that onmousover the Window.Status = "<MYTEXT>" As of right now the link is running javascript to open a popup window but I do not want that to be show in the status bar Thanks -----------------------
|
| Controls in tabel | 15 Jun 2004 08:46 GMT | 4 |
I am trying to loop in table to set all controls visible. What is incorrect in my code? Dim control As System.Web.UI.WebControls.WebControl Dim Table1 As System.Web.UI.WebControls.Table
|
| Datagrid with ButtonColumn as Last Column | 14 Jun 2004 21:47 GMT | 1 |
I am generating datagrid columns dynamically from DataTable and want to add buttoncolumn as Last Column with image and event Handler. Based on ItemCommand event I want to perform some action. How I Would be able to do that.
|
| Desparete for advice on stored proc from asp.net | 14 Jun 2004 19:33 GMT | 6 |
I have no hairs left and what is has gone gray. this makes no sense I have a datagrid page which allows the user to select certain records to do a bulk update... within my stored procedure that gets called the
|