August 2014
How to add an active class in navigation menu item in asp.net website?
.
Generally active class show which page /link you are visiting currently. Active class will be added in CSS class, but the problem is only one item can have active class at one time. But we need to show active class…
how to do url rewrite in C#.net. implemented in asp.net4.0 version
.
how to do url rewrite in C#.net. implemented in asp.net4.0 version Url rewriting is just to display a friendly and readable url instead of a comlex or unfriendly url. Suppose there is a url in your website just like below:…
Three tier architecture in ASP.Net using C# code
.
Read my other blogs, C# 6.0 new features, ASP.Net Tutorial and .Net Core Tutorial.In this blog, we will see 3-tier architecture to develop an application in C#. What is 3-Tier Architecture? 3-Tier architecture is well known in software development for…
How to send email to a user using workflow in SharePoint2010
.
How to send email to a user using workflow in SharePoint2010 Suppose there is a scenario that when ever you add a new item to a list in SharePoint site immediately an email should be sent to a specific member…
