Skip to main content

Home/ City of Mankato .NET/ Contents contributed and discussions participated by Matthew Potocnik

Contents contributed and discussions participated by Matthew Potocnik

Matthew Potocnik

Tip/Trick: Url Rewriting with ASP.NET - ScottGu's Blog - 0 views

  • <add name="UrlRewriter" type="Intelligencia.UrlRewriter.RewriterHttpModule, Intelligencia.UrlRewriter"/>
Matthew Potocnik

HOW TO: Persist a DataSet as XML Using Visual C# .NET - 123aspx.com ASP.NET Resource Di... - 0 views

  •  
    use a dataset to write xml
Matthew Potocnik

Role Providers - 0 views

  •  
    using a read only xmlroleprovider
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
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
Matthew Potocnik

Understanding Properties in C# - 0 views

  •  
    simple explaination of properties in c#
1 - 20 of 26 Next ›
Showing 20 items per page