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
r p
NA
343
0
Using the same DATASOURCE
Sep 8 2008 4:24 AM
In my asp.net2 site, I am giving the search option for the user (to search products) at the HEADER OF THE SITE (Header in Masterpage)
with the help of a control called Search.ascx.
The search result is returned to an object datasource called objResult(objectdatasource). Now, I want to display the result
which is returned to objResult in a datagrid which is in Result.aspx (FORM). This form is in the MAIN CONTENT area of the master page.
How can I access objResult which is in Search.ascx(CONTROL) to disply the result in the datagrid which is in Result.aspx? or do you have any other suggestion?
Reply
Answers (
2
)
Can it be possible?
Conditional Formatting ASP.NET DataGrid Columns