Skip to main content

Home/ Groups/ City of Mankato .NET
1More

Right of Way Permits - 0 views

  •  
    Looks like a sample app...
1More

How To Create a Web App - 0 views

  •  
    Some good points for application planning.
1More

QuickMenu Template - 0 views

  •  
    Great menu templates and generator
1More

Web Development Toolbox: 120+ Web Development Resources - 0 views

  •  
    A huge list of web development resources. Some might be useful in the future.
1More

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
1More

Role Providers - 0 views

  •  
    using a read only xmlroleprovider
3More

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
‹ Previous 21 - 40 of 86 Next › Last »
Showing 20 items per page