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
piya p
NA
84
48.2k
How to add popup window
Apr 22 2014 5:15 AM
In my application I wnt to open popup window when click on button.The button is inside datalist
My code on button click is
ImageButton imgbtn = (ImageButton)sender;
DataListItem item = (DataListItem)imgbtn.NamingContainer;
int index = item.ItemIndex;
MyDetails details = (MyDetails)listItems[index ];
int id = details.id();
Response.Redirect("UseOfFancyBox.aspx?albumid=" + Convert.ToString(albumid)+"&albumcreate=false");
By using response.redirect it is redirecting to new page with selected index.
Instead of redirecting to next page popup window should come with selected index.
How to do this?
Reply
Answers (
2
)
How to play WMV format video in ASP.Net
how to fire function key press event in gridview in webapp