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
Rocky Rocky
NA
317
151.7k
How to get saved values from database pressing linkbutton?
Jul 12 2013 2:28 AM
Hai friends,
i have the student.aspx like
studentname=textbox,
class=textbox,
reason for leave=textbox
date:textbox
add(button)
save(button)
here if the student enter the leave details & press " save " button means ll show Request saved successfully and redirect into HOME.aspx page
in my HOME.aspx page ve column of DRAFT
that above information ll show like
date(linkbutton),reason,status(draft)
i had done these much.....
Example:
"leave.aspx"
==========================
studenetname:Rocky
class:10th
reason for leave:attending sister Marriage,
date:15-jul-2013
save(button)
i m given save for these value.
After pressing the save button redirect into "HOME.ASPX".
(these much i had done).
in my "HOME.ASPX" page draft items below its
show the date with link button.
now my requirement is if i choose LINKBUTTON redirect into what i ve entered details ll show above.
how to make a code?
Reply
Answers (
1
)
wpf
How to get check value of dynamic checkbox inside gridview