Tagged Questions

0
votes
1answer
12 views

show modal popup on selected item from dropdownlist

i have dropdownlist containing some items ,,i want to show modal popup whena particular itm is selected from the list
1
vote
1answer
607 views

ModalPopupExtender: How do I retain my position after dragging and firing a post back?

I've already tried Google searching for this and looking at the source for this control, but didn't find the answer. If I was able to link into a drag event I would be able to solv …
1
vote
1answer
23 views

How to…Add Client Side function to button that postsback?

I have a button that closes a modal dialog box on an ASP.NET Ajax form. How do a add a client side function to be called on the same button click? currently firebug has this for t …
0
votes
1answer
15 views

ASP.NET AJAX Control Toolkit ModalPopupExtender + HTML + JavaScript

Hello, I have a section of HTML and JavaScript that represent a dialog. The code for this is something like the following: <table border='0' cellpadding='0' cellspacing='0'&gt …
0
votes
1answer
281 views

problem in panel when using with ajax modal popup control

hi i have 2 panel and and using ajax modalpopup control …
0
votes
3answers
180 views

modalpopupextender and commas appearing in my textbox asp.net

Some weird stuff is happening, I am converting an application that used to use javascript to open another web page in a tiny window for data input to use a ModalPopupExtender. It …
1
vote
2answers
405 views

ModalPopupExtender won’t render in front of everything in IE7/IE8 Compatibility mode

I have a ModalPopupExtender from the AjaxControlToolkit that is working properly in Firefox, Chrome and IE8, but when I run it in IE8 Compatibility mode, it pops up behind the cont …
1
vote
3answers
72 views

ASP.NET GridView pagination without postback

Just a quick question for all of you guys. I have a Grid View inside Update Panel. My Modal PopUp pulls this Panel up. I am good so far. However when I try to do pagination on th …
0
votes
1answer
23 views

show modal popup from code behind

i have a dropdownlist in codebehind,i have this function protected void DropDownList1_SelectedIndexChanged(object sender, EventArgs e) { /////// } now i want to show moda …
0
votes
1answer
96 views

Popup extender “frozen” on code-behind exception.

Hi, In a C#/ASP.NET project, we're using an ajax modalpopupextender to display a "Processing..." message to the users. We're displaying it using a Javascript call in the code of t …
0
votes
0answers
44 views

Problem with scrollbar and panel using Modal Popup Extender Drag

Hello! I am with a problem with a ModalPopupExtender control (.NET, AjaxToolKit) when I have a scrollbar in a panel and set the drag option: I click on scrollbar and the panel sta …
0
votes
1answer
29 views

How to incorporate modal popup in .net?

I have an aspx page where there is a hyperlink control. On click of the hyperlink, I want to open another aspx page as a popup.Presently I am doing this by using javascript popup. …
0
votes
0answers
56 views

[ASP.net AJAX] Modal popup extender is rounded locally but not on the server

ASP.net ajax 2.0 I've got a modalpopup extender that looks like this: The actual modal popup is wrapped around a rounded corner extender to give it the nice curved look. Here …
0
votes
1answer
33 views

why ajax modelpopup hides behind silverlight object?

I have silverlight plugin on my page and some functionality to show panel as popup with the help of Ajax ModalPopup extender, But whenever show modal pop up it hides behind the s …
0
votes
2answers
133 views

Another modal popup extender question

I am trying to get a modal popup to work, it needs to be triggered in the Code behind. <asp:Button ID="btnModalPopUp" runat="server" Text="Button" Style="display: none" /> …

1 2 3 4 5 6 next
15 30 50 per page