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...
Here is the deal
I have been given a spreadsheet with information. Column A through M has information and column Q through AC has informaiton. This is a list of users split so that it can all fit on one page. The problem is this, if I want to delete a entry that is below Columns A through M...
I have setup a Signature to use a JPG file with my name and logo. Each time I send a email out the end just sees a message that says (Embedded image moved to file: pic15890.jpg)
Is there some type of setting in Lotus notes to allow these images to go through? Any help is appreciated.
Thanks
Quck Question.....
Is it possible to re-install just the SQL Server Agent 2005. I did a re-install SQL 2005, but the agent did not show up. If I go to the Agent and right click on SQL Server Agent in Management Studio, it is showing the Start, Stop options grayed out. I even was going to try...
Let me try to explain my situation:
I have a Windows 2000 test server that we has SQL Server 2005 already installed on the machine. We have a software package in production that is using SQL 7.0. I am wanting to install the same Sofware Packaged on our Test server. So what I did was try to...
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.