| Thread | Last Post | Replies |
|
| Datagrid OnDeleteCommand | 30 Jun 2005 22:58 GMT | 4 |
I have a datagrid with a templatecolumn where I have the Delete linkbuttons. As I click on the Del linkbutton, it calls the delete_func. However, I can't get the value of the cell to use it as a key in sql_delete statement. Here is my delete buttons
|
| How to force a load of one control from another control on another form? | 29 Jun 2005 19:07 GMT | 1 |
I have 2 forms, frm1, frm2. They each have a user control on them, uc1, uc2. When a drop down list on frm1.uc1 is changed, I want frm2.uc2 to be reloaded with new data? How can I do that?
|
| Export Datagrid data to Excel? | 27 Jun 2005 20:29 GMT | 2 |
How can I export data from a grid into Excel? Or from a datatable? I don't have a query I am displaying the schema from a database using a datatable, and now I want to export it to excel: dtFields = conn.GetOleDbSchemaTable(OleDbSchemaGuid.Columns, New Object()
|
| Export to Excel has no Data | 27 Jun 2005 16:41 GMT | 1 |
It's a simple Datagrid export to Excel however, when I view the spreadsheet, its empty. Even the file size is zero. What could be causing this?
|
| DataGrid Update Command | 27 Jun 2005 14:46 GMT | 3 |
I am relatively new to .Net and have an question regarding updates from a Datagrid on an Webform. I have successfully got the data to display and then changed to the edit mode in the Grid, but when the update command is triggered, it seems to skip
|
| Format Double Values using BoundColumn.DataFormatString | 27 Jun 2005 13:07 GMT | 1 |
I have a Double Value. i am planning to display it in "0.0000" format i.e. the decimals length is fixed i.e. 4. I am using math.round function which is reducing the length to 4. but if the length is just 2 digits then it is giving 2 digits only. where i want 4
|
| AutogenerateColumns and Static columns. | 26 Jun 2005 06:08 GMT | 1 |
I have a grid which is auto-generate columns, but i also have to static columns in the grid as well. These render at the front (left) of the columns. Is there anyway to have them render at the end (right)?
|
| Where to set "ShowFooter" attribute | 25 Jun 2005 20:54 GMT | 1 |
When or where (which event) can I use to set the "ShowFooter" attribute of my DataGrid. I put summary info in the footer. After I return my DataSet, I test the Rows.Count. If there are no rows, I'd like to hide the footer.
|
| DataGris Paging not working (event not firing) | 24 Jun 2005 20:14 GMT | 8 |
It seems that no matter what I do, I cannot get paging working on my datagrid. I'll try to explain as best as I can how my program behaves. I did build the datagrid properties in the designer first, not at runtime, including the bound columns I use. I have it set to allow ...
|
| AutoGenerateEditButton=true | 24 Jun 2005 06:15 GMT | 1 |
(I'm sorry if this is the wrong place for a GridView Question but I don't know a forum as good as this one) My Q is: Is there any way to AutoGenerate the edit button and have it show an image instead of the text link style? I want to have an image with an
|
| Disable ButtonColumn inside DataGrid through logic | 23 Jun 2005 19:02 GMT | 1 |
What I am looking to do is disable a column of ButtonColumn type insid my DataGrid when another column of ButtonColumn types is pressed. Fo instance, I have a button in my first column of the DataGrid that I a using to select my row and do a little extra logic. I also have
|
| Hiding/Displaying... Columns.... | 23 Jun 2005 15:14 GMT | 3 |
How to hide/display the datagrid colums at run time? .Net 1.1. Thanks, Smith
|
| Check boxes on a Datagrid | 23 Jun 2005 14:42 GMT | 1 |
Can you have check boxes on a datagrid and if so, where could I get the details and possibly a sample or two.
|
| How to.... ? | 23 Jun 2005 10:39 GMT | 1 |
For each row in a particualr column (nth column) I am computing the data from different columns and putting the data during ItemDataBind event. I have a specific requirement as if all the rows in that column (nth column) is "T" then I want to change the cell data to "transfer". ...
|
| Data Grid Cell Vertical Scroll Bar. High Importance | 23 Jun 2005 10:39 GMT | 1 |
i have a problem in asp.net data grid. If u have a solution let m know. Problem is such that i have a data grid with 2 columns. Columns widt is fixed. one column's data is huge. Because of this the data get
|