Send email from asp.net: If one want to send email from website using code, one can send using bellow sample
Category: Tutorials
Programming Languages- c#, java, asp.net etc articles
Find installed version of .net framework in your PC
Hello guys, today we will discuss regarding how to Find installed version of .net framework in your PC. There are two
Global.asax file in asp.net
The Global.asax file, is an optional file that contains code for responding to application-level events. It resides in the root
How to use custom encryption and decryption in asp.net(C#)
Earlier in this week I just got a special requirement to implement custom algorithm for string encryption and decryption without
Bulk insert using XML,ASP.NET,SQL
There are some cases when a programmer need a way to bulk insert data into sql. There are lot many

Difference between ref and out parameters in C#
Difference between ref and out parameters Till now we have discussed regarding Difference between Var and Dynamic in c#, Difference between Hashtable
Grid Sorting navigate to Onbeforeunload Event
Hello Folks, my friend came to me with one issue like he has given window.onbeforeunload event to warn the user
ASP.NET MVC step by step- Hello World!
ASP.NET MVC step by step- Hello World Today we will step up towards first application- Hello world in ASP.NET MVC.
Difference between input type button and submit
Today we will learn about Difference between input type button and submit. A ‘button’ is just that, a button, to which
Sorting DataList in asp.net
Hello Folks, I was wondered while searching for content that how to do sorting in datalist, but didn’t get any
C# Keywords
C# Keywords abstract as base bool break byte case catch char checked class const continue decimal default delegate do double
Difference between & and && ,| and ||
Hello techno thirsty guys, there is a simple logic behind the & and && , | and ||. Single &