error when calling a javascript fonction from asp c# code
Hi,I have an error when I excute my code below and I do not understand where it is coming from.page ASPX:<asp:Button ID="Bt_refresh" OnClick="Bt_refresh_Click" runat="server" Text="Resfresh"...
View ArticleAsyncFIleUpload's OnUploadComplete not firing
Hello!I've been trying to use the AsyncFileUpload on my Master Page since yesterday, but for some reason, the OnUploadComplete event just doesn't fire (I've checked it with the debugger already, and...
View ArticleHow to dynamically set a MaskedEditExtender and MaskedEditValidator to a TextBox
I have a TextBox that is used for user input when searching. I have a DropDownList that is used to indicate what field to search. When the user selects Date from the DropDownList I would like to set a...
View ArticleUpdate updatepanel from within a ajax modalpopup
I have a aspx page with a ajax modalpopup control in it. I need to update the contents inside an updatepanel on the page(not inside modalpopup) when I do a button click inside the modalpopup.So I can...
View Articlepage reload issue using ajax and jquery
We are loading a child page in the parent page parent.aspx as follows - $("#result").load("Child.aspx");The Child.aspx consists of an asp:Button.Problem -OnClick of asp:Button is causing Child.aspx to...
View ArticleHi All of You ! Refereshing whole page but i want to referesh a particular...
Hi all of you can any one suggest me if i want to referest a particular part in webpage
View ArticleProblem LineChart
Hello,I would like to display a Line Chart depending of the DropDownList control.When I choose a value of this DropDown, the Line Chart display with the average of my value column group by the value of...
View ArticleNeed help on asp:View with UpdatePanel
My code as following,<%@ Page Language="C#" AutoEventWireup="true" CodeFile="test_multiView.aspx.cs" Inherits="Modules_test_multiView" %><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0...
View ArticleCollapsiblePanelExtender won't expand from code behind
Hi All-I have a CollapsiblePanelExtender inside a nested repeater in an update panel like so:UpdatePanel > ParentRepeater > ParentCollapsiblePanelExtender > ChildRepeater >...
View ArticleAjaxFileUpload Not firing the OnUploadComplete
I have a AjaxFileUpload control, that for some reason stopped triggering the OnUploadComplete. Here is what I have;<asp:AjaxFileUpload ID="AjaxFileUpload1" runat="server" Width="500px"...
View ArticleTimer control causing "Script controls may not be registered before...
Hi Guys, I've read through the other forum threads and have had no luck, I'm working on a ASP.net (vb) web appliaction and to the master page i have added a timer control with the script...
View ArticleCan't get Ajax Slideshow extender to work
I am struggling to get the ajax slideshow extender to work.Can anyone point me in the right direction and tell me what is wrong with this code ...My WebService code is as follows ...Imports System.Web...
View Articleasp.net Application_PreRequestHandlerExecute event handler and javascript
hi, i am changing the theme of the page in based on the user selection in Application_PreRequestHandlerExecute event in global.asax file in asp.net 3.0 based on this event i am successfully...
View ArticlecollapsiblePanelExtender Using Menu Dynamically
<div>Hey Everybody,</div> <div> We make menu using collapsiblePanelExtender Run the form Menu header Showing but submenu not showing </div> <div>The error was...
View Articleasp.net sessions problem
hi, in my web application when i login into two different session for ex: with one id 'admin' login and with staff login for the same application using ie with different tabs session data is...
View ArticleAutocomplete Extender not firing
I have went through Joe Stagner's video on implementing an Autocomplete Extender on a textbox, however I cannot get it to work. Here is my page code<%@ Page Language="C#" AutoEventWireup="true"...
View Articleplease help my ajax drop down list is not working
Hi All,I am trying ajax drop down list.My two drop down works perfectly.But 3 rd is not working.I tried many ways but its not working.Below is the code.<asp:Content ID="Content2"...
View ArticleMasked Edit not working for template field in Detailsview
The Update is accepting whatever is put in the textbox. Can someone see why this might be happening?<asp:TemplateField HeaderText="Phone 1"...
View ArticleGETTING BUILD ERRORS
Hi,I am new to asp.net and I have a system am trying to edit but each time I debug it, I get errors. The one of the errors is shown below:Server Error in '/starBus' Application.Configuration...
View ArticleIssue with submitting a form when using Tab Containers
Hi allIs it possible to use a TAB Container to submit a form? The problem I am now faced with is.I have created an online form with 3 separate tabs. Each consisting of a number of controls e.g....
View Article