MasterPage Inherit class file
I have a Master page which needs to inherit from a class (MasterPage2.cs) stored inside "App_Web_yht1mma2" folder.In the master page, I have set the code as:<%@ Master Language="C#"...
View ArticleWill the Control inside the Ajax update panel causes entire page posted to...
Will the Control inside the Ajax update panel causes entire page posted to server or only the ajax update panel alone is posted to server?People saying partial rendering but i don't understand about...
View ArticleAutoCompleteExtender not working - function does not fire.
Hey All,I have been at this for quite some time. I cannot get a textbox to list auto-complete suggestions, whatever I try. The folks at MSDN suggested I post here. Please see the original thread, here:...
View ArticleHow to expand a specific ASP.NET AJAX Accordion Pane on Page Load
I want to redirect with a hyperlink to a page that has an Ajax Accordion, and open a specific pane, dependent on the content of the hyperlink.eg ..if the hyperlink is...
View ArticleProblem in ajaxToolkit:AjaxFileUpload when use url rewrite
hello to alli use ajaxToolkit:AjaxFileUpload and url rewrite in global.asax protected void Application_Start(object sender, EventArgs e) { RegisterRoutes(RouteTable.Routes); } public static void...
View Articlemessage code its not working with ModalPopupExtender
Hi in my page product page i have an icon allow users to send private message to the person who put the ads and this button is inside a listview and if the user click on then a ModalPopupExtender will...
View ArticleHow can i disable the past dates and 5 future date ?
I would like to know how i can disable the future dates. Eg, Today is 6July, it will disable the past dates + 5 of the future dates = 10July.Thank you in advance.<script type="text/javascript">...
View ArticleHow to change Ajak ToolkitScriptManager on behind code ?
Dear All,For previous ajak control toolkit i used ajak control scriptManager, after i upgraded the latest AjakControl toolkit, i changed to ToolkitScriptManager ? May i know how to write toolkit...
View ArticleCan't find MS AJAX prototype object
Hi guys,I've created a few web custom controls enhanced with some client capabilites (using MS AJAX prototype Sys.UI.Behavior). The web controls each implement the IScriptControl interface so that...
View ArticleReloading UpdatePanel
I have Link Buttons(say 1 and 2) in List View. There exists a Parent Update Panel.Also in .aspx I have EnableEventValidation as false.Then we have a Child Update Panel.<asp:UpdatePanel...
View ArticleLocalized AjaxFileUpload
HiIs there any way to localize AjaxFileUpload? I don't see any property to localize this control!Thanks
View ArticleUpdate panel - partial postback
Hi I have a certain scenario in which I have 2 gridviews. There is a linkbutton "select" in the first gridview and on clicking it, the second gridview is populated.Now I dont want a full page postback...
View ArticleError in ToolkitscriptManager
Dear All,May i know how to solve this problem ? Kindly advise, thank younamespace web { public partial class Summary : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) { if...
View ArticleIf I have a comboBox named cbxFullName. If someone types text into it, how do...
How do I get the text typed in a combobox from the client side. Not the text from a list item it finds, but the actual text that a user types in?
View ArticleViewstate error
I started getting the error below when using markup inside of an UpdatePanel. No error is shown at the browser but we have an email sent when page errors occur. I am not sure where to look to resolve...
View ArticleCan't drag/drop in AjaxFileUpload
I have been searching for this all day before posting. I have added the ajaxfileupload control to a webform. I have simplified it as much as possible:<%@ Register Assembly="AjaxControlToolkit"...
View ArticleHow to create an ajax server check function to keep browser connection alive
Hello,I'm trying to find a way to keep my browser connection alive to the web server and database. I have a site that allows users to select data and add it to their carts and they can have their data...
View ArticleWith a combobox and running it on Chrome, clientside events and...
With a combobox and running it on Chrome, clientside events and onItemInserting event won't fire. The only event I see firing is the OnSelectedIndexChanged. They fire with Internet Explorer. I get no...
View ArticleIssue in CollapsibleControlId and its event
I have datalist with link button on every rowI am expanding collapsible panel on linkbutton(Collapsible panel on every row)but issue is that,link button click event not working
View ArticleI get the error "Unable to get property 'createRange' of undefined or null...
I created a combobox, and without any code, client side or server side, entering any text into the Combobox gives me the following error.Unable to get property 'createRange' of undefined or null...
View Article