Dear friends,
I have experience in ASP 2005 and recently got a project in
VB 2005. I am facing following shifting headaches:
1. In ASP I could use aqldatareader as datasource to drop down list, but in
VB it is giving error.
2. I have imagined that app.config file is somewhat equivalent to web.config file. In ASP if I define some connection string say by name MyString then I can use following commands:
dim MyConStr as string = WebConfigurationManager.ConnectionStrings("MyStrin g").connectionString
con = new sqlconnection(MyConStr)
the connection establishes.
What is equivalent in
VB 2005..
Please answer these two querries, I have lot more which will be coming after.
Akhilesh