MyDotnetCoolFaqs

This blog is a collection of all the FAQ's found on Dotnet specially designed to clear the Interview Process.

Tuesday, July 5, 2011

What is client ID mode in asp.net 4.0

›
We have been using ClientID’s in ASP.NET 2.0/3.5 that makes each control to generate the unique client side id attribute to that page or b...
7 comments:
Wednesday, June 22, 2011

.NET Code Access Security

›
 .NET has two kinds of security : Role Based Security. Code Access Security.
8 comments:
Monday, June 20, 2011

SQL SERVER – 2005 – Difference Between INTERSECT and INNER JOIN – INTERSECT vs. INNER JOIN

›
INTERSECT operator in SQL Server 2005 is used to retrieve the common records from both the left and the right query of the Intersect Opera...
1 comment:

How to reset the Autoincrement column in sql server after DELETE operation

›
Type the Following Command after the DELETE operation: DBCC CHECKIDENT ("TABLE NAME", RESEED, 0); --next id will be 1
Monday, May 9, 2011

GridView and DetailsView Master/Detail page using SqlDataSource control

›
The GridView and DetailsView controls are commonly used in a Master/Detail page. A Master/Detail page is a page that displays a list of it...

DetailsView vs FormView Control

›
The DetailsView and FormView controls enable us to display a single data item that is a single database record at a time. Both controls ena...
Wednesday, April 27, 2011

Software Development Life Cycle (SDLC)

›
The Systems Development Life Cycle (SDLC) is a conceptual model used in project management that des...
48 comments:
›
Home
View web version

About Me

My photo
Dinesh kumar Sabat
IRVING, Texas, United States
I'm the kind of a person who is always optimistic and always full of hope and self-confidence.I respect talent and admire people who recognize their talents and expose them. I love Programming and always in search of opportunity to learn new things.
View my complete profile
Powered by Blogger.