| Thread | Last Post | Replies |
|
| Remove last row in a unbound datagridview | 04 Mar 2007 09:13 GMT | 2 |
I have a undound DataGridView. That is, I am populating the DataGridView using the DataGridView.Rows.Add() call and by setting the values to individual cells in the row. When I am adding data to the DataGridView using such a method, I am getting an unwanted row at the
|
| How do I allow an end user make modifications to a rdl that I created using Report Designer | 04 Mar 2007 05:33 GMT | 2 |
I have several reports ( .rdl) that I created using report designer, how can I let the end user make modifications to the text in some of these reports. As I am unable to use Report Builder to modify reports ( .rdl ) created with Report designer, what are my options. is there a ...
|
| How to host the ssrc report designer inside a winform application | 04 Mar 2007 03:28 GMT | 1 |
is there a can to host the report designer inside my winform application? I would like to be able to give the end user of my application the ability to make minor changes to the report. thanks
|
| Edit Report Created in Report Designer within Rebuild Builder | 04 Mar 2007 03:25 GMT | 1 |
I have a couple of reports that I created within the SQL Report Designer, I would like to give the ability to the end user of C# Winform application to be able to make modification to this .rdl file using the Report Builder, however when I try and launch the report that I ...
|
| Datagrid reorders columns on Databind | 03 Mar 2007 04:31 GMT | 2 |
I encountered a weirdest problem. Every time i databaind a dataset to the grid it reorders the columns. Any ideas???? Thanks a lot!
|
| DataGrid | 03 Mar 2007 01:37 GMT | 1 |
I am working with Visual C++ .NET 2003. I need to be able to use a DataGrid in my application. My program is not and will not be connected to a database. I must be able edit each cell as a user and allow the program to access each cell and the edit them. The program needs to load ...
|
| Drawing Custom Control Past Form Edge | 03 Mar 2007 01:26 GMT | 1 |
I'm creating a UserControl that is essentially a button that displays a panel when it is clicked. It will behave similar to a ComboBox, but requires a custom look. Both the Button and the Panel are defined in the designer, and I set each elements Visible key to match the state I ...
|
| Programming the Windows Forms Datagrid? | 02 Mar 2007 22:33 GMT | 2 |
Using Windows Forms 1.1 (VB.NET) I have a datagrid on my form and no datasource, just a collection of Parameters (for a stored procedure selected by the user at runtime) which have been populated by the user.
|
| What is the best way to modify report ( .rdl ) within c# winform app | 02 Mar 2007 22:06 GMT | 2 |
I have several reports within my c# winform application, I need to be able to give the user the ability to make minor modifications to some of these reports prior to running them. Currently I am making use of both .rdl and .rdlc reports within my application. the modifications ...
|
| TreeView Question | 02 Mar 2007 22:03 GMT | 2 |
I have a tree view that i'm populating with a lot of heiracheral data. I only want to populate a node with children if the user expands it. However, that presents a problem. If I do not populate it with children then the expand/collapse bitmap does not appear.
|
| Error When Trying to copy a row from a datagrid | 02 Mar 2007 20:44 GMT | 1 |
I have a vb.net windows form with a datagrid, and I am simply trying to click on a row, hit CTRL-C to copy and then CTRL-P to paste it somewhere else. This works fine for individual cells. When I try it with an entire row however, I get the following error:
|
| DataGridView | 02 Mar 2007 19:59 GMT | 4 |
What's the best way to change the current record selected on a DatagridView control using code in VB.NET 2005/C#.NET 2005? Thanks, Victor
|
| How would I tell when a winform is "dirty"? | 02 Mar 2007 17:08 GMT | 4 |
I need to know if at least one of the winform's controls have been edited by the user. Controls can have textboxes, combo boxes, datagrid, etc. If any one of the forms have been touched and the user hits the exit
|
| evlogxxxxx.bak files | 02 Mar 2007 16:40 GMT | 1 |
Hi experts, My Windows 2000 server system is suffering from too many evlogxxxxx.bak files. Please let me know followings: q1. when does system start to backup eventlog? I mean what trigger the
|
| Non-Modal Forms | 02 Mar 2007 14:45 GMT | 2 |
I have these forms that are going to be displayed and require the user to respond to the options on the form but there is not specific time that user will make the chooses on the form. What is the best way to handle this situation. Create events and raise the event when the user ...
|