Forum: ASP.NET Jul 29th, 2009 |
| Replies: 0 Views: 556 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... |
Forum: C# Jul 9th, 2009 |
| Replies: 1 Views: 468 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... |
Forum: C# Jul 9th, 2009 |
| Replies: 1 Views: 255 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... |
Forum: ASP.NET Jul 6th, 2009 |
| Replies: 7 Views: 384 Why not use the built in login tools?
Website -> Asp.net Configuration |
Forum: ASP.NET Jul 6th, 2009 |
| Replies: 1 Views: 238 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. |