Add

Posts filed under Add

How to Add Fade In Effect to ASP.Net Pages

Filed in ASP.NETTags: , , , ,

ASP.Net is not just about creating Web based projects but we can also use features like CSS, Javascript, jquery etc. to enhance the feel and look of the webpage. Such kinds of enhancements create a deep interest and also grab an immediate attention of the web visitor. One such effect is Fade In on pageload. [...]

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 [...]