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
Mohan
1.4k
27
2.4k
passing values between user controls..
Nov 7 2013 10:32 AM
I'm developing a search functionality..
In header user control (headercontrol.ascx), search box exists, so user can search from any page as user control is in master page.
I want do display search results in testresults.ascx which is in testresults.aspx.
testresults.aspx is embedded in master.master page and it includes headercontrol.ascx.
if user enters search word, I want to pass search word from headercontrol.ascx to testresults.ascx as I need to pass the search word to DB query which exists in testresults.ascx. when user enters search word, the page is getting submitted through java script as I'm using Jquery to display intellisence.
please help how to pass search key word from headercontrol.ascx to testresults.ascx.
Thanks in advance..
Reply
Answers (
0
)
dropdown inside the repeater
login through designation in asp.net