HoverMenuExtender is how appearing and appearing inside grid
Hi,I have below code for hovermenu extender <ItemTemplate> <asp:ImageButton ID="btnEdit" runat="server" ImageUrl="~/Images/boxes.png" CommandArgument='<%#Eval("ShipmentID")...
View ArticleModal Popup Vert Scrollbar not working in Firefox (OK in IE)
I am having a problem with a modal popup that has a vertical scroll bar. In IE the vertical scroll bar works as it should. However in Firefox, if I try to click and drag the scroll box or "thumb"...
View ArticleIf you have a gridview in an updatepanel, do you also need the sqldatasource...
I If you have a gridview in an updatepanel, do you also need the sqldatasource for that gridview in the updatepanel?Or can it be outside the updatepanel?Thanks,Gid
View ArticleData problem with modal popup
Another issue with modal popup. I have a form that is opened from a row in a grdview by passing an id to a stored proc that populates a datatable which, in turn, populates the from so the user can...
View Articleupdatepanel works only once!!!
i have a nestead updatepanel called udp1 which has a menu. by clicking on the items, it will load either an "add.ascx" , "edit.ascx" or "search.ascx". in "add.ascx" i have another updatepanel which the...
View ArticleModal Popup Extender Panel is always visible
Hi allI have a ModalPopupExtender with a popup panel that is shown and hidden according to the ModalPopupExtender OkControlID and everything is working fine.When I added a Crystal report viewer, then...
View ArticleAzax timer control not working in IE 10
Hi,I am using below code for timercontrol which works well in Mozilla and IE8 but its not refreshing the content in IE10. Please help me to identify the issue. Expecting it should work in all the...
View ArticleHow to implement “mustMatch” and “selectFirst” in asp.net ajax Autocomplete?
Hi friends,How to implement “mustMatch” and “selectFirst” in asp.net ajax Autocomplete?Im using ajax autocomplete TextBox,and I need to select always from the autocomplete list but when I type the same...
View ArticleAJAX 4.0 control visibility set to hidden gives error
I'm in the throws of trying to upgrade my AJAX from 3.5 to 4. A new issue I'm encountering is an error if my control visibility is set to hidden.ajax 4.0 0x800a139e - JavaScript runtime error:...
View Articlemulti file upload
I have a jquery that let customer to drag and drop thier photo and aspx that uploads the image to a folder:---------------------- AJAX--------------------var xhr = new XMLHttpRequest();...
View ArticleLoading UI Control From AJAX and C#
I am trying to dynamically load a PlaceHolder with a non-MVC *.ascx page from a AJAX call. But am running into an issue with the static aspect.I cannot access the PlaceHolder as it's not a static...
View ArticleUnable to delete file from machine once uploaded by AjaxFileUpload
Hi,I am trying to delete the file from client machine (intranet) once it has been uploaded to our server using the AjaxFileUpload.Sometimes the delete works absolutely fine, other time I get a "because...
View ArticleCombo Box TextChanged event not fired if value is not in the list
Hi,I have an Ajax Toolkit Combo Box in DropDown Style (to allow user to enter custom value). The event SelectedIndexChanged and TextChanged works fine if the user select an item of the list of the...
View Articlesync my website calendar events with outlook calendar events
Hi, Please help I want to sync my website calendar events with outlook calendar events is it possible kindly advise to proceed note: mu website build by asp.net
View ArticlePlease Help! How to make the refresh TabPanel when clicked
I am having a problem getting this tabContainer working the way I would like it too. I have a TabContainer called SensorsTabContainer that has six tab panels in it. I have 4 buttons at the bottom that...
View ArticleWhen I working with Ajax File Upload , getting exception
When I working with Ajax File Upload , getting exceptionPlease help meThe Controls collection cannot be modified because the control contains code blocks (i.e. <% ... %>).Server Error in '/'...
View Articleslideshowextender,Modalpopupextender,imagebutton
HI ,Developing image slider therough these controlsI am able to get slide images also the modalpupexentder worksBut i want ,onclick of image ,popup should open which has details,images of that image...
View ArticleButton Click - Losing the datas in GRID
Hi,Please help.I'm Filling the datagrid2 by selecting the checkboxes in another datagrid1 if I click the button that have to make the changes in datagrid1 But while doing this button click all the rows...
View ArticleAjax Tool Kit Combobox
I have deployed a website from one computer to other, the website has only one ajaxtoolkit control - combobox +other asp controls. In the target machine the ajax combobox no error is shown but it...
View ArticleCalendarExtender Format
Hi, I use an Ajax CalendarExtender with format equal to "MMM-yyyy" so this way, it displays like Jun-2014. When it comes the time to save that value to the database, I wish to have 012014 instead. My...
View Article