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
Dharam Rai
NA
383
22.6k
Sending textbox data to another page
Feb 8 2016 6:23 AM
Hello all, need help please. I am having a page where I received data in my textbox from database using repeater, now I want to send this data of the textbox to another page on button click. Help please.
here is my code :
<asp:TextBox ID="txtData" runat="server" Text = '<%# Eval("ImageName") %>' ></asp:TextBox>
<asp:Button ID="SendData" runat="server" Text="Book this event" />
<!-- I haven't written any code for button click, because I have no idea how it works -->
Reply
Answers (
25
)
How can i pass uploaded file path to audio control in web fo
selcting excel range or cells & export to sql using asp.net