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
Dhanashri Patil
NA
33
40.2k
opening new window on clicking botton using c#
Sep 25 2012 3:19 AM
i am adding data in one page of aspx & i want to display
that stored data in new window how to do that in asp.net using c# And opening
the data of particular person or id how to do plz help.
i am also trying that on botton click geturl
protected void geturl(object sender, EventArgs e)
{
string strTxt= Admissiontxt.Text;
Response.Redirect("showregistration.aspx?pk=" + strTxt);
}
Reply
Answers (
7
)
Store procedure
I dinnt get checkbox list bind