Pages

Sunday, December 20, 2009

Frequently asked ASP.Net Interview Questions List ASP.Net Interview Questions

Frequently asked ASP.Net Interview Questions List ASP.Net Interview Questions


1. Explain the differences between Server-side and Client-side code?
2. What type of code (server or client) is found in a Code-Behind
class?
3. Should validation (did the user enter a real date) occur
server-side or client-side? Why?
4. What does the "EnableViewState" property do? Why would I want it on or off?
5. What is the difference between Server.Transfer and

Friday, December 18, 2009

Earn money with PayPal through the referral bonus program Get PayPal Account PayPal Referral Bonus

Earn money with PayPal through the referral bonus program Get PayPal Account PayPal Referral Bonus
https://www.paypal.com/
First login to your PayPal account, then click on "Referrals" at the footer of the site, as you can see in the following image:

Within the page will find the referral link and the official PayPal banner and HTML code.

Paste this HTML code to your site or blog ..

Thursday, December 17, 2009

Interview Questions: C# ASP.NET DataGrid Questions Interview What is datagrid Hide the columns Customize the Column Formatting to the data inside the cells Reference MSDN


ASP.NET DataGrid Questions 
Interview Questions: C#

1.      What is datagrid? The DataGrid Web server control is a powerful tool for displaying information from a data source. It is easy to use; you can display editable data in a professional-looking grid by setting only a few properties. At the same time, the grid has a sophisticated object model that provides you with great flexibility in how you display the data.