This Article you will learn how to implement Google Translator API in your ASP.NET Web Application. Google Translator is used to translate the message or word or some texts from one language to another language. This translator is sometime very useful when you are developing a multi language support application in ASP.NET. To implement Google Translator I [...]
How to Implement Google Translator API in ASP.NET
Filed in Ajax, ASP.NET, JQuery, 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 [...]
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