Can I use Ajaxcontroltoolkit asyncfileupload when I use FtpWebRequest
In the present code I use this control and it works good.<asp:FileUpload ID="FileUploadBild" runat="server" />The situation is this from my webserver I upload some images like jpg and png to a...
View ArticleDropdown lists in nested UpdatePanels
I am fairly new to asp.net, and am using it with Visual Studio 2013. I have a system where people are going to download some data from a database. To do this, I would like to have two drop down lists....
View ArticleDisplaying xml message back to html page
When sending a message the get method shows xml with the message on firebug.<message>hi</messageHow to I display the xml back on the web page?note: using ajax without jquery
View ArticleActivate a button in Editor Control
Hi, I want to know How to activate a button html editor on form load or set it as default.My problem is when html editor shows up ltr button as default is toggled but my project is designed for a rtl...
View ArticleReorder list not working in Chrome
.net 4.5, latest december version of the ajax toolkit. Works fine in IE, but in chrome it just drags but does do anything. In Chrome also, the css styles dont match those in IE (which works)any...
View ArticleMake space between buttons in html editor
Hi, I have an ajax html editor (from toolkit). I want to make two lines (Panels) on top toolbar of editor and then add some buttons to first and some buttons to other.some thing like...
View ArticleModalPopupExtender in an ASCX cannot return value
I have an ASCX form call it ASCX-1 that opens another ascx ModalPopupExtender that displays a listview call it ASCX-2. ASCX-1 sends a paramter to ASCX-2 which opens fine. However, upon making a...
View ArticleHtml Editor Extender Missing!
Hi, I can't find rtl and ltr buttons in html editor extender.Whould you please tell me how to add these buttons to html editor extender?I really need these buttons.Thanks in advance
View ArticleModal Popup Recentering on browser scroll
Hello - I have a draggable modal popup on a large web form (scrollable up and down). When the user drags the popup and then scrolls the form the modal popup recenters. Is there a way to avoid this...
View ArticleMoveable ModalPopupExtender recentering after window scroll
Hi, I have a large VS 2010 form with a moveable ModalPopupExtender hooked to a 'comments' panel to allow the user to drag the panel to reveal information on the form for reference when entering the...
View ArticleHow can I do partial update in this code
<div>The basic program is uploading image files to a ftp server using AsyncFileUpload and then I want to do a partial update of all the image files that have been uploaded to the ftp server. In...
View ArticleAjax Control ToolKit Installation Problems
Hi,I am really sorry to post this but I have tried what I beleive is every solution I can find to this issue and I still cannot get this working - it will probably be something very basic that I am...
View Articlevisible attribute of panel and label controls
I have a page where I have multiple button events that give access to a customer database. Each button event offers a different search criteria to access customer info. This page is not the problem....
View ArticleIs it really possible to use the MaskedEditExtender for this kind of phone numer
I have this textBox control <asp:TextBox ID="txtInformerPhone" runat="server" /> This input is a telephone number and has the following restrictions.A valid phone number must have the following...
View ArticleAjax upload not executing sql command
Imports System.Data.SqlClient Imports System.Web.Configuration Imports System.Data Imports System.IO Imports System.Net Imports System.Web.Script.Serialization Partial Class Seller_Picture Inherits...
View Articlehow to convert an object of Item to an dictionary not idictionary in c#
My code Dictionary<string, string> FD = null;foreach (object objarrayItem in ((ArrayList)innerHashPS[itemNamePS])) { // FD = (from x in objarrayItem.GetType().GetProperties() select...
View ArticleIs it any point to use AsyncFileUpload instead of FileUpload when I upload to...
In the present solution I use the standard FileUpload control. Note I upload the image file to a FTP server. Below is the code I use to upload the image file to the ftp serverNow to my question: What...
View ArticleLIstSearchExtender changes behavior with 7.1213.0
PropmtText no longer shows. It worked before.<ajaxToolkit:ListSearchExtender ID="ListSearchExtender1" IsSorted="true" TargetControlID="MemberDD" PromptText="Start typing Last Name"...
View ArticleI use the AsyncFileUpload control and I want to do a partial update but it...
I have simplified my problem by only add code that is relevant for my example. All relevant code is shown below. When I start this page It will display all the image files that has been uploaded to the...
View ArticleTimer
I have a timer and a repeater, the timer help to display the duration of the item in the repeater, and but the main problem is that the item stay on the page even when the duration is finished, how can...
View Article