Stored Procedures and other queries with parameter - Using ADO.NET with SQL Server - De... - 0 views
-
// add a new parameter, we need to get the name right this time! SqlParameter sqlParam = com.Parameters.Add("@Identity", SqlDbType.Int); // set the direction flag so that it will be filled with the return value myParm.Direction = ParameterDirection.Output;
-
com.Parameters["@Identity"].Value will contain the value that was set in the stored procedure
ASP.NET CAPTCHA Library for reCAPTCHA - 1 views
Twitteroo » Twitter .NET API - 0 views
ASP.NET Forums - Generate PDF on the fly - 0 views
Tip/Trick: Url Rewriting with ASP.NET - ScottGu's Blog - 0 views
-
<add name="UrlRewriter" type="Intelligencia.UrlRewriter.RewriterHttpModule, Intelligencia.UrlRewriter"/>