Ajax partial view not updating parent div
Hey All. I have a problem with using an ajax button in a partial view to update a div in the parent view. If I put the same button into the parent page it works fine. Is this not possible or am I...
View ArticleAnybody faced this kind of issue before?
Hello, Well...This is intermittent issue....I am even hard to reporduce this issue...I have a clean page(aspx) that contains web user control(ascx)...Here is the ascx part<asp:Panel ID="plShow"...
View ArticleGetting error Sys.WebForms.PageRequestManagerTimeoutException: The server...
Hi Guys i got error on asp.net ajax page. error is "Sys.WebForms.PageRequestManagerTimeoutException: The server request timed out"i am getting on IE .this is website linke optilenses.comsee below...
View ArticleChange color of headertext in a tabcontainer's tabpanel.
I have 6 tabs at the top of my page using a tabcontainer and the tab on the end has a headertext of 'Emergency Info' and i want just that tab to have red text.
View Articlewebpartzone issue
I've added in a WebPartManager to my web page, and when I view in browser, it throws the following error: A network-related or instance-specific error occurred while establishing a connection to SQL...
View ArticleTabcontainer hide all TabPanels by Default
I am using Ajax:TabContainer, it displays the first tabpanel by default, but I need not to show any tabpanel on load, it should be displayed on requests only. I have tried set Activetabindex=-1, but it...
View ArticleDropDownExtender allowing input in the textbox component
Hi,I am fairly new to ajax and trying to use the DropDownExtender to display a set of dynamically created options. I have this working so that i can choose from the options with the select box, but if...
View ArticleCoded UI test playback for asp.net ajax toolkit
Hi everyone,I'm using Coded UI test for my asp.net web application. This web app uses ajaxcontroltoolkit controls such as Update Panel and user controls as well. So when I am recording some action...
View ArticleWeb Parts Drag and Drop
Hello everyone.If we can drag and drop controls in WebPartZone in Browse mode?
View ArticleCreate TabContainer dynamically and add it to accordion pane dynamically
I have created an accordion pane dynamically but now I want to add Ajax TabContainer to my accordion pane with multiple tabs but for some reason if I add multiple tabs it does not show but in my page...
View ArticleMultiple ComboBox on the same page with OnSelectedIndexChanged
I several Combo boxes on the same page, all with OnSelectedIndexChanged set to go to a different page depending on their value.So I:1.) Select an item in the first ComboBox and it uses the...
View ArticleHow to create AutoCompleteExtender in content page using master page
Hi i have master page and i have added "Default.aspx" page to that master page i want to add Autocomplete Extender funtionality in "Default.aspx" only. how to accomplish ????? pls help ???
View Articlehow to use my code every 30 seconds
Hello,foreach (var hasWon in results) { Random random = new Random(); int randomNumber = random.Next(0, 180); decimal number =...
View Articletimer update
Hello, I want to check and update data in background with timer but does not works.protected void Timer2_Tick(object sender, EventArgs e) { DateTime currentDateTime = DateTime.Now; Button1.Text =...
View ArticleTinyMCE 4.0b1 Error
hi again;I'm trying to modify the TinyMCE ver. 4.0b1 but I got the errorsource code :<head runat="server"><title>TinyMCE 4.0b1 ASP.Net 4.0 Example</title><script...
View Articlecall WebService over https
hi i have a simple website that includes a WebService and a Webform page. i'm trying to call my web service from the web form using jquery. when i type the web service's url using https, i get "Access...
View ArticleRun AJAX Animation on First PostBack Only
Hi,I need to run AJAX animation on first PostBack of site.This is not the initial load of page but the first PostBack. This means that standard ‘OnLoad’ event would not work. Also, it must happen on...
View Articlewebmethod is not firing in my application im using autocompleteextender
my code is in aspx<asp:TextBox ID="txtCtysearch" runat="server" CssClass="TextBox" autocomplete="off"></asp:TextBox><asp:AutoCompleteExtender ID="txtCtysearch_AutoCompleteExtender"...
View ArticleTinyMCE 4.0b1 Error
hi again;I'm trying to modify the TinyMCE ver. 4.0b1 but I got the errorsource code :<head runat="server"><title>TinyMCE 4.0b1 ASP.Net 4.0 Example</title><script...
View Articleupdating a gridview using stored procedure
So I have successfully configured my gridview using a stored procedure supplied to me by my dbadmin.Now he sent a different stored procedure for updating using parameters different from the ones I used...
View Article