I know UpdatePanels have a good and bad side but I am still relatively a novice in ASP.Net and I knew no other way. Basically I have a custom gridview, when I click an Edit button a modal popup appears with a panel that contains a formview which is bound to an ObjectDataSource that displays a single record.
Now on my dev pc it's not so slow, but On the clients pc the modal popup takes about 5 seconds to popup
I used fiddler and noticed 33k is sent and 26k is returned. That's not alot so I don't know what the problem is.
I assume it's the UpdatePanel, but How else can I achieve adding and editing of records without refreshing the entire page just for a Gridview to be refreshed.
I've implemented it in too many places in my project to change now. What else can I do
I am trying to get a modal popup inside a modal popup?, also i want to fire the modal popup on a condition in a text change event of a textbox?...is this possible and can anyone give me directon on this
The Top is IE and the bottom is FireFox. Firfox is showing correctly. In IE, however, the grey background start directly on the left edge of the page and not across the window span, and the modal target stays below the grey background.
i have created an ajax modal popup extender and i want to be able to grab the values in the textboxes that are on the panel. how do i accomplish this from code behind:
[Code]....
once i have the value i need to perform a stored proc and isnert into the database. i have this part sorted but not sure how to grab the values initially.
I try to accomplish the following: When I click on a LoginStatus to log out, I want a modal popup extender to popup ONLY when some condition is true.The mpue has a targetcontrolId that refers to the LoginStatus-control, a PopupControlId that refers to a asp:panel-control.So far I accomplished only two situations:
I have one Panel on ascx control to which I have attached one Modal popup extender. On this panel I have one RadioButtonList control which having SelectedIndexChanged on which I have made CheckBoxLists visible True/False.
I want to add Update panel to this Panel . So when I handled the SelectedIndexChanged event there should be no total page post back, only Panel updates should be happen.
Where is the Problem with the popup within a asp updatepanel. It works fine in IE8. But in FireFox (Version 3.6.11) it works only sometimes.
ASP-Control for PopUp (PopUp.ascx):
[Code]....
CodeBehind: PopUp.ascx.cs to show the ModalPopUp
[Code]....
Our test: We set the Button "UIButtonHiddenTarget" visible (remove the css Style="display: none;)
After the click this Button, the popup was display everytime.But we trying to open the PopUp from server side with "UIModalPopupExtender.Show();" and only somtimes the PopUp will not open in Firefox.
I have a login control on a web application. I am using a modal popup extender to show a message when the login button is hit. That all works fine. The problem is, once the user hits the "OK" on the popup, it closes and then nothing happens. I tried adding javascript postback but did not help.
I need to set focus on a textbox in parent form after the pop extender closes. I am setting the focus before showing the popup, but when the popup closes, it is lost.
I am using modal popup extender to display a user control which has AjaxToolKit- calender extender. When i click on it, it is shown in the background and i cant click or select a date.. i couldnot get it to work..
I am using a griview, in gridview placing a linkbutton then when click that linkbutton a modalpopup should occur. I am using oncommand method in linkbutton to get sum values, that values is display in the modal popup control. How can i acheive this , give me a sample code.
Usually my Modal popup extender is center by default. However, I have a modal popup that is not center - the modal popup is located on the right lower side of the screen. I have a CSS class for my website that I really dont want to start tracking to see if it is causing my problem (In fact I am pretty sure thats the cause of the problem). So I was thinking...
Is there anyway I can manipulate the modal popup position through the CSS. For instance:
[Code]....
The above is not working, it doesn't do anything to manipulate the width of my background and the position of the modal popup.
How to style ajax modal popup extender control just like in forums.asp.net site which when loaded displays a modal popup with close button. i dont want to show the popup every time if an user submits or cancels the popup once.
I'm want to incorporate a modal popup in my webpart. This is the classic update information modal popup but because I'm building it in runtime, I'm having difficulties wireing up the components would like some assistance. In my dev environment the code is in the user control object. The necesary javascript is the default page which I'm woderring if it should be in also built on the fly?
when i click a button, the ajax modal pop up should float above the svg, which is a image object that formated as xml file underneath. it works all fine in IE and Firefox, but it's not working in safari.
In safari, the modal pop up is behand the svg rather than float on the svg, so far i had use the z-index and position in front end control, but none of them are working, the below is my aspx code:
I've build a Modal Popup extender with a DataBound DropDownList. The only problem I've got is that the DropDownList is being filled in the Page_Load. Even when I put the binding in the Load of the Modal PopUp extender there is no data inside my Dropdownlist.What am I doing wrong here? Because everything should work when I hit the TargetControlID.
In my application, I have one Gridview on click button of one of the column I show Modal popup Extender. I Popup window I display another GridView with paging. And also I want to do all operation such as Update, Delete and Add. As all these are Link buttons none of the event associated with them are firing.
Basically Paging is not working as it is in the Popup Extender.
Is there any way to execute server side events on Modal Popup Extender