Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~3K People Reached
Favorite Forums
Member Avatar for history84084

I am trying to populate a label using a T-Sql query to a SQL Server table upon a click event. I have the click event and linking to the SQL Server table working just fine. The process (below) returns "System.Windows.Forms.BindingSource" rather than any value from the table. My code is …

Member Avatar for history84084
0
2K
Member Avatar for history84084

I am using a textbox as a user visible log on my form1. The following code works as long as it is used only on form1.cs. lboxLog.Items.Insert(0,"Log this message"); If it is used on any other form I get the following message The name 'lboxLog' does not exist in the …

Member Avatar for sknake
0
88
Member Avatar for history84084

I am trying to query my SQL Server database to populate a dataGridView. The user clicks on an item in a comboBox to select a 'program' to view. The where statement in the quers used the Text property from the comboBox. The code is: SELECT CAMPAIGN_ID, CREDIT_GRADE_PRE, SUB_GRADE, APR, ANNUAL_FEE, …

Member Avatar for tatoba.shejal
0
203
Member Avatar for history84084

In my application I need to have the user select one program (item) from the collection in a listbox. This listbox click event then triggers a sql query of an existing sql server data table using the selected program (item) in the sql 'where' clause. The returned data then will …

Member Avatar for history84084
0
104
Member Avatar for history84084

I am using the following code to show existing C# forms. It works for some and not for others Suggestions would be appreciated! Form frmFDDsearch = new frmFDDsearch(); frmFDDsearch.Show();

Member Avatar for kvprajapati
0
145