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 [...]
Binding to GridView in C#.NET: Item Template, Row_Command Event to Fetch Row of GridView
Filed in ASP.NET, Web AppAutoComplete 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 AppThe 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 [...]
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 AppThis 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 [...]
How to Play Video/Audio in C#.NET WinForms- Video Player in C#.NET
Filed in ASP.NET, Desktop AppThis 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 [...]
How to add TabPages in TabControl dynamically in a C#.NET Window Application
Filed in ASP.NET, Desktop AppToday 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 [...]
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 [...]
Development of software is only a single phase of overall system development. Coding is an important step on system development but maintaining the quality of software is also an important part and a challenging job. Proper testing is important for the good quality assurance. At present, there are different tools available for testing products. The tools like