how to pass a datetime within an object via JSON in an ajax request ?
Hello,I am using mvc4/razor/jquery/ajax/json. I have the following class :namespace Web.Models { public class TransactionFilter { public TransactionFilter() { TransactionBeginTradeDateCriteria = new...
View ArticleScriptManager causes postback on a page with multiple report viewer controls
Hi,I am using aspx.net 4.0 and .net 4.5. I have an aspx page which has scriptmanager declaration and page contains multiple report viewer controls. When I run my application this page flickers due to...
View ArticleAjax GetCallbackResult() function problem
Hello all !I have problem with Ajax callback functions, I have small chat onASP WebForms, it works fine but some time (and I dont now when and why it is not predictable), some packages not sends to the...
View ArticlePassing Child Page to Parent Page
I have one two aspx pages, page1.aspx and page2.aspx.In Page1.aspx : I have one link button and two textboxes.When i clicked on linkbutton in Page1.aspx , i am opening pop window called Page2.aspx.In...
View Articlehow to use UpdatePanel in an ascx control ?
I want to use UpdatePanel in my ascx control in which I have my menu like this:<%@ Control Language="C#" AutoEventWireup="true" CodeFile="Menu.ascx.cs" Inherits="UserControls_Menu" %><%@...
View ArticleImage upload and Store in database using ajax file upload
Hey everyone ! i am making a website where i need that the user should upload his photo(the one like facebook, where cropping and rest can be done)for his profile picture. since i dont know what to...
View ArticleHow can i use Response.write not to cause a screen flash when click on "OK" ?
HiI have a message that is build from the server side and writes as followsResponse.write ("<script> alert('Permission is required to view the object')</script>) This causes the whole...
View ArticleSet Ajax calendar date
I am using the Ajax Calendar (http://www.asp.net/ajaxLibrary/AjaxControlToolkitSampleSite/Calendar/Calendar.aspx) tied to a textbox.What i would like to have is to set the value to minus 20 years from...
View ArticleUpdate Panel with multi dropdownlist
HiI am using two dropdownlist in my form first dropdownlist data filled by database when page is loaded and based on selecting the item in dropdownlist dropdownlist will display the items from database...
View ArticleUpload large files with fileupload in asp.net page and progress bar
Hi All,My task is to upload large files with fileupload control under update panel and progressbar... can anyone suggest or help me in placing progress bar for large files upload with jquery or...
View Articlemodalpopupextender hide in development from code behind but doesn't hide when...
Hi,I have the below modalpopupextender in a usercontrol on a site. When I run the code in development environment all runs fine. When clickin on the Submit button the modalpopupextender hides...
View ArticleProblem with SliderExtender and Tab Control
Hi,I had a problem with SliderExtender and ajax tab control..it stopped working all of sudden.Text box with SliderExtender does not come up..earlier..Page with tab control shows blank pageEarlier it...
View ArticleAutoCompleteExtender won't work
I have search overall for a solution, but it still dosen't work and im really confused.I can start my project, but when i write some letters in my textbox, nothing...
View ArticleHow to dynamically create SliderExtender in Panel with Table/TableRows
I am trying to create a dynamic Panel that contains a Table and a number of rows where one or more row will have a TextBox with a slider extender bound to it. My .aspx file has the following place...
View ArticleSys.WebForms.PageRequestManagerServerErrorException: An unknown error...
Dear Friends Please help me I am getting this error Sys.WebForms.PageRequestManagerServerErrorException: An unknown error occurred while processing the request on the server. The status code returned...
View ArticleLicensing of Microsoft Ajax library for redistribution
We want to bundle the MicrosoftAjax.js file with our application to avoid potential problems where the DMZ is unavailable on customer sites, in which case reliance on CDN alone is not appropriate....
View ArticleMaskedEditExtender and ClearTextOnInvalid="true"
I have a MaskedEditExtender as follows:<asp:TextBox ID="txt_Test" Width="95%" runat="server"></asp:TextBox> <AJAX:MaskedEditExtender ID="mee_Test" runat="server"...
View ArticleRegisterClientScript for window.open Not Working in Firefox
I have the following line used to download a file after the user clicks an export button. I need the code to work in IE8 and Firefox 20+. The following works great in IE8 but not Firefox....
View ArticleUpdatepanel
Hello,This is my first time using an Ajax updatepanel.My page can be divided into basically two areas. One area contains a few gridviews and the other has four charts.I want the gridviews to work...
View ArticleI would like to close the ModalPopup by click on the area surround area of...
Hi,I used ModalPopup Control on this link, http://www.asp.net/AJAX/AjaxControlToolkit/Samples/ModalPopup/ModalPopup.aspx. How should I write the code that to close pop up by click the area outside the...
View Article