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
~743 People Reached
Favorite Tags
Member Avatar for Rocket452

Hello I'm a C# developer thats new to web applications. I just need to create a simple page that has a radio button. When the radio button is clicked it runs a LOCAL executable. help or link to a tutorial would be appreciated thanks

Member Avatar for jbennet
0
77
Member Avatar for Rocket452

Hi, I am using a C# application that interacts with a TSQL stored procedure. The problem is that my SqlDataReader property .RecordsAffected always returns -1 regardless of whatever kind of select, update, or delete query I run. Here is my relevant code: [code] SqlDataReader myReader = null; SqlCommand command = …

Member Avatar for LizR
0
157
Member Avatar for Rocket452

Hello, I am trying to display SQL query results in a GUI. Right now I am displaying the information in a standard TextBox, but I would like to be able to sort by the different columns and stuff like that, much like if I had a excel spreadsheet open with …

Member Avatar for rapture
0
453
Member Avatar for Rocket452

Hello I am using C# forms to create a GUI, and I was wondering how to make the window nonResizable. I know how to do it in Java but not C#. any help would be appreciated.

Member Avatar for Rocket452
0
56