AJAX :: Microsoft Products Utilizing ASP.Net Ajax
Jan 26, 2010Are there any Microsoft products, such as Sharepoint or Outlook Web Access, that make usage of ASP.Net Ajax and the Control Toolkit?
View 6 RepliesAre there any Microsoft products, such as Sharepoint or Outlook Web Access, that make usage of ASP.Net Ajax and the Control Toolkit?
View 6 RepliesI'm Using Ajax POP UP Extender Control ... and The Panel Which will appear in The POP UP Has Data List ... Inside That DataList i have Image Button For Each Item In Data List.... When I click in any Image Button in That DataList ......I Get That Error At run time Microsoft JScript runtime error: 'this._postBackSettings.async' is null or not an object
... My ASPX Code is
[Code]....
And I put that code inside update panel and ToolkitScriptManager
I'm developing a asp.net website, i having a problem in one page i using ModalPopupExtender to show a asp:Panel, this panel have a updatePanel with e FormView and nested ListView and ataPager when this was done the Microsoft.Ajax js file throw exception"element is null or non object" at Sys.UI.DomEvent.addHandler.
View 1 RepliesModal not showing up when show is called, also error on loading page. Attaching code below, can anyone help me discover my syntax / logic issues here?
NOTE: Did some research on this before posting, some claimed it can be an issue of where the modal is placed on the page in relation to the update panel I am using. I have tried different placements of the modal extender and I also tried removing the update panel all together in hopes to at least see the modal show, no go...same issue. So with that, the issue shouldnt be around the use of the update panel...
Here is the error:
icrosoft JScript runtime error: Sys.ArgumentNullException: Value cannot be null.
Parameter name: elements
and the code...
I am developing a website that display products and the users will be able to rate these products. At the end of the month a winner product will be highlighted on the website home page. What I need to know is how to determine the winner product if I have the following rating scenario, The user will rate for the product by choosing a value from 1 to 5 where 1 mean bad and 5 excellent.
If 10 users voted for the product A and the average rating was 4 and 1 user voted for product B and the average rating were 5 that mean product B will be the winner. I feel this is not the correct method to determine the winner. one has better method that take in consideration the number of voted users to determine the winner?
this is my last thread
[URL]
this is my code
<li><a href="Furniture.aspx?h_name=electric">Electric</a></li>
in Furniture.aspx will show all product that have H_name=electric
i have another Item
<li><a href="Furniture.aspx?h_name=?">show all</a></li>
i want when user click in this item on jquery menu in Furniture.aspx will show all product in this item H_name is'nt important i want show all product with different H_name
This question may sound strange and defy all programmer's logic, but I want to know if there is any way I can do AJAX on a website (ASP.NET MVC) without using the extensions provided by Microsoft?
I've done AJAX using PHP w/ jQuery. This is the first time I'll be doing it with ASP .NET, however the requirement is that I cannot use Microsoft's AJAX libraries or jQuery (or basically anything thats easy).point me to any resources that might help me re-invent the wheel?
I can find loads of articles about using the CD to load the Ajax framework, but I can't find anything regarding not using it.point me in the right direction.
ASP.Net 4
We have a little debate and need to clear it up?
View 4 RepliesCan i use Update panel of Microsoft Ajax & Juery. I have Noticed that there are not working together. Is it possible work together.
View 5 Replies[Code]....
View 1 RepliesI used the following function in my ASP.Net Project (which contains ajax controls)
[Code]....
Microsoft JScript runtime error: Sys.WebForms.PageRequestManagerParserErrorException: The message received from the server could not be parsed. Common causes for this error are when the response is modified by calls to Response.Write(), response filters, HttpModules, or server trace is enabled.
I searched online for solution and got to know its the problem of asp.net ajax. None of solutions (that I found like Add EnableViewState=false, etc.) worked for me.
To demonstrate my issue in ver simple. I have a button in Ajax updatepanel section. When i try to call the script from button click event i am getting the following error.
[Code]....
[Code]....
My error code is..
Microsoft JScript runtime error: Sys.WebForms.PageRequestManagerParserErrorException: The message received from the server could not be parsed. Common causes for this error are when the response is modified by calls to Response.Write(), response filters, HttpModules, or server trace is enabled.
Details: Error parsing near '<Script Language = ''.
s is really old news, but I just found out today. I was watching a channel 9 video on jquery and wcf (http://channel9.msdn.com/shows/Devs4Devs/WCF-and-jQuery-A-Perfect-Couple) and the narrator said at the MIX conference that the Microsoft Client Library is dead and that jQuery is getting all those efforts. So I use the client side library at work. So my question is does this affect the UpdatePanel and it's client side events? The UpdatePanel control looks to be integrated into ASP.NET. I would prefer to not use it anyways because of well known performance issues, but my boss prefers it's simplicity
View 1 RepliesI am trying to install AjaxControlToolkit in VS2008. Everytime I try to get it in the Toolbox I get this error:AjaxControlToolkit.dll is not a Microsoft .NET moduleThe only thing I can find on the net is to make sure the dll is in my Bin folder. When I first create the web project the dll is never in the bin folder I have to add it. But that still does not get rid of the error.
View 4 RepliesI would like to use Html.EnableClientValidation in my page but not put in these scripts:
<script src="../../Scripts/MicrosoftAjax.js" type="text/javascript"></script>
<script src="../../Scripts/MicrosoftMvcValidation.js" type="text/javascript"></script>
I want to use jquery.js and jquery.validate.js
But if I use these then the annotations on my model do not get used. How to do this?
Currently i am developing ASP.NET AJAX server control in which i am using jquery code. Inside jquery event, i wish to access the microsoft ajax object. If it is not clear, find the below code example,
Type.registerNamespace("MyControls");
I have written an asp.net usercontrol with TinyMCE as a text editor for my web application.
This control is being used on webforms. When other control(s) perform a partial page refresh, the control no more remains a texteditor, is converted back to the same old textarea control. When updatepanel is not used, there is no problem.
Is this some kind of conflict between Microsoft Ajax and TinyMCE JavaScript or am I missing something ?
userControlTinyMCE
Code:
[code]....
there is a tutorial about ASP.Net Application but i am using ASP.Net Web Site so i don't have unload edit name feature like stated here [URL]
View 1 RepliesWhen adding the latest ajax control toolkit.dll to my VS environment, it throws a "AjaxControlToolkit.dll is not a Microsoft .Net module.
View 4 RepliesI have created an AJAX Server Control Extender which uses the Sys.Timer-object in the client behavior. It worked at first, but suddenly I started to get "Microsoft JScript runtime error: Object expected" when running the page with the extender. When debugging, I see that the line - this._timer = new Sys.Timer(); - in my .js-file which fires the error is the bold line in this function:
[Code]....
I'm using VS 2010 and ASP.NET 4.0
Currently i am having an issue where we register scripts through the scripts collection on the scriptmanager, but sporadically, when the scripts are written to the page, they will be out of order, as in the ajax framework script(microsoftajax.js) is not the first script registered, instead it will be one of the others scripts in the collection. I looked at the code in reflector and i dont see how this happens since the scriptmanager injects the framework script into the first spot before writing them out to the page.
we are currently using asp.net 2.0 and ms ajax 1.0
I've just started investigating the Microsoft Ajax Minifer 4.0 for use with a Visual Studio 2008 Web Application I work on. It's proven easy enough to hook it into the .csproj file so it produced .min.js files for all scripts, however I'm stumped as to how to integrate this with the Web Setup project & Source Control.
Essentially what I want to do is have the resultant .min.js files included in the Web Setup project without having them included in Source Control because:
Having to check them out prior to the build being executing is a pain (the minifier cannot modify them if they're not checked out).
As they're created as a "build artifact" it just seems wrong to have them stored under source control.
The only option I've managed to come across so far is to explicitly include the .min.js files as part of the Setup project by right clicking on the Web Setup project and choosing "Add > File", and then having the relevant folder hierarchy duplicated in "File System on Target Machine" so that I can force the file to the correct location. This is neither elegant or simple/robust as:
It requires me to manually add every minified js file to the Web Setup project by hand Maintain a copy of the relevant directory structure in both the Web Application project and the Web Setup projec Remember to add any new js files minified versions to the Web Setup project.
Any Example Microsoft Ajax Content Delivery Network & Jquery
View 1 Replieswhen I run my site that used Slideshow Extender, i get this Error:
Microsoft JScript runtime error: Sys.InvalidOperationException: Can't add a handler for the error event using this method. Please set the window.onerror property instead.
in localhost i ignore this Error and Slideshow Extender works correct.
but when i publish the site I have JScript Error and Slideshow Extender not be loaded.