Ajax fileupload
I want to save image in database using Ajaxfileupload in Asp.net.how can i do this
View Articleasyncfileupload uploadedcomplete save in viewstate.
hi all,my viewstate value can't save at uploadedcompleted event. even i saved, everytime when post back. (example my other combo boxautopostback= true. then, all my viewstate value will become null...
View ArticleProblem Using AJAX Toolkit
I saw this same question posted in the General\Web Forms forum about a year ago as I was searching for an answer to my problem and it was never really answered or resolved. So, I thought I would try...
View ArticleAdding calendar extender causes error: Value must not be null for Controls...
Our dev environment Win Server2008 r2 was upgraded this week and now I am seeing some errors in an asp.net project that i didn't (or at least notice) prior to this. The page in question contains a...
View ArticleHtmlEditorExtender and initial font
Hi everybody, I would like to know if it is possible to set the initial font and font size in the HtmlEditorExtendr. I don't wont to give the possibility to change font name and font size to the user,...
View ArticleSystem.reflection error when using ajaxcontrol toolkit
I just moved my site to a shared hosting environment and when i try to run my site i am getting the following error, has anyone ever seen this or have any idea on how to fix it. I copied the entire...
View ArticleRepeater not triggering DataBinding event from IAsyncResult callback method
I'm trying to update an asp repeater from a REST call. My web request has a callback method that binds the results to the repeater. When I do bind the data the repeater doens't update nor do the...
View Article"DynamicControlID must be set" error raised with PopupControlExtender
HII am working through the AJAX tool kit and am having an error raised when using the PopupControlExtender. => "DynamicControlID must be set"I program using VB and code behind and a master page. I...
View ArticleAjaxFileUpload does not limit number of files
I am using maximum number of files in AjaxFileUpload. If I am assign value 2 to it then also it also allowing to select and upload more than 2 files.Please tell me how to prevent this problem ???
View ArticleUpdate progress not working
Hi, please check my code. Update progress not working. Is there any mistake in this?<asp:ScriptManager ID="ScriptManager1" runat="server" /><asp:UpdatePanel ID="UpdatePanel1"...
View Articlemissing start dates property calendarextender
I am using a calendarextenderas folllow<asp:calendarextenderID="Cal3" TargetControlID="txtDate"runat="server"></asp:calendarextender>But the properties of Startdate and Enddate are not...
View ArticleFile Upload Closing PopupExtender
I've got an UpdatePanel with PopupExtender with a file upload button. When the file gets uploaded, the PopupExtender closes. I want to upload the image file and then display it on the UpdatePanel along...
View Articleupdate panal concept help
every time i will use update panal to catch whole page without using the trigger? maybe this not a real method. can any tell me how to use trigger. for example<asp:UpdatePanel ID="UpdatePanel1"...
View Articlewatermark image is being resized.
In the below code I would like to make sure that the water mark image does not get resize with the cropped image. I would like the water mark image to remain it;s original size. Any help would be...
View ArticleHtmlEditorExtender doesn't work can't even complie???
I've been searching a lot of threads online but still couldn't found a proper solution,just wondering can it even work on framework 4.0? and im using Microsoft Visual Web Developer 2010 express.thanks...
View ArticleI've started a mask edit extender in application but while try to remove unable
I've started a mask edit extender in application but while try to remove unable. i've try to remove one character but unfortunately unalble to remove that character or number from textbox. how to do it?
View Articlemodal popup when a button clicked and redirect to other page after 5 sec or...
hi guys.. how can i archieve the following requirement?modal popup when a button clicked and redirect to other page after 5 sec or button clicked
View ArticleUpdatePanel dosent work after publish
I have website (C#, ASP.NET, .NET 4.0) and using ASP.NET Ajax (Update Panel) and jQuery Ajax.On client side, everything is ok and there is no any error...After publish the website on the host, jQuery...
View ArticleSys.InvalidOperationException error, TabContainer was not found.
Hi,I have a really simple page that uses the gmap.dll control from subgurim. When I place the control inside a tabcontainer, I receive the following error:<div style="position: absolute; left:...
View ArticleAjaxToolkit: Component not found exception with tabcontrol
Hi, there is already a thread, but that thread is more than 2 years old and the issue is not solved by the provides solution.I hope in the meantime, somebody has a solution for the "tabcontainer...
View Article