bakershawm
Thanks for the reply.... I finally did exactly what you said by using the click event.
I am not getting any issues showing up, it is working just fine on my end.
dataGridView1.CellContentClick += new DataGridViewCellEventHandler(this.dataGridView1_CellClick);
Here is my issue.
I have to produce a text File that looks like below:
PAT, 123456,SMITH,JOHN,,1200 Main St,,Houston,TX,77074,7138889999,01011960,123456789,M
CLM, 01012010,01022010,,Jon,Brown,David,Lasso,,1234567890,,SW Hospital,340 Main,,Houston,TX,77000,34500,32301,,
PROC...
Alright here is my issue.
In my application I am currently building TabControl based on dates from my database. I then dynamically build DataGridView from another query inside the TabControl. I am wanting to place a Edit button on each record on the DataGridView. When I click the button I...
I have dynamically built a datagrid in a TabControl. I am now adding a button to allow the user to edit the information. The button shows up just fine, but when I click on the button the Click event is not being called. Below is my code for adding the button.
// The tabpage...
Thanks for the Help....I put the code in and all it is returning is System.Collections.DictionaryEntry
List<object> selectedList = new List<object>();
for (int i = 0; i < lstInstructorID.SelectedItems.Count; i++)
{
label6.Text += "," +...
Here is how I am building the ListBox.....
command.CommandText = "Execute usp_CourseChange_GetSubmitterList";
command.CommandType = CommandType.Text;
conn.Open();
SqlDataReader reader2 = command.ExecuteReader(CommandBehavior.CloseConnection)...
I have a ListBox that has values. Once a user clicks on a button I need to know what values in the list box is selected. I know this is easy and I am missing something simple. The Listbox is setup to allow the user to select multiple items.
Thanks
Alright, this might be simple, but I am not able to figure it out. I have a Maintab with six tabs on it. I am wanting the font size of Tabs 1,3,4 to be bigger that the other three. Any help is appreciated.
Need some help on using ReportViewer.
I have to reports built. When someone clicks on a button, I want to determine what report to show in the ReportViewer.
How can you do this?
Need some help on using ReportViewer.
I have to reports built. When someone clicks on a button, I want to determine what report to show in the ReportViewer.
How can you do this?
THanks
I understand that, but how do I get it not to flow over onto aonther page wide? Is there not a check box or setting we can select to print one page wide?
Thanks
I am working on generating a report with .net. I am needing this report to print out Landscape. I want to have all the columns to fit on one page width, just like you can do in Exel. I have set the Report Properties page width to 11.69in and Page Height to 8.27in.
How can I keep the report...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.