Interview Questions on Asp.net,C#.net & Sql Server


Interview Questions on Asp.net,C#.net & Sql Server Part -I

Interview Questions on Asp.net,C#.net & Sql Server Part -II

Interview Questions on Asp.net,C#.net & Sql Server Part -III


Latest Interview Questions

1) How can you assign page specific attributes in an ASP.NET application?
Ans)

Select from following answers:
  1. @Page
  2. "scrip" attribute
  3. %page%


The @Page directive is responsible for this.
-------------------------------------------------------------------------