.NET

How to Bind Data to the Windows Forms DataGridView Control

Submitted by admin on
[inline:DataGridView Control.jpg=How to Bind Data to the Windows Forms Datagridview Control] The DataGridView control provides a customizable table for displaying data. The DataGridView class allows customization of cells, rows, columns, and borders through the use of properties such as DefaultCellStyle, ColumnHeadersDefaultCellStyle, CellBorderStyle, and GridColor. (Source: MSDN)

How to Show IP Address On Your Local Computer

Submitted by admin on
This video tutorial will teach you on how to show IP Address on your local computer using Visual Basic 2008. The video will walk you through on how to add a Label, TextBox, and Winsock control on windows forms. It then add a line of code in code editor window to display the result in a TextBox control.

RSS Feed With ASP.NET

Submitted by planetsourcecode on
We can easily integrate XML feeds into our website very easily. We don't want to know detail knowledge of XML, but knowledge not harm in any ways.for this wrk we wanr to conntrols 1). XMDataSource Control 2). GridView Control. We have to set the following properties of the XMDataSource Control