Binding to GridView in C#.NET: Item Template, Row_Command Event to Fetch Row of GridView

Filed in ASP.NET, Web AppTags: , , , , , , , , , , ,

In this project I am going to share the demo project about Binding GridView in .Net. GridView DataSource and DataBind() method to bind GridView in .Net. Also I will tell you how yo use Item Template to design your custom GridView. To use the custome GridView you must set the GridView Property AutoGenerateColumns=”false”. To Fetch [...]

How to use AutoCompleteExtender Ajax Control in C#.NET

Filed in Ajax, ASP.NET, Web AppTags: , , , , , , ,

AutoComplete is an ASP.NET AJAX extender that can be attached to any TextBox control, and will associate that control with a popup panel to display words that begin with the prefix typed into the textbox. The dropdown with candidate words supplied by a web service is positioned on the bottom left of the text box. [...]

How to use Accordion and Accordion Pane Ajax Controls in C#.NET : Free Download Ajax Toolkit Setup

Filed in Ajax, ASP.NET, Web AppTags: , , , , , , , , , , ,

The Accordion is a web control that allows you to provide Multiple Panes and display them one at a time. It is like having several CollapsiblePanels where only one can be expanded at a time. The Accordion is implemented as a web control that contains AccordionPane web controls. Each AccordionPane control has a template for its [...]

Paging in DataGridView in C#.net WinForm

Filed in ASP.NET, Desktop AppTags: , , , , , ,

DataGridView Control provide you very effective  way to show your information. While using the DataGrdView control in .net you need to perform some basic information like retrieving data of DataGridView control. Today I am going to share a most important part of DataGridView control. I am going to tell you to perform Paging in DataGridView [...]

Retrieving Selected Row/Cell Values in DataGridView From C#.NET WinForm

Filed in ASP.NET, Desktop AppTags: , , , , , , , , , , ,

This project will show you to bind data to the DataGridView control in C#.NET. Also how to fetch/retrieve the selected Row’s value and how to get a particular Cell value. Also in this project I am going to tell you to perform Insert and Update information from the same WinForm. and Once again you will [...]

DataGridView Data Binding in C#.NET WinForm

Filed in ASP.NET, Desktop AppTags: , , , , , , ,

This project will show you to bind data to the DataGridView control in C#.NET. DataGridView control is very powerful control to work with database’ Records. You can show the records in efficient and effective way using this control. Today in this project I will also tell you to formating with the Columns of DataGridView controls. [...]

How to Play Video/Audio in C#.NET WinForms- Video Player in C#.NET

Filed in ASP.NET, Desktop AppTags: , , , , , , , , , , , , ,

This project is about playing Video/Audio files into your C#.NET Window Application. In this project I will tell you to develop a Video Player in C#.NET. The Video Player has features of Play, Pause, Stop Video/Audio and Forward/Backward Functionality and you can set the Volume of the currently running Video/Audio Files. I have also attached a demo project that [...]

Integrating FCKEditor in C#.NET

Filed in ASP.NET, Web AppTags: , , , , , , ,

In this article I am going to implement FCK Editor in C#.NET Application. Perhaps many of you guys aware of FCKEditor, but let me tell you if some of you guys dont know about FCKEditor. CKEditor (formerly FCKeditor) is an open source WYSIWYG text editor from CKSource that can be used in web pages. It [...]

How to add TabPages in TabControl dynamically in a C#.NET Window Application

Filed in ASP.NET, Desktop AppTags: , , , , , , , , , , , , ,

Today I will tell you about using Tab Control in a Window Application Form. The Tab Control is mainly used to show our WinForms together as a TabPages. Also I am going to share that how to add TabPages at run time or we can say that add Tabpages dynamically. In this project you will [...]

TreeView, GroupBox Control and MDIParent Form in C#.NET

Filed in ASP.NET, Desktop AppTags: , , , , , , , , , ,

In this article I will show how to use TreeView Control in MDIParent Form. I have used C# language to do this. As you all know that TreeView Control in C#.NET Provide the Tree Look for the nodes. In this project I am binding the Window Application Form inside the GroupBox Control. So in this project [...]