This snippet will show you how to get a random number using ASP.NET 2.0 and C#. |
This snippet will show you how to create a server based SQLConnection to SQL server using ASP.NET 2.0 and C#. In order for this Snippet to work you must import the System.Data.SqlClient namespace. |
This snippet will show you how to create a parameterized select command using ASP.NET 2.0 and C#. In order for this Snippet to work you must import the System.Data.SqlClient namespace. |
This snippet will show you how to read access data into a dataset using ASP.NET 2.0 and C#. In order for this Snippet to work you must import the System.Data and System.Data.OleDb namespace. |
This snippet will show you how to read XML from a file using the XmlTextReader in ASP.NET 2.0 and C#. In order for this Snippet to work you must import the System.Xml namespace. |
This snippet will show you how to read XML from a string using ASP.NET 2.0 and C#. In order for this Snippet to work you must import the System.Xml and System.IO namespace. |
This snippet will show you how to read XML from a URL using ASP.NET 2.0 and C#. In order for this Snippet to work you must import the System.Xml namespace. |
This snippet will show you how to return output parameter for a TableAdapter query using ASP.NET 2.0 and C#. |
This snippet will show you how to stop an application using ASP.NET 2.0 and C#. In order for this Snippet to work you must import the System.Diagnostics namespace. |
This snippet will show you how to write a message to the application event log using ASP.NET 2.0 and C#. In order for this Snippet to work you must import the System.Diagnostics namespace. |