jeudi, octobre 14, 2004
lundi, octobre 11, 2004
319991 - FIX: ASP.NET Does Not Copy Files from Bin Directory to Temporary ASP.NET Files Folder
319991 - FIX: ASP.NET Does Not Copy Files from Bin Directory to Temporary ASP.NET Files Folder: "Could not copy temporary files to the output directory. "
samedi, octobre 09, 2004
vendredi, octobre 08, 2004
jeudi, octobre 07, 2004
Image Web Control ImageUrl Problem
Scott on Writing a une solution mais qui ne semble pas fonctionner, à moins que cela ne soit moi ?
mercredi, octobre 06, 2004
lundi, octobre 04, 2004
How to Set the Focus on a particular Control in a Form
Il faut register le bloc de code JavaSCript suivant (entouré par un bloc "script" non inclus ici car Blogger ne le supporte pas) :
Pour la TextBox TextBox1 :
document.forms[0].TextBox1.focus ();
Pour la TextBox TextBox1 :
document.forms[0].TextBox1.focus ();
Wintellect - Know How - Resources - Faqs
Wintellect - Know How - Resources - Faqs: "The ASPX file below demonstrates the proper technique. It populates a DataGrid with content from the Titles table of the Pubs database that comes with Microsoft SQL Server. The DataGrid's leftmost column contains a row of Delete buttons. The OnDeleteRecord method simulates a record deletion by writing the Title field of the record to be deleted to a Label control. The OnAttachScript method, which is called once for each row in the DataGrid in response to ItemCreated events, attaches to each button an OnClick attribute that activates a bit of client-side JavaScript. That script displays a confirmation dialog and prevents the page from posting back to the server (thus preventing OnDeleteRecord from being called) if the user clicks Cancel rather than OK.
<%@ Import Namespace="System.Data" %>
<%@ Import Namespace="System.Data.SqlClient" %>
]]>
<%@ Import Namespace="System.Data" %>
<%@ Import Namespace="System.Data.SqlClient" %>
]]>
samedi, octobre 02, 2004
Using XmlSerializer to Serialize object graphs
Cet article montre l'usage des différents attributs du namespace System.Xml.Serialization.
