Question : aspx/c# looping through data from within body

This aspx/c# stuff keeps dogging me as I am now trying to rewrite code so it dynamically lists my data content, but am getting these invalid token errors when attempting to open my database connection as follows:

Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.

Compiler Error Message: CS1519: Invalid token '(' in class, struct, or interface member declaration

Source Error:

Line 61:             myConnection.Open();

Source File: C:\Inetpub\wwwroot\bhhlegal\news2.aspx    Line: 61

see below code as I'm not sure if I have to private some of the code or not
Code Snippet:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:

Answer : aspx/c# looping through data from within body

You can find some differences here - http://www.screaming-penguin.com/node/7289

Fitnesse - Open Source        download link - http://fitnesse.org/
Quality center - Approx. $3000
ClearQuest - (Authorized License - $ 1,564.00 and floating license - $ 4,374.95)
Jira - From $ 1200 to $ 8000

You can also try Bugzilla open source  download link - http://www.bugzilla.org/download/


Random Solutions  
 
programming4us programming4us