Category Archives: ASP.NET

ASP.NET Interview questions: – Explain use of session and viewstate in ASP.NET?

HTTP is a stateless protocol , session and viewstate help you to maintain states between request and response. For more information see the below video. Click for more ASP.NET Interview questions Regards, Visit for more authors’ blog on ASP.NET Interview … Continue reading

Posted in .Net Interview Questions, ASP.NET, Asp.Net Interview Questions, ASP.NET training, Csharp interview questions, programming interview questions, session, viewstate | Tagged , , , , , , , | Leave a comment

ASP.NET interview questions: – Show differences between trace and debug in ASP.NET?

There is also a fundamental difference in thinking when we want to use trace and when want to debug. Tracing is a process about getting information regarding program’s execution. On the other hand debugging is about finding errors in the … Continue reading

Posted in .NET and C# training, .Net Interview Questions, ASP.NET, Asp.Net Interview Questions, Csharp interview questions, programming interview questions, trace and debug in ASP.NET | Tagged , , , , , , | Leave a comment

ASP.NET Interview Questions: – Mention Post Cache substitution?

This is one of the asked ASP.Net Interview Questions during the Interview by the Interviewer. Post cache substitution is used when we want to cache the whole page but also need some dynamic region inside that cached page. Some examples … Continue reading

Posted in .Net Interview Questions, ASP.NET, Asp.Net Interview Questions, ASP.NET training, Csharp interview questions, Post Cache substitution, programming interview questions | Tagged , , , , , , | Leave a comment

.NET/ASP.NET interview questions: – What to use while design – Data grid, data list, or repeater?

This is one of quiet often asked .NET/ASP.NET interview questions so prepare accordingly to answer it to the interviewer. Many of the developers make a blind choice of choosing data grid directly, but that is not the right way. Data … Continue reading

Posted in .net, .Net Interview Questions, ASP.NET, Asp.Net Interview Questions, ASP.net interview questions and answers, Csharp interview questions, Data grid, data list, programming interview questions, repeater | Tagged , , , , , , , , , , | 1 Comment

ASP.NET interview questions: – How does ASP.NET Forms authentication works?

Start answering this ASP.NET interview questions as follows: – In traditional ASP if you are told to create a login page and do authentication you have to do hell lot of custom coding. Now in ASP.NET that has made easy … Continue reading

Posted in .net, .NET and C# training, .Net Interview Questions, .NET interview questions and answers, ASP.NET, ASP.NET interview question, authentication, Csharp interview questions, programming interview questions | Tagged , , , , , , | Leave a comment

ASP.NET interview questions: – How to create a Unique Code in ASP.NET?

This is one of the requirements that would come across you many a times while working on .NET projects. Some of the senior developers will find this question very easy but many of the developer friends find it difficult to … Continue reading

Posted in .NET and C# training, ASP.NET, Asp.Net Interview Questions, Csharp interview questions, How to create a Unique Code in ASP.NET, programming interview questions | Tagged , , , , , , | Leave a comment

ASP.NET interview questions: – Edit, Update and Delete of GridView in ASP.NET.

The process of making GridView Editable, Updateable and Deleteable is almost used in the entire ASP.NET project. So, making GridView Editable, Updateable and Deleteable is one of the most important aspects according to any ASP.NET project. Let’s create a simple demonstration … Continue reading

Posted in ASP.NET, Asp.Net Interview Questions, Csharp interview questions, Delete of GridView in ASP.NET, Edit, programming interview questions, Update | Tagged , , , , , , , , | 1 Comment

ASP.NET interview questions: – Can you explain CSS (Cascading Style Sheet) and how to create a CSS in ASP.NET?

CSS (Cascading Style Sheet): – Cascading Style Sheets (CSS) is a style sheet language used to describe the presentation semantics (the look and formatting) of a document written in a markup language. In simple words CSS (Cascading Style Sheet) is … Continue reading

Posted in ASP.NET, ASP.NET interview question, Csharp interview questions, CSS (Cascading Style Sheet), CSS in ASP.NET, programming interview questions | Tagged , , , , , | Leave a comment

ASP.NET interview questions: – Elaborate the term Httphandlers and HttpModules and what are difference between Httphandlers and HttpModules?

Differences between Httphandlers and HttpModules are as follows: – Handlers and modules helps you inject pre-processing logic before the ASP.NET request reaches the website. For instance, before your request reaches any resource you would like to check if the user … Continue reading

Posted in ASP.NET, ASP.NET interview question, ASP.NET training, Csharp interview questions, Httphandlers, HttpModules, programming interview questions | Tagged , , , , , | Leave a comment

ASP.NET interview questions: – Explain how to merge two DataSet in to a Single GridView in ASP.NET?

This is not a much asked  ASP.NET Interview questions but this question will definitely boost your practical knowledge. Merge: – merge is one the method of DataSet. The merge function is basically used when we have a parent child relationship … Continue reading

Posted in ASP.NET, ASP.NET interview question, ASP.NET training, Csharp interview questions, DataSet, GridView, merge, programming interview questions | Tagged , , , , , , , | 1 Comment