ASP.NET Interview Questions
ASP.NET Interview Questions For Job Interview Seekers help to Attend and pass the interview.
- Describe the role of inetinfo.exe, aspnet_isapi.dll andaspnet_wp.exe in the page loading process.
inetinfo.exe is theMicrosoft IIS server running, handling ASP.NET requests among other things.When an ASP.NET request is received (usually a file with .aspx extension),the ISAPI filter aspnet_isapi.dll takes care of it by passing the request tothe actual worker process aspnet_wp.exe.
What’s the difference between Response.Write() andResponse.Output.Write()? - The later one allows you to write formattedoutput.
- What methods are fired during the page load?
- Init() – when the pageis instantiated
- Load() – when the page is loaded into server memory
- PreRender() – the brief moment before the page is displayed to the user asHTML,
Unload() – when page finishes loading. - Where does the Web page belong in the .NET Framework class hierarchy?
System.Web.UI.Page - Where do you store the information about the user’s locale?
System.Web.UI.Page.Culture - What’s the difference between Codebehind=”MyCode.aspx.cs” andSrc=”MyCode.aspx.cs”?
CodeBehind is relevant to Visual Studio.NET only. - What’s a bubbled event?
- When you have a complex control, like DataGrid, writing an event processing
- What’s the difference between Response.Write() andResponse.Output.Write()?
Response.Output.Write() allows you to write formatted output. - What methods are fired during the page load?
Init() – when the page is instantiated
Load() – when the page is loaded into server memory
PreRender() – the brief moment before the page is displayed to the user as HTML
Unload() – when page finishes loading. - When during the page processing cycle is ViewState available?
After the Init() and before the Page_Load(), or OnLoad() for a control. - What namespace does the Web page belong in the .NET Framework class hierarchy?
System.Web.UI.Page - Where do you store the information about the user’s locale?
System.Web.UI.Page.Culture - What’s the difference between Codebehind=”MyCode.aspx.cs” andSrc=”MyCode.aspx.cs”?
CodeBehind is relevant to Visual Studio.NET only. - What’s a bubbled event?
When you have a complex control, like DataGrid, writing an event processing routine for each object (cell, button, row, etc.) is quite tedious. The controls can bubble up their eventhandlers, allowing the main DataGrid event handler to take care of its constituents. - Suppose you want a certain ASP.NET function executed on MouseOver for a certain button. Where do you add an event handler?
Add an OnMouseOver attribute to the button. Example: btnSubmit.Attributes.Add(“onmouseover”,”someClientCodeHere();”); - What data types do the RangeValidator control support?
Integer, String, and Date. - Explain the differences between Server-side and Client-side code?
Server-side code executes on the server. Client-side code executes in the client’s browser. - What type of code (server or client) is found in a Code-Behind class?
The answer is server-side code since code-behind is executed on the server. However, during the code-behind’s execution on the server, it can render client-side code such as JavaScript to be processed in the clients browser. But just to be clear, code-behind executes on the server, thus making it server-side code. - Should user input data validation occur server-side or client-side? Why?
All user input data validation should occur on the server at a minimum. Additionally, client-side validation can be performed where deemed appropriate and feasable to provide a richer, more responsive experience for the user. - What is the difference between Server.Transfer and Response.Redirect? Why would I choose one over the other?
Server.Transfer transfers page processing from one page directly to the next page without making a round-trip back to the client’s browser. This provides a faster response with a little less overhead on the server. Server.Transfer does not update the clients url history list or current url. Response.Redirect is used to redirect the user’s browser to another page or site. This performas a trip back to the client where the client’s browser is redirected to the new page. The user’s browser history list is updated to reflect the new address. - Can you explain the difference between an ADO.NET Dataset and an ADO Recordset?
Valid answers are:
· A DataSet can represent an entire relational database in memory, complete with tables, relations, and views.
· A DataSet is designed to work without any continuing connection to the original data source.
· Data in a DataSet is bulk-loaded, rather than being loaded on demand.
· There’s no concept of cursor types in a DataSet.
· DataSets have no current record pointer You can use For Each loops to move through the data.
· You can store many edits in a DataSet, and write them to the original data source in a single operation.
· Though the DataSet is universal, other objects in ADO.NET come in different versions for different data sources.
- What is the Global.asax used for?
The Global.asax (including the Global.asax.cs file) is used to implement application and session level events. - What are the Application_Start and Session_Start subroutines used for?
This is where you can set the specific variables for the Application and Session objects. - Can you explain what inheritance is and an example of when you might use it?
When you want to inherit (use the functionality of) another class. Example: With a base class named Employee, a Manager class could be derived from the Employee base class. - Describe the difference between inline and code behind.
Inline code written along side the html in a page. Code-behind is code written in a separate file and referenced by the .aspx page. - Explain what a diffgram is, and a good use for one?
The DiffGram is one of the two XML formats that you can use to render DataSet object contents to XML. A good use is reading database data to an XML file to be sent to a Web Service. - Whats MSIL, and why should my developers need an appreciation of it if at all?
MSIL is the Microsoft Intermediate Language. All .NET compatible languages will get converted to MSIL. MSIL also allows the .NET Framework to JIT compile the assembly on the installed computer. - Which method do you invoke on the DataAdapter control to load your generated dataset with data?
The Fill() method. - Can you edit data in the Repeater control?
No, it just reads the information from its data source. - Which template must you provide, in order to display data in a Repeater control?
ItemTemplate. - How can you provide an alternating color scheme in a Repeater control?
Use the AlternatingItemTemplate. - What property must you set, and what method must you call in your code, in order to bind the data from a data source to the Repeater control?
You must set the DataSource property and call the DataBind method. - What base class do all Web Forms inherit from?
The Page class. - Name two properties common in every validation control?
ControlToValidate property and Text property. - Which property on a Combo Box do you set with a column name, prior to setting the DataSource, to display data in the combo box?
DataTextField property. - Which control would you use if you needed to make sure the values in two different controls matched?
CompareValidator control. - How many classes can a single .NET DLL contain?
It can contain many classes.
Sources for Learning HTML.
plz send me C#.asp ang sql qus send this mail.
please send me answer for asp.net interview questions…
please send me all asp .net questions to this email id.
Plz Send Me All Interview Questions Of Asp.Net Or .Net. On My Email Id…………
please send me all .net interview questions
plz send me all the asp.net question with answer
Needed to write you that very little note so as to give many thanks over again with the pleasing tricks you have discussed on this page. It is simply unbelievably open-handed of you to give freely precisely what some people could possibly have made available as an e book to help make some money for themselves, especially seeing that you might well have tried it in case you decided. Those thoughts likewise served as the easy way to realize that most people have similar desire just like my very own to realize a lot more pertaining to this condition. I am sure there are millions of more pleasant occasions up front for individuals who start reading your site.
plz send me all interview ques.in dot net on my email id,,,,,,,,,,,,,
pls send me ASP .ne interview question on this id
pls send me asp.net ,sotware testing,interview question and answer and also about sdlc pdf…
Plss……..send me c# and Asp.net questions with answers……..
plz send me mail all asp.net intrv Qns
thx
plz send me all interview questions of Asp.net or .net……..on my email id….
plz send me all interview questions of Asp.net or .net……..on my email id….
send me all interview questions on .net on my email id.
please send me ado and asp.net question …to this email….
Please Asp.net and Ado.net interview type questions send to this mail id
Please Send me Asp.net Interview Quotation’s
send me all interview questions on .net on my email id.
Sir I am fresher Plz send me the all updated question with answer for interviews.
pls send me update asp.net interview qestion with answer
Please send me all updated interview questions for Dot Net fresher
plese send me more interview quest amd ans
please send me the fresher interview question and answer in asp dot net
please send me the interview question and answer of asp.net
for fresher
please send me asp.net fresher interview question on my email id plssssssss
I am a Fresher.I found the job in Dot net
Plese send me Interview Question and Answers of Dot Net.
For Fresher
Please send me very soon.
Thank You
Please provide few more Dot Net Interview questions for 0-1 years exp ……..people….urgent.
Questions and Answers send at the earliest is appreciated.
Asp.net and Ado.net interview type questions send to this mail id
plz send me fresher interview question and answer asp dot net c# and sql fresher one send mw pdf also thanks i am going interview on monday
its awesome… pls provide some more questions.
thank you
hi,
my name rosy.
plz sent me interview ques&ans of asp.net
on my email id
thanx….
plz send me some interview questions about .net
Please send me all updated interview questions for Dot Net fresher
send me all interview questions on .net on my email id.
Please tel me, some ques. to ASP.NET coz i’m a fresher to do job,so should be related with interview asked ques.
Basu March 4, 2010 at 1:00 am
its good and paste some more questions
Martin February 14, 2010 at 3:31 am
pls send me interview types of questions in my email id…
Martin February 14, 2010 at 3:28 am
Pls send interview types of question based on .net in my email id….
Harsh Kumar February 7, 2010 at 12:29 am
question and answere are very good for fresher.
Irfan Khan February 6, 2010 at 6:59 pm
These questions are so help full. And I need some more frequently asked interview questions and answers…
Sonu Chaudhary January 22, 2010 at 8:33 am
plz more question send on my mail id
Harsh V Sharma January 11, 2010 at 2:52 am
Please Send ME Some More Question of
Session,State management, Cookies,
hi i m vishal panchal
i m a fresher so please send me more questions for my interview.
please frd asp.net Qs nd answers to me
its such a help full to me for my interview.. please send as many question as you can which we found same in most of the time in interview..
But this things its really helpfull to me.. thanks a lot sir..
send many interview questions at my mail
Please send dot net interview questions for freshers to my emaii id.
please….
plzzzzzz send me more questions at my mail id
plz send me updated question in my e-mail id
Please tel me, some ques. to ASP.NET coz i’m a fresher to do job,so should be related with interview asked ques.
its good and paste some more questions
pls send me interview types of questions in my email id…
Pls send interview types of question based on .net in my email id….
question and answere are very good for fresher.
These questions are so help full. And I need some more frequently asked interview questions and answers…
plz more question send on my mail id
Please Send ME Some More Question of
Session,State management, Cookies,
Cache
On My MAil ID
Hi. Can any one please send interview point of questions for DOT NET environment for 3+ year experience??? The topics are, C#, ASP.NET, SQL Server, ADO.NET, IIS, etc. ITS URGENTLY NEEDED. Thanks………….
Hi. Can you send interview point of questions for DOT NET environment for 3+ year experience??? The topics are, C#, ASP.NET, SQL Server, ADO.NET, IIS, etc. ITS URGENTLY NEEDED. Thanks………….
Hii
My Name Suresh Bagra.
I am a Fresher.I found the job in Asp.Net.
Plese send me Interview Question and Answers of Asp.Net.
For Fresher
Plese send all the Question and Answer on my email Id.
Mu Email Id is – [email protected]
Please send me very soon.
Thank You
Hii
My Name Suresh Bagra.
I am a Fresher.I found the job in Asp.Net.
Plese send me Interview Question and Answers of Asp.Net.
For Fresher
Thank You
please send more questions to my email
plzzzzzz send me more questions at my mail id
pls send interview types of questions in my email id.
how to implement webparts?
my project is .net based …give me what type questions ask in yva
Please send all interview questions to my mail id
This is good stuff but, need more …..
Thanks
Very usefull keep sending..
gud mrng
please sent interview questions in my email id
good afternoonnnnnnnnnnnn
pls giv interview point of view question………its a very gud job………
pls sent the interview question in my e mail
Monique, a Leaf fan, originate this definitely persistent to believe. Now, let me goal out that this was in no way an try to articulate one pair is raise than the other. It was upright a regarding to glory two things.
plz send me some more questions asked in interviews frequently.
plz send me more qusn mostly asked in interviews on c#.net and sqlserver
pls giv interview point of view question………its a very gud job………
plz send more ques on my emailid
please send such type of question
can u sent interview and mcsd certification question
Hi. i have a question, i’m developing a web page with asp.net. and i’m not sure what’s more efficent. Lets put this example. I have a database with 2 tables. Order table and OrderDetails table.
i need access to several columns from each table, so my question is..
should I make one query to return the value for each column through TableAdapters OR
should I make one query with all the columns, and then at code-behind separate each column??
Thanks hope you can help me.
pls send more ouestions to my mail
THENQ