eHow launches Android app: Get the best of eHow on the go.

C#

Sort by:
Best Match
Most Popular
Newest

Showing 1-50 of 74 results

  • How to Create Web References

    A web reference is an added edition to a .NET website project. It allows the programmer to make calls to web services either on the local network or over the Internet. A web service is an XML...

  • How to Put Space Between Columns in Gridview

    Padding cells in the ASP.NET gridview control sets spaces between the information contained within the cell and the borders. This formatting is called "cell padding" and "cell spacing." These two...

  • How to Space Columns in Gridview

    Gridview is a web page control available through ASP.NET applications. The programmer is able to call a function on a database and populate the gridview with data returned from the user. This type...

  • How to Change the Font Color of the Gridview

    The gridview control is an ASP.NET tag that displays data on a Web page in an organized way. The gridview displays a matrix of data retrieved from the website's database. For instance, a gridview...

  • How to Sort a Grid Index in ASP.NET

    A grid is a control on a web page that shows data in a matrix. The grid is viewed by the web page browser in a column and row order. The control created by Microsoft in ASP.NET for developers is...

  • How to Load a PDF File in Iframe in ASP.NET

    PDF files are a standard method in disseminating information on a website. PDF files lock the document from being edited to allow website owners the ability to provide documentation without any...

  • How to Display the Folder Name

    Displaying a folder name in C# is accomplished using an additional namespace. The IO namespace is not automatically included when you create a new code file. The .NET library holds all file...

  • How to Create DAT Files

    Software programmers use DAT files to contain binary information. These files (also known as .dat files because of their file extension) hold key information, such as an application's customized...

  • How to Create Binary Files

    A binary file is an encoded text file with the .bin extension. This type of file is used in application programming to save software information without leaving it in plain text. You can save any...

  • How to Create Website Registration Forms

    Website registration forms are Web pages that request a user's information and insert it into a database. A registration form can be used in several ways. Webmasters can create registration forms...

  • How to Build an ASPX Page

    ASPX is a .NET web page code that delivers HTML to readers. The HTML created by .NET normally comes with a code-behind file that uses C# or VB.NET. The files are saved as ASPX and uploaded to a...

  • How to Overload New Operator

    When working with object-oriented programming, classes are created with constructors. All classes have a basic, empty constructor that is used when the class is instantiated with the "new"...

  • How to Zip Folders & Subfolders in .Net

    Zipping files in .NET C# is used to package a group of files and send them in an email. It also makes the file available for administrators to view. Creating zip files is accomplished using the...

  • How to Add Values to a List

    List boxes are elements on a web form that display a list of possible selection values for the user. These values are created through client-side programming languages like C#. They can be used to...

  • Learn C# Tutorials

    C# is a programming language that is included with Microsoft Visual Studio and the .NET framework. The language is used to create web forms, windows forms or services. Some basic knowledge of the...

  • Microsoft Visual C# Tutorials

    Visual C# is a programming language in the Microsoft .NET framework. C# takes a lot of the syntax that's recognized in older languages such as C++. Learning C# is started by understanding how to...

  • How to Open a PDF File in a New Window in Aspnet

    PDF files are read-only documents that websites publish for viewers and customers. PDF files can be opened through web application programming languages such as C# in ASP.NET. The file can be...

  • How to Add Bound Columns

    GridView is a component that shows a grid of data. The GridView is a component used often in Web and desktop applications to format data in a matrix. The GridView is used in .NET programming to...

  • How to Add a Temp File

    Temp files are used to save information in case a user's computer crashes. Temporary files can be used in C# when programming software. This is a beneficial addition to the software that saves...

  • How to Convert SQL Commands

    Inline SQL commands entered within the code of a website can be converted into stored procedures. Stored procedures are faster and are less vulnerable to hackers. Converting SQL commands from a...

  • How to Create List View

    The listview control offered in the Microsoft ASP.NET programming language gives you a quick way to display lists to end users. For instance, it can be used to provide a list of products to...

  • How to Create a GridView Programatically

    A GridView is a convenient control that allows programmers to provide lists of information that can be edited and sorted. Where the ListView simply presents data, a GridView gives users the...

  • How to Use Custom Tags

    Custom tags in ASP are used for objects created by the programmer. For instance, a custom tag is used when the programmer creates a customized drop-down box for a web page. When these customized...

  • How to Convert StringBuilder

    StringBuilder is the preferred method in C# programming that creates, deletes and manipulates string characters. It's considered a faster method, and StringBuilder uses fewer resources on the...

  • Microsoft Visual C# Tutorial

    Visual C# is a Microsoft technology that is used to program Windows forms and web applications. The language is similar to C++. It uses brackets within loop structures and functions, classes for...

  • How to Read Command Line Arguments

    When you program an application for the console, using command line switch arguments allows users to run the software using options. Using C#, the command line characters entered into the console...

  • How to Use Dll in VisualStudio.net

    Linking Dynamic Link Library (DLL) files is an essential part of programming. In Visual Studio.NET, the process is handled using the workspace graphical interface. Linking a DLL file allows the...

  • How to Use an OleDBDataAdapter in C#

    An OLE database adapter is a class used to connect to database software like Microsoft Access or Oracle. This class is used as an intermediate between the call to the database and the returned...

  • How to Use Response AppendHeader

    The AppendHeader method of the Response class sends custom settings to the server. These settings are used to control the browser. For instance, a programmer can use refresh settings in the...

  • How to Pass a Value From a Textbox to a Database

    A common procedure for any web programmer is retrieving information from a page form and sending it to the database for processing. Knowing how to query a database is an integral part of any...

  • How to Integrate Information From a Microsoft Access Database With Your Web Page

    Large database solutions are expensive, so Microsoft offers Access for small businesses and personal websites. Access allows users to create relational databases on a small scale. The database is...

  • How to Gray Out Window Options

    When designing desktop applications, disabling window items ("graying" them out) helps control user navigation. Graying out a window item means that that part of the software is disabled. This is...

  • How to Set Datakey

    Datakeys are used in conjunction with GridViews, which are used to display records of data on a desktop or web applications in ASP.NET. A datakey serves as the primary key for the displayed...

  • How to Read DataColumn

    The DataColumn class is used to set a column for a data set. Data sets returned from a table in a database are similar to spreadsheets. Columns are a list of fields that contain a value for a...

  • How to Read an HTTP Header

    Hypertext Transfer Protocol (HTTP) is a protocol commonly used on the Web. HTTP has several header requests and responses that are used in development of Web applications. These headers give the...

  • How to Use an Xml HTTP Object

    XmlHTTP is a DOM object (Document Object Model) provided by Microsoft's ASP infrastructure. It gives developers a way to request data and receive the results in XML format. Using the object...

  • How to Create a TableAdapter

    TableAdapter is a class for developers who make calls to a database using SQL server. The TableAdapter class is included in the Microsoft ASP.NET development platform for Visual Basic or C#...

  • How to Create a Main Menu

    Main menus are one of the key components of a good user interface for applications. Microsoft has created a standard for main menus so users can find options and commands for global operations....

  • How to Create a Datagridview in C#

    DataGridView objects are ASP.NET objects that display data from a database query. For instance, if your website has a list of products, a DataGridView object lists products with pricing and...

  • How to Open a PDF File in ASP.net

    PDF file formats are commonly used for businesses and small offices to create documentation that is shared on the Internet. PDF files offer security and the ability to dynamically create content...

  • How to Configure a New Extension for Use in ASP.Net

    When you design customized file extensions in ASP, you must configure the server to execute those files in the ASP.NET engine. Without configuring the server, pages called from the user's browser...

  • How to Read a Word Document in ASP

    With so many users who share information in Word document files, programming applications to read these files makes it useful for productivity. Word documents are handled by a special class...

  • How to Use Viewstate

    The viewstate in ASP saves variables submitted by the user as encrypted information. The viewstate can also be used explicitly by the programmer by saving information in the object for future use...

  • How to Read a MSI File

    Reading the properties of an Microsoft Windows Installer Object Library (MSI) file helps the programmer identify the version, manufacturer, and product stored in the file. This is helpful when the...

  • How to Read an Input File Using ASP

    Reading files with ASP's C# compiler is an essential part of retrieving information from saved files and using that information to display information to the user. Reading input from files is...

  • How to Use C# Code in XmlTextWriter

    Reading and writing XML is a convenient way to format records. The standard has made it easy for developers to communicate across platforms and services. XMLTextWriter is a class in C# that allows...

  • How to Remove Child Nodes

    XML is a convenient document format that is arranged in sections called "nodes." There is a parent node with accompanying child nodes that store records. When using XML in a programming...

  • How to Create a PDF Using C#

    PDF is a standard file format used for sharing documents with customers over the Internet. The advantage of PDF file format is that the layout can be customized and secured without being changed...

  • How to Rethrow an Exception

    Exceptions are used to catch errors in computer programming. When your software crashes with unintelligible gibberish displayed, it is frustrating for software users. Throwing exceptions catches...

  • How to Read File Stream

    The filestream class is used by C# programmers to read files on the hard drive of the host machine. The class also allows programmers to write to files using the "Write()" method. Using...

  • 1
  • 2

Copyright © 1999-2009 eHow, Inc. Use of this web site constitutes acceptance of the eHow Terms of Use and Privacy Policy.   en-US Portions of this page are modifications based on work created and shared by Google and used according to terms described in the Creative Commons 3.0 Attribution License.

Demand Media