After a last couple of month (serious ) job hunt ended with an offer with Cognizant, an multinational IT giant in India. As a asp.net blogger, I missed out a lot for the last few months. Hope this change will make a difference in all aspects. At the same time, I want to thank my previous company colleagues and friends for their wonderful support during my tenure there. Be cognizant!!!
Wednesday, August 27, 2014
Thursday, July 17, 2014
Daily Interview Question #14 : What is Cross-Page Posting?
By
Francis
Posted at
1:22 PM
ASP.Net Interview Questions
No comments
Cross page posting is used to submit a page (page1.aspx) to another page (page2.aspx). However, the user can still able to access the first page’s (page1.aspx) controls, properties etc in the second page (page2.aspx). In order to access the first page’s control, we have to use “Previouspage” property.
Sunday, July 13, 2014
Daily Interview Question #13 : What is “Postback”?
By
Francis
Posted at
4:42 PM
ASP.Net Interview Questions
No comments
In ASP.Net postback means, page posted back itself to the server(IIS) whenever an event triggered. That is, page is submitted to the same url. The event may be a button click or dropdown list changed etc. Postback can be identified by IsPostBack() property, to detect the page object is created due to postback.
Tuesday, July 8, 2014
Daily Interview Question #12 : What is the purpose of “sealed” keyword in C#?.
By
Francis
Posted at
6:31 PM
C# Interview Questions
No comments
Wednesday, June 25, 2014
Daily Interview Question #11 : What are the different Session Modes available in ASP.Net?
By
Francis
Posted at
5:07 PM
ASP.Net Interview Questions
No comments
In ASP.Net, “Session Mode” denotes where the ASP.Net application is going to store the user session information. This can be specified in the Web.Config file by the “SessionState” config element under the “System.Web” config Element.
- Learn By Experience: SMS Gateways
- ASP.Net Forums - FAQ #2 : ASP.Net Project Ideas
- ASP.Net Forums – FAQ #1 : How to enable Adsense in my site?
- Main components of .Net Framework
- ASP.Net Forums–FAQ #6: ASP.Net Session Expired Problem
- How to Send SMS From ASP.Net Web Application?
- Visual Studio Tips & Tricks: 2 – Create Virtual Directory Problem
- Visual Studio Tips & Tricks–10 : How to Change the color theme in Visual Studio 2015?
- CRUD Operation - ASP.Net MVC with ADO.Net
- .Net Architecture