No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
5 Posted Topics
Hello I want to nest one listview inside another one, with the inner listview's data source taking a bound value from the parents as a parameter. Both DataSources are Stored Procedures. For example, imagine I have a database with two tables for car information, MAKE and MODEL. I want to …
I have not yet started this, I want some advice on how to proceed before I waste too much time! I am writing a Service which listens on a COM port, parses input, and stores relevant data to a database. I am fine with all of this, except I need …
If you are only reading one row from one column, you would be better to use int myVariable = (int) mySqlCommand.ExecuteScalar(); (might have to use int.parse I cannot remember) Scalar takes only 1 value from 1 row
Hello, I am writing a Form that is to be in three parts. 1. Date Selection 2. Report Selection 3. Report Display The way this should work is as follows. 1. User selects a date from section one 2. Section two updates to show a list of reports made on …
Why not use the built in login tools? Website -> Asp.net Configuration
The End.
adamdk