C#.Net 2.0 SqlDataSource ConnectionString question

J

Jason Huang

Hi,

Here is the SqlDataSource in my aspx file

<asp:SqlDataSource ID="SqlDataSource1" runat="server" ConnectionString="<%$
ConnectionStrings:ETCServiceTestConnectionStringA %>"
SelectCommand="SELECT [TestNo], [AcceptDate], [status] FROM
[TestForm] ORDER BY [TestNo]">
</asp:SqlDataSource>

I'm wondering where the ConnectionString really is located at.
Thanks for help.



Jason
 
G

Guest

Actually, this should be posted in the ASP.NET group as it's really not a C#
Language related issue.

The connectionStrings section in the web.config file is where you find these.
Peter
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top