ToolkitScriptManager and UpdatePanel
I have a Master / Detail pages project and uses UpdatePanel to avoid the "flickering" of the screen when changing detail pages. This works very fine. When I apply a ToolkitScriptManager to the Master...
View ArticleCannot create page method "GetCompletionList" because no CodeBehind or...
Hi,i am trying to add autocomplete page method by right clicking on my textbox-->Add Autocomplete page method. But it is giving me error: Cannot create page method "GetCompletionList" because no...
View ArticleAjax.ActionLink not working in Internet Explorer 10
I have searched and searched and tested and tested... and I cannot get IE10 to dump a partial page into a div. It's simple code and FF & Chrome each do it flawlessly. I have done ctrl + F5, and a...
View ArticleHow can i change span's class in C# ?
the following code is under gridview1, can't get the span's ID directly so i use findcontrol instead<asp:TemplateField HeaderText="Reply"><ItemTemplate><span id="convertsantionCount"...
View Articlesafari only keeps losing session variables
Hi, I keep seeing posts saying safari is caching old values of session variables.i now have a problem whereby a repeater button within an ajax update panel keeps losing session variables i've set.Just...
View ArticleASP.NET with AjaxControlToolkit: Bunch of ScripResource.axd loaded
<div class="post-text" itemprop="description">I'm working with a legacy web application that uses .NET 4.0 framework and has some AJAX controls from the AjaxControlToolkit 4.1.7.1005The...
View Articleasyncfileupload uploadedcomplete save in viewstate.
hi all,my viewstate value can't save at uploadedcompleted event. even i saved, everytime when post back. (example my other combo boxautopostback= true. then, all my viewstate value will become null...
View ArticleSys.WebForms.PageRequestManagerServerErrorException: SetPartialRenderingMode...
Hi Allthis is in usercontrol. And this usercontrol is the part of SharePoint WebPartWhen I click ajax:CollapsiblePanelExtender it throws above errorSys.WebForms.PageRequestManagerServerErrorException:...
View ArticleResizing picture
In my web page I have an upload file comntrol.I need to upload a picture, but save it in resized form, for ex: 640 X 480, not larger.Thanks
View Articlenumericupdown control cannot apply on textbox (AutoPostback=true)
Hi guys, my page will keep refresh if I set AutoPostback = true to my textbox. Please advise. TQ<asp:DataGrid ID="MyDataGrid" runat="server"...
View ArticleGridView pagination works faster in Modal Popup than in page
I have a GridView on a page. The GridView is bound to a DataTable and shows 10 records per page. There are about 40 pages.I have another GridView, which is shown inside a Modal Popup (AJAX Control...
View Articlecollapsible panel in user control
Hi ,I have query regarding ajax control toolkitIn one of ajax sample I have added Collapsible panel in SharePoint user Controlwhen i hit collapsible extender for expand. it doesn't remain...
View ArticleClear all tabs (TabContainer) - $find('').get_tabs()[X].dispose().
I am currently working on clearing all the dynamic generated tabs.I try to loop through all the tabs and dispose each one by one. I'm using $find('<%=TabContainer1.ClientID%>').get_tabs(); to get...
View Articlestopping update panel to work when I using Intelligencia UrlRewriter module
Hi,I have this codes in web.config<section name="rewriter" requirePermission="false" type="Intelligencia.UrlRewriter.Configuration.RewriterConfigurationSectionHandler,...
View ArticleHelp-Remove a tab from a container by a event....
Hi all,I have an ajax tabcontainer with 5 tabpanel on it.I want to delete a tab by rightmouse click event.Also I want to give name of tab dynamically...How to achieve this.Plz. help with sample...
View Articletables
what is the code for displaying tables in browser using ajax tool kits. please help guys thanks.
View ArticleRemove Tabpanel from TabContainer
HI ALL,I have a tabcontainer which has 7 tab panels and on certain conditions i want to make 1 tab either visible false or remove from the TabContainer. Firstly, i had set tab visible false but by...
View Articleon change event on ajax tab control
I am using Ajax tab control into one of the application and I have designed the different UI into each tab, now requirement is if I make an fill data into UI and cleick on the other tab then pop up...
View ArticleWindow.Location.href method doesnot fire
Hi,window.location.method wont fire when using Ajax.. <input value="Continue" class="button" id="btnSubmit" type="submit"/>$('#btnSubmit').on('click', function () {$.ajax({ type: 'POST',...
View ArticleWhy The tab container ActiveTabChanged event fired by the internal control...
I havetwo tabs in tab container in tab1 i have taken 3 list box controls for every list box control changes event the tab container ActiveTabChanged event also fired. I did not found the what is...
View Article