Skip to main content

Home/ City of Mankato .NET/ Group items tagged codes

Rss Feed Group items tagged

Matthew Potocnik

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
  •  
    using stored procedures that return a value
anonymous

Cisco IP Phone Services - The Code Project - ASP.NET - 0 views

  •  
    A .NET sample for the new phones.
Matthew Potocnik

Stop editing 'web.sitemap'--Let unknown pages dynamically INHERIT from a parent! And mo... - 0 views

  • Use Friendly URLs Without .aspx Extension
  • Provides new "wildcard" query string variable matching
anonymous

How to take screenshot (thumbnail) of a web site with ASP.NET 2.0? - The Code Project -... - 0 views

  •  
    Looks like a good option for the newsletter.
1 - 10 of 10
Showing 20 items per page