Home
Get Started
Learn
Downloads
AJAX
MVC
Community
Wiki
Forums
Sign in
|
Join
Home
›
ASP.NET Forums
›
Search
Search
You searched for the word(s): userid:600012
More Search Options
RSS Available
Matching Posts
Re: validatorcalloutextender not working inside update panel
hi, And what is your solution? Yannick
Posted to
ASP.NET AJAX Discussion and Suggestions
(Forum)
by
pack27
on 5/13/2009
Re: Could not load file or assembly 'Microsoft.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.
You need to install ASP.NET 2.0 AJAX Extensions 1.0 http://www.microsoft.com/downloads/details.aspx?FamilyID=ca9d90fa-e8c9-42e3-aa19-08e2c027f5d6&displaylang=en
Posted to
ASP.NET AJAX Discussion and Suggestions
(Forum)
by
pack27
on 3/29/2007
Re: Could not load file or assembly 'Microsoft.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.
Just copy the System.Web.Extensions.dll into the bin directory of your web application
Posted to
ASP.NET AJAX Discussion and Suggestions
(Forum)
by
pack27
on 3/29/2007
Re: Could not load file or assembly 'Microsoft.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.
Ok I Don't know why it's working now for me but here what i did.... 1. Install the latest Asp.NET Ajax 2.Open my web.config in my production server and replace this line <add assembly="System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/> by <add assembly="System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/> It's the same thing but the PublicKeyToken is in capitals.... Save it and browse to my site and
Posted to
ASP.NET AJAX Discussion and Suggestions
(Forum)
by
pack27
on 2/1/2007
Re: Error: Sys.ArgumentException: Value must not be null for Controls and Behaviors.
Sorry i'm using Microsoft ASP.NET AJAX CTP Beta for the UpdateProgress... -Pack27
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
pack27
on 10/26/2006
Re: Error: Sys.ArgumentException: Value must not be null for Controls and Behaviors.
I have the same probleme when I put a <asp:UpdateProgress> on my masterpage. I'm using the latest ASP.NET AJAX Control Toolkit. Hopefuly somebody have a solution, because everythings works fine before and now I got this error!!!! Line: 1961 Char: 23 Error: Sys.ArgumentException: Value must not be null for Controls and Behaviors. Parameter name: element Code: 0 many thanks!! -Pack27
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
pack27
on 10/26/2006
Re: how to use the dragStart/dragStop new feature for the DragDropManager
Hi, Thank you KFrancis, i'll try that! Now do you know if i can call a server side method when I drop my control?... thks again..
Posted to
ASP.NET AJAX UI
(Forum)
by
pack27
on 8/15/2006
how to use the dragStart/dragStop new feature for the DragDropManager
Hi all! Does somebody knows how to use these new features? (July Atlas CTP) Added public dragStart/dragEnd events to DragDropManager. dragStart fires with dragMode, dataType, and data as eventArgs. dragStop fires with empty eventArgs. All i want to know is how can i throw an event when i drop my control? many thks!! :)
Posted to
ASP.NET AJAX UI
(Forum)
by
pack27
on 8/15/2006
Re: Autocomplete bug "_completionListElement.childNodes[...].firstChild is null'
"I do not recommend editing the Atlas.js file though. When the next CTP comes out, you will lose any changes you've made. This is why I recommend using custom extenders (as I've done, see link in signature). " -- You are right! :) but until the next CTP comes out, you can make a copy of Atlas.js like AtlasCopy.js and use a ScriptManagerProxy like : atlas : ScriptManagerProxy ID ="test" runat ="server" > < Scripts > < atlas : ScriptReference Path =" AtlasCopy .js" /> </ Scripts >
Posted to
ASP.NET AJAX UI
(Forum)
by
pack27
on 8/11/2006
Re: Autocomplete problem/error
Hi, The problem is that sometime the selected index is undefined, i don't know why but i got a solution.. The solution : Around line 9258 in Atlas.js file (Added code) if (_selectIndex != -1 && !(_selectIndex === undefined) ) { this._setText(_completionListElement.childNodes[_selectIndex].firstChild.nodeValue); e.returnValue = false; } else{ this._hideCompletionList(); e.returnValue = false; } } it's working for me now :)
Posted to
ASP.NET AJAX UI
(Forum)
by
pack27
on 8/11/2006
Page 1 of 2 (16 items) 1
2
Next >
ASP.NET:
Death to confirmation dialogs with jquery.undoable
Channel 9:
E2E: Brian Beckman and Erik Meijer - Co/Contravariance in Physics and Programming, 1 of 2
TechNet Edge:
Windows Server 2008 R2 Quick Look #3 - PowerShell V2
ASP.NET:
2009 Blogged - Greatest Hits
WindowsClient:
2009 Blogged - Greatest Hits
Channel 9:
Nikolaj Bjørner and Leonardo de Moura: The Z3 Constraint Solver
Channel 9:
MEF & Silverlight 4 Beta - Part 2, Imports & Exports
Channel 9:
MEF & Silverlight 4 Beta - Part 1, Introduction
WindowsClient:
The (Near) Final Word on Multi-Monitor Taskbars for Windows 7 - Ultramon vs. DisplayFusion
WindowsClient:
Looking back at 2009, and forward to 2010
Silverlight:
Polling Video – A Viable sub-second alternative?
TechNet Edge:
Windows Server 2008 R2 Quick Look #2 - Active Directory Recycle Bin
Channel 10:
I'm a Windows 7 PC Themes
Channel 10:
24 Years of Windows Box Art
WindowsClient:
Silverlight tutorial: HOW TO build CommandLink Control in Silverlight with Expression Blend 3 and Behaviors
ASP.NET:
Converting an RGB Color To Hex With JavaScript
Silverlight:
Silverlight HVP Design – Configuration & Scenarios
Channel 9:
Channel 9 Live at PDC09: Day 3 Welcome
Channel 9:
Channel 9 Live at PDC09: TWoC9 Day 3
Channel 10:
Microsoft's Mobicast: Stiched Cell Streams
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online