Article relates to Telerik.Web.UI 2007.3 1425+ Created by Rumen Zhekov Last modified 2009/04/10 Last modified by Rumen Zhekov
PROBLEM
Error: Web.config registration missing! The Telerik dialogs require a HttpHandler registration in the web.config file.
DESCRIPTION
Such error can appear:
Problem 1: If the dialog hanlder of the editor’s dialogs is not [...]
from http://www.telerik.com/help/aspnet-ajax/ajax-execute-custom-javascript.html
Executing custom javascript code after AJAX update RadControls for ASP.NET AJAX
Telerik RadAjax offers the ability to execute custom JavaScript code which comes as a response from the server thus giving you more flexibility to complete more specific or complex tasks on the client.
The best and most intuitive approach is to [...]
from http://msdn.microsoft.com/en-us/library/c0az2h86(v=VS.85).aspx
Just as you can programmatically create an instance of any server control on an ASP.NET Web page, you can do the same with a user control.
To create an instance of a user control programmatically In the user control, be sure that the @ Control directive contains a ClassName attribute that [...]
Note: This known issue was fixed in 6.2 rev. 101105 (Update-5), 6.3 rev. 101022 (Update-3), and 6.4 rev. 101124 (Update-1).
Reference number: 334587
Publishing Date: Oct 01, 2010
After installing an update from Microsoft that addresses the ASP.NET security issue described in Microsoft Security Advisory (2416728), Sitecore CMS may be throwing unhandled [...]
from http://www.jaggersoft.com/pubs/StructsVsClasses.htm
Jon Jagger jon@jaggersoft.com C# struct/class Differences struct Direct { //… } class InDirect { //… } Events are locked? Exist on stack or heap? Can cause garbage collection? Meaning of [...]
from: http://www.richardbushnell.net/2008/02/18/how-to-update-data-with-linq-to-sql/
From MSDN:
Q. Can I update table data without first querying the database?
A. Although LINQ to SQL does not have set-based update commands, you can use either of the following techniques to update without first querying:
Use ExecuteCommand to send SQL code. Create a new instance of the object and initialize [...]
From: http://social.msdn.microsoft.com/Forums/eu/csharpide/thread/352c58ec-65d8-4d77-ac7b-d2338c621ef3
Error:
Could not load file or assembly … The parameter is incorrect … HRESULT: 0×80070057 (E_INVALIDARG)
Solution:
Remove any of these folders:
%windir%\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\ %windir%\Microsoft.NET\Framework64\v2.0.50727\Temporary ASP.NET Files\
From: http://social.msdn.microsoft.com/Forums/en/linqtosql/thread/f9c4a01a-195a-4f2b-a1cb-e2fa06e28b25
Error message:
“System.Data.Linq.ForeignKeyReferenceAlreadyHasValueException was unhandled by user code Message=”Operation is not valid due to the current state of the object.”
Reason:
LINQ to SQL objects have both association properties (references or lists of other objects) and the key fields that are used to define these associations in the database. [...]
Just add the orderby clause ;-)
Here’s how:
from a in Audits join u in Users on a.UserId equals u.UserId group a by a.UserId into g let score = g.Sum(x => x.Score) orderby score descending select new { UserId = g.Key, Score = score };
from: http://vaultofthoughts.net/ASPNETDebuggerTimeoutInWindowsVista.aspx
When I first installed Windows Vista with IIS 7 I have started to notice that ASP.NET debugger tends to time-out very often. Previously I hadn’t noticed such a behavior when I was using Windows 2003 with IIS 6. I really cannot tell if it was there or not, because I sometimes [...]
-
Articles
- October 2012
- May 2012
- April 2012
- March 2012
- February 2012
- December 2011
- November 2011
- October 2011
- September 2011
- August 2011
- June 2011
- May 2011
- April 2011
- March 2011
- February 2011
- January 2011
- December 2010
- November 2010
- October 2010
- September 2010
- August 2010
- July 2010
- June 2010
- April 2010
- March 2010
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- August 2009
- June 2009
- May 2009
- April 2009
- March 2009
- February 2009
- January 2009
- December 2008
- November 2008
- October 2008
- September 2008
-
Calendar
May 2013 M T W T F S S « Oct 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 -
Meta