DataList is a data bound list control that displays items using certain templates defined at the design time. The content of the DataList control is manipulated by using templates sections such as AlternatingItemTemplate, EditItemTemplate, FooterTemplate, HeaderTemplate, ItemTemplate, SelectedItemTemplate and SeparatorTemplate. Each of these sections has its own characteristics to be defined but at a very [...]
ASP.NET The DataList Control- Bind DataList, ItemCommand Event to Fetch DataList Control’s Value
Filed in ASP.NET, Web AppBinding to GridView in C#.NET: Item Template, Row_Command Event to Fetch Row of GridView
Filed in ASP.NET, Web AppIn 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 [...]
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 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 [...]
This article is about sending Email from your .NET Application. Email sending is used often in Web Applications because this is the best way to communicate now days. Also sending Email in Web Application provides more security. I am going to share the easiest way to send Email from your .NET Application. To send Email [...]
In this article I am going to share another interesting concept with all of you. Many of you people are aware of Marquee tag in HTML to scroll Text. In case of .NET Development we can use this HTML tag in Web Application. But in Window Application there is no control availale to marquee a [...]
Hello Everyone, Previously we have discussed to develop a Digital Clock using Timer Control in C# Window Application. Today in This Article I will show you how to develop Analog Clock in C#.NET Application. An Analog clock looks more attractive when you develop this in C#.NET. Since there is no control available for Analog Clock, [...]
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