UpdatePanel not updating itself problem
Hi everyone. I think I need some help. I've been having problems with my update panel not updating when I change for instance a label within the update panel from a server-side button eventhandler....
View Articleupdatepanel is not working in IE, Chrome properly
hi,I have a master page in content place holder i put update panel, there are few control. when I click whole page means master page and content page both are refreshing in IE, Chrome. In FireFox it...
View ArticleSliderShowExtender not working (VB.NET)
hi,i tried simple implementation of slide control on a fresh web application and it fails to work. maybe i am missing something. thanks in advance for your assistance. here are the steps:1-...
View ArticleCan not show Modal Pop-up extender
Hi ,I am opening modal pop-up extender "MD1" from my C# code . If users clicks on Submit button in that MD1 pop-up , i need to hide this pop-up and show the sucess Modal pop-up MD2.I am able to show...
View ArticleModalPopupExtender Scrollbars
I have a modalPopup which works perfectly. The problem is, it's a little too high for some users screens. I need the popup to scroll when the screen happens to be too short. I've tried getting creative...
View ArticleAJAX Calls to ASMX or ASPX web methods or ASPX classic with query string or?
What is the most efficient way of calling some business logic from javascript on the client side using AJAX?1) call a web service?2) call an asp.net page with web methods?when i call a web method the...
View ArticleCascading Dropdown + Multiselect Availability !!!
I need to create cascading dropdown list with the availablity of multiselect in each dropdownand take consider high performance and flexibility.I have created cascading dropdown and multiselect...
View ArticleAjaxtimer doen't work + can't get values of dynamically generated controls...
hi,... everyonei m trying to develop a page for online testing...where test shuold be terminated when submit test button (asp server control) is clicked or when time is finished...below code i have...
View ArticleUpdate Panel is not refreshed + controls of can't generate events
Hi everyone...Can anybody help me, why any of the control bentween <ContentTemplate> </ContentTemplate> can't cause event..Textbox and Listboxes are not updated when i click on any control...
View ArticleHtmlEditorExtender custom buttons example.
Hello to all,I'm in dire need of assistance.I need to add a custom button to an HtmlEditorExtender control, but I'm lacking the know-how to actually do that.I've searched throughout this forum but no...
View ArticleTimer Control not working in disabling Javascript
Hello Programmers:I am making a Quiz app. where i restrict the user to complete the quiz in 60 minutes and i have used Timer control to decrement the minutes after every 1 minute. And when the time = 0...
View Article.Net Ajax Button problem
Hi everyone,I'm developing .Net page and im using ajax controlled image control panel. I put a "OnClientClient" specification to button. However, when i put breakpoint to cs file it doesnt hit there...
View ArticleHow to Show Hover Items Like Face Book
Hi,In my project i developed same like face book application like, he can post their comments and like their comments and unlike their comments.But i am unable to hover the posted liked names , same as...
View ArticleHow to close gaps between different AccordionPane?
I'm trying to close the gape between two AccordionPane when using Accordion control.As shown above; I want these three panes to start right next to each other instead of a 5px gape.
View ArticleConfirm Button Extender - text with 2 values
HiI have a problem with ConfirmButtonExtender, on my site is a rating control and textbox and I want do somthing like this:When I click a linkbutton then in my confirmbutton.text show me a value from...
View ArticleAsyncFileUpload in a (hidden) usercontrrol does not trigger UploadComplete event
Hello,I have a page with an update panel and several usercontrols. If the user wants to edit the main item, he/she has to click a linkbutton which unhides an usercontrol. On this usercontrol there is a...
View ArticleTextBox1.Text="" and alert(); not working inside update panel ,though...
.aspx page----------------<asp:ScriptManager ID="ScriptManager1" runat="server"></asp:ScriptManager><asp:UpdatePanel ID="UpdatePanel1"...
View ArticleHow to call Cross Domain Ajax using Jquery
Deal all i have two website (eg: website1 and website2) website1 contain some resource (webservice) the need to process by website2The source code of website 1 is given...
View ArticleAJAX UpdatePanel - Textbox focus question - simple example
I have run across an issue recently while incorporating AJAX into one of my applications. The issue demonstrates either my fundamental lack of understanding about how this technology works, or a...
View ArticleAsync File Upload Control
Hello allI need to use an async file upload control and place it in an ascx file which will be referenced in several pages.This is the sample code i am working on:ascx:<%@ Control Language="C#"...
View Article