Skip to main content

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

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

Starter Kits: ASP.NET Web: The Official Microsoft ASP.NET 2.0 Site - 0 views

  •  
    Looks like a starting point for a time-tracker if we ever do that.
anonymous

ASP.NET CAPTCHA Library for reCAPTCHA - 1 views

  •  
    Here is that captia service I was talkin about.
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

Integrating DB2 Universal Database for iSeries with Microsoft ADO .NET - 0 views

  •  
    HTML version of the iseries ado.net redbook.
anonymous

Twitteroo » Twitter .NET API - 0 views

  •  
    Would be worthwhile when we look into text messaging
anonymous

Jon Galloway : [asp.net] Simple utility function to return all selected values from a C... - 0 views

  •  
    Wish I had this a couple months ago.
anonymous

ASP.NET Forums - Generate PDF on the fly - 0 views

  •  
    Looks like a good list of PDF generators.
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.
Matthew Potocnik

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

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

Brad Abrams : Cool Free ASP.NET AJAX Rich Text Editor - 0 views

  •  
    Might be interesting.
1 - 20 of 53 Next › Last »
Showing 20 items per page