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
Subin Thomas
NA
4.9k
125k
modal popup related
Feb 14 2019 11:01 PM
hi there
<
marquee
scrollamount
=
"5"
width
=
"100"
>
<
span
style
=
"color:Red"
>
<
<
<
</
span
>
</
marquee
>
<
a
href
=
"#"
id
=
"A2"
runat
=
"server"
style
=
"color:Blue; font-weight:bold"
>
PROJECT COST MONITORING SYSTEM
</
a
>
<
marquee
scrollamount
=
"5"
direction
=
"right"
width
=
"100"
>
<
span
style
=
"color:Red"
>
>
>
>
</
span
>
</
marquee
>
<
asp:ModalPopupExtender
ID
=
"ModalPopupExtender4"
runat
=
"server"
PopupControlID
=
"Panelcostmonitoring"
TargetControlID
=
"A2"
CancelControlID
=
"Button3"
BackgroundCssClass
=
"modalBackground"
>
</
asp:ModalPopupExtender
>
<
asp:Panel
ID
=
"Panelcostmonitoring"
runat
=
"server"
CssClass
=
"modalPopup"
align
=
"center"
style
=
"display:none"
>
<
div
class
=
"header"
>
</
div
>
<
div
class
=
"body"
>
<
iframe
style
=
"width:700px; height:500px; border:none;"
id
=
"Iframe3"
src
=
"CostMonitoring.aspx"
runat
=
"server"
>
</
iframe
>
<
br
/>
<
asp:Button
ID
=
"Button3"
runat
=
"server"
Text
=
"Close"
CssClass
=
"Button"
Height
=
"34px"
Width
=
"123px"
/>
</
div
>
</
asp:Panel
>
i had coded a link where pressed a modal popups for login and when my login is successful it redirects in that modal only and not in different web page i want that if logins is success the it should redirect to different web page and not just on the modal popup
Reply
Answers (
5
)
Unable to add fixed footer for table in asp.net
Create WCF Services for mobile application.