TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Arul Jesuraj
1.6k
109
22.7k
How to change dataset QUERY connection string at runtime in
Aug 30 2013 3:28 AM
Hi,
I've a dataset called MyDataSet.XSD. I want to access this in code behind and assign different connection strings based on user logs in.
I've TableAdapters and Queries configured to it.
I access Adapters like below:
objDa.Connection.ConnectionString="myConString";
How assign to Query in dataset dynamically in asp.net?
Reply
Answers (
0
)
sessions in C#
How to Disable Textbox in Gridview If the Texbox is not null