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
How to write SQL Query to get desire output-2
Sql Interview Questions: I have a question as below: I have a table created as CREATE TABLE #Table1 ( Id
Difference between & and && ,| and ||
Hello techno thirsty guys, there is a simple logic behind the & and && , | and ||. Single &
How to write SQL Query to get desire output-1
Hello guys, as I know you all are technology lovers and you would like my this question. I have a