Re: Problem with CalendarExtender in DetailsView
Hi oned_gkThanks for that - the second line in your suggestion:oned_gk<asp:ToolkitScriptManager ID="ToolkitScriptManager1" runat="server">was producing an error, but I changed the <asp: ...to...
View Articleaccordinepane1 onclick event
Hi The theard continues on from thishttp://forums.asp.net/t/1934206.aspx?accordinepane1+onclick+eventAfter adding...
View ArticleProblem with Telerik Filtering
Dear all , i`m using ASP MVC 2 with Telerik Grid view,, when i enabled the filtering property , it appear but didn`t filter on the grid Why ?
View ArticleTelerik Pager Issue with ASP MVC 2
Dears , I`im using ASP MVC 2 , and use RadGrid Component , and i enabled the pager,,,but when i pressed next (in the pager ) the whole page is reloaded to the new Grid Datahere is my...
View ArticleHow to create a File Upload button on web form with limit of 40 MB File size
hi,I want to create a File Upload button to let user upload any type of file but its size should be limited to 40 MB maximum. In case user tries to upload a file more then 40 MB it should display an...
View ArticleScrollable Panel containing GridView jumps to top when onRowCommand fires
I have a GridView inside of a scrollable Panel (style="overflow: auto;") which contains Employee Names. The GridView onRowCommand executes a function that takes the DataKey value from the GridView,...
View ArticleAjaxMinifier allocates too much server memory
Hello,I have aASP.NET WebFormapplication that uses the latestAjaxControllToolkit. I useToolkitScriptManager on pages.Theapplication uses AJAX forupdatepanelandHtmlEditorExtender.The rest isall...
View ArticleTurn off Browser Caching?
I found a post that says you can prevent caching globally using the following code:You can disable caching globally using $.ajaxSetup(), for example:$.ajaxSetup({ cache:false});I would like to know if...
View ArticleProblem with Modal Popup Extender in Firefox
I have a basic modal popup that is not working correctly in Firefox 23.0.1. The popup randomly flickers at the top of the page during post backs when the OK button is clicked but works as intended when...
View ArticleVisual Studio 2012 Ajax
Is Ajax included with Visual Studio 2012?I see an AJAX tool kit in my toolbox. I have framework 4.5 but I also see an install available for 4.5?
View ArticleAsyncFileUpload does not work with UpdatePanel
I added an AsyncFileUpload control to a working page with UpdatePanel. It seemed to do nothing. Upon debugging, I noticed that FileUpload1.HasFile() was always False, even when a valid file was just...
View ArticleProblems with saving Checkbox in gridview
Hello,I am not an experienced programmer so I might have missed something easy here but I'm having trouble here:protected void GridView1_SelectedIndexChanged(object sender, EventArgs e) {...
View ArticleException Details: System.FormatException: String was not recognized as a...
Hi,I am using AjaxControlToolkit for calender getting above error, i am new to asp.net pls helpHere is my code for aspx<%@ Page Language="C#" AutoEventWireup="true" CodeFile="PTI Form.aspx.cs"...
View ArticleCombobox onkeypress event issue
Hi,How can I make that if the user is writing in the combobox and he press ENTER it triggers an event in the codebehind? Is it possible?Regards,
View ArticleUpdate Panel and Java Interaction
I am trying to change the color of a texbox in upodate panel. It is txtTask in the code below. The change will not persist when i select from the listbox - it flashes red then goes back to white (the...
View ArticleCUIT 2010 and CUIT 2012 support for Ajax controls
Hi Team,I would like to understand the CUIT support for Ajax controls both in VS2010 and VS2012 versions. Can anyone specify the support level for CUIT(VS2010 and VS2012) to test Ajax controls...
View ArticleAjax control not functioning after changing of project
I had change my project from C# ASP.NET empty web application (.NET Framework 4.5) over to C# ASP.NET web form application (.NET Framework 4.5). After changing over I realise that my AJAX control isn't...
View ArticleUpdatePanel issue 'Conditional compilation is turned Off'
I have a webform used to save data. The form controls are within an UpdatePanel including the Save button. When I click the 'Save' button, I receive a JavaScript message"Conditional compilation is...
View ArticleHow to get selected value of ajax combo box with javascript?
Hi,Anybody help me.....How to get selected value of ajax combo box with javascript?Thanks ,Padmaja
View ArticleHow to hide or not show at all the drop arrow of a dropdownextender
Hi How can i hide or not show the drop arrow of a dropdownextender on mouse hover? thanksRui
View Article