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 [...]
-
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
-
Meta