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
Kieran Callaghan
NA
18
25.9k
Click avent on a menu link item to trigger a sql select sproc that will display results on a webform data grid
Mar 9 2012 10:07 AM
Hi guys I have a drop down nav bar menu list with child category links on that menu that are on click Id like it to connect to mssql 2008 where I have my tables and select stored procedure already created. The click event should trigger the sproc to run the select and display the results of the query in a data grid on my web form.
Are there any examples of code or articals that would help me realizs this solution??
Kind regards,
Kieran
Reply
Answers (
0
)
Cannot implicitly convert type 'System.Data.Odbc.OdbcConnection' to 'System.Data.SqlClient.SqlConnection'
hi how to select rows from grid and display in text box?