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
magesh manavalan
NA
331
507.3k
Bind Data in Grid View two Database in single query and single Gridview?
Feb 22 2012 1:16 AM
Bind Data in Grid View two Database in single query.
i have two database
1.CRMS
2.ERP
i want to bind the data from two database(Tables)
For Example:
my connection string is ,
SqlConnection con = new SqlConnection("Server=(local);initial catalog=CRMS;Trusted_Connection=True");
SqlConnection con = new SqlConnection("Server=(local);initial catalog=ERP;Trusted_Connection=True");
Thanks&Regs
Magesh
Reply
Answers (
2
)
Naming violation (64) additional info: naming attribute 'co' is not present in LDAP entry
How to use GridView using Check box and Button ?