Client side class reference undefined
Hello fellow geeks,I recently inhereted an older .net app that is using the Ajax toolkit. The code works fine on the server, but I'm unable to get it working locally in debug. This issue is not easy to...
View ArticleAjax Accordion and Multiple Dropdown Lists( Parent-Child Dropdownlists)
Happy to be here again.I have a big issue. My dropwonlists(Parent and Child) won't work within Ajax Accordion. If pulled out of the Accordion it work perfectly. Within the accordion it complains about...
View ArticleDynamic Parent Child drop down List in Dynamic accordion control - Child drop...
I am generating Dynamic Accordion Panes which contain 2 Dynamic Drop Downlists. One is dependent on another. Parent Drop Downlist has AutpoPostback, and it works fine. The selected value is retained...
View ArticleAjaxControlToolkit error, Collection was modified; enumeration operation may...
We have a production web site that we recently upgraded to the July 2013 release of the Ajax Control Toolkit. Since then, we're seeing an unhandled exception in the application event log. There doesn't...
View ArticleMaskedEditExtender and textbox placeholder
Hi !I'm trying to use a textbox with placeholder and maskededitWhen the field lost focus empty, the placeholder text is nos shown.What to do ?See my code:<asp:TextBox ID="edtEmpresaCNPJ"...
View ArticleMenu items not open to click
i have asp.net web page, On this page have menu, when i click on the menu option, the page cannot load..
View ArticleAuto Complete TextBox
how to impliment auto complete textbox with the database........without JQuery or Web Service............only with the help of database
View ArticleAjaxFileUpload UploadComplete not firing
Hello,It is my first use of AjaxFileUpload which i am trying to achieve multiple file upload (like Sharepoint Multiple File Uploader)I installed Ajax Toolkit (Version July 2013, the latest one i...
View ArticleAjax toolkit 4.0 Accordian
Hi there, how can i disabled the accordian pane header to clicked ? i want to disabled some of the accordian pane header until i finish the form in the first pane.Anyone can give me a guidance?Hope to...
View ArticleDisable Submit Button after first click so that user cannot double click on...
Hello, I have Ajax page and update panels in it. When user double click submit button on first page, then 3rd page gets loaded. Actual scenario is I have total 10 test questions on first page...
View ArticleAjax Screensaver control
Hi Guys,Please helpme out on this issue. Iam a asp.net web developer. My company has given a task to create corporate screensaver. but i dont have any idea how to create it. I searched in google and i...
View Articleupdate an event
I'm making a shoping cart application.. I want to refresh my shopping cart counter after every second,its located in header section of my control. where i'm now calling it on page load event, but when...
View ArticleMicrosoft JScript runtime error: Object doesn't support property or method...
$.ajax({ type: "POST", url: "../Page/ShowPageStripped.aspx/CallSP" //,dataType: "text" //,success: function(result) { alert(result); } });while executing above javascript codeMicrosoft JScript runtime...
View ArticleAjaxFileUpload
I need to save the file uploaded using AjaxFileUpload on button click only. How can I pass an object of the fileUploader to the Button click function on the aspx.cs page..??We can save the file...
View Articlehow to create a calendar control in asp.net that displays only the month and...
hi,i have a requirement to create a calendar control that only shows month and daythanks in advance
View ArticleRE : FTP the files from linux to windows
Hi All, I want to copy the file from Linux system to windows system using C#.Net. The Linux system folder contain subfloders also how to copy all the files and subfloder. Example: Staff floder I want...
View ArticleDynamic Email "To:" String Creation Using Ajax
I have tried both Ajax and Jquery with no luck. The closest I came to it, was with Ajax if I typed the name in the textbox then hit the IE back arrow and then the IE forward arrow, it would populate my...
View ArticleAUTO COMPLETE + GRIDVIEW [ ALL ROWS ] as ITEM TEMPLATE ??
Hi, 1) Autocomplete 2) Gridview item templates in ITEM template.,, all columns act as TEXTBOX + dropdown [any time we can edit / insert /delete] QUESTION :: is it possible to using...
View ArticleDynamic Parent Child drop down List in Dynamic accordion control - Child drop...
I am generating Dynamic Accordion Panes which contain 2 Dynamic Drop Downlists. One is dependent on another. Parent Drop Downlist has AutpoPostback, and it works fine. The selected value is retained...
View Article