I\'m using 开发者_StackOverflow社区asp.net ajax, with modal popup extender in a web page. The popup appears fine in Firefox and Google Chrome, but it shown at the bottom of the page in IE8. I tried to
This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time,or an extraordinarily narrow situation that is not generally applic
I am in the middle of an ASP.NET project where I am using the CSLA framework and the AJAX ModalPopupExtender control. I have used CSLA and the ModalPopupExtender in different projects before, but this
I am using the ModalPopupExtender control to display a modal popup dialog when a button is click. The problem is that dragging the dialog results in an\'scrollleft is null or not an object\' error.
hi i have some problem in displaying popup as when i implemented,its working perfect开发者_如何学Cly in firefox and IE but not it chrome.alt text http://www.freeimagehosting.net/uploads/2960ed3989.jpg
I have an ASP.NET pag开发者_运维技巧e that has dynamically created LinkButton elements. Please note that these LinkButton elements are not added to a DataGrid, GridView, or Repeater.
I\'ve got a modal popup and when it loads contents that are taller than the browser height I am unable to scroll down to view the rest of the information.Instead the background can scroll but the popu
In ASP.MVC i am able to display some data in a MvcContrb grid and have Edit and Delete Options. When i click on Delete the selected row will be deleted and the grid will be refreshed. Now when i开发者
I\'m looking to send a net send type message popup to all users in my network 1 day week every week. Can I do this via Windows somwhow or would I need a script running s开发者_开发技巧omewhere?
There is one button(MyButton). OnClick of this button a modalpopup(MyPopup) appears with one asyncfileupload ajax control, Ok button and Cancel button.