combo box does not show it's items
i added combo box to my page and added item to that but when i run there is no item in that.<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %><%@...
View ArticleUpdate Panel Scrolling Issue
I have an update panel with content that can sometimes become pretty long and make the user have to scroll. If the user makes a change that causes a post within the update panel and then scrolls the...
View ArticleUpdatePanel, FileUpload in TabPage
Hi,I have the following html structure in the designer:<asp:UpdatePanel ID= "UpdatePanel1" runat="server"><ContentTemplate> <asp:TabContainer ID="TabContainer1" runat="server"...
View ArticleAjaxFileUpload Issue
Hi everyone,I've recently started working on a new project and have come across some difficulties using the AjaxControlToolkit (more specifically the AjaxFileUpload control). I've used this toolkit...
View Articleinput string was in correct format
<div class="post-text" itemprop="description">in my .net app i add guest parameters are guest_id,first_name,email_address,phone_numberi also create a procedures of addguest and view then when i...
View ArticleMultiHandlerSliderExtender code-behind
Hello, I try to create a "MultiHandleSliderExtender" in code Behind, but that bug.MultiHandleSliderExtender extender = new MultiHandleSliderExtender(); extender.ID =...
View Articlehow we can have ToolkitScriptManager & ScriptManager both in master page
before i was using ScriptManager in the master page. and when i was running main page i had not any problem.now i have decided to add combo box to main page , so i should add ToolkitScriptManager to...
View ArticleProblems registering jquery script with asyncfileupload
Hi, I have a asyncfileupload control which I want to fadein a 'failure' div bar upon hitting an error, I tried simple popup like alert('error') works but not the fadein script as seen below, can...
View Articlei can not type in combo box
i have added ajax combo box to my page, but i can not type in that. also i like when type in that , match items will be filtered.for excample when i type "j" in the combo box it finds first match...
View Articleparameters
i run the programe but the following error occur....code in lass libary public class Class1 { public bool addguest(int guest_id, string first_name, string phone_number,string email_address) { try {...
View ArticleMultiHandleSlider in a WebUser
Hello,I'm trying to create a WebUser MultiHandleSlider Indoor.I have a MultiHandleSlider into a WebUser, and I create several WebUser controls.Unfortunately I am creating a bug"Erreur d’exécution...
View ArticleDataList in user control in update panel
Hi guys, I have some problems with this topic.I have a Page which constains a menu on the top which fires the update panel below. It fires always a user control ie. it add's a user control that...
View ArticleUpatePanel - Crystal Report inside an UpdatePanel does not load on page...
I am in the process of upgrading my web application. Here's the new configuration that I intend to use: Windows Server 2008 R2, IIS 7, Visual Studio 2010, IE 8, ASP.Net 4.0, Ajax for .Net 4.0, Crystal...
View Articleproblem in global.asax.as while doing MaskedEditExtender with...
pl suggest.... Following is the code for MaskedEditExtender with MaskeEditValidator and I have given jquerry plugin and added a global.asax file .while giving the code in global.asax.cs in...
View ArticleHow to insert new images to page without refresh
Hello I have a gallery page which get images location url from DB and bind it to repeater. The images can be added to gallery anytime. Now lets say a user visit my gallery page, and after 2-3 minutes...
View Articleissue, which occures when Resizing window
I have puted my new page to internethttp://myhappymother.com/but when I resize it, I get all my controls not in tehir place.all controls are getting crushed. what to do?please help
View Articlereportviewer and ModalPopupExtender
Hi:I hope to use modalpopupextender to show something when the system is invoking reportviewer, since it may need several minutes.the following is my codes: private delegate List<DBData>...
View ArticleLineChart in Ajax
hi,am using ajax:LineChart, i cant find an Property to provide X and Y axis name to the Chart. pls help to provide X and Y name. also let mo know how to display X and Y axis Vertically.Thanks in...
View ArticleAjax Combo box event not fired without leaving control
I have been using Ajax Combobox and I have noticed that when we select ant item in the same and click out of the control then only event is fired otherwise it is not firing.How can I add this in the...
View ArticlePrevent the default close event in internet explorer
i want to prevent the close event in internet explorer, which i have done with preventDefault and returnVal=false.But the ie show warning after that i dont want to see the warning how can i remove...
View Article