التخطي إلى المحتوى الرئيسي

المشاركات

عرض الرسائل ذات التصنيف ASP.NET WEB FORMS

ASP.NET Web Forms,ASP.NET Classic

ASP.NET Web Forms,ASP.NET Classic:- ASP.NET is a web technology of Microsoft that is used to create Dynamic Web Application using Server Side Controls. It provides Drag and drops approach to create user-interface, It also provides rapid application development so that we can create an application in less time and less resource. It will be served by IIS Server separately or the localhost. ASP means an active server page, it is an old approach of Microsoft which was enhanced by the ASP.NET MVC framework. It contains .aspx web page for design and .aspx.cs or .aspx.vb for code behind file. ASP.NET Web forms provide common controls (TextBox,Button,Radio Button,CheckBox,DropDownList,ListBox),Navigation(Menu,SiteMap),Data Source(SQLDataSource,ObjectDataSource),Data bound (GridView,ListView,Data List,Repeater) etc ASP.NET Webforms also provide a master page to create a common layout system. It also contains User management using  User Access Control.

ASP.NET CLASSIC or ASP.NET WEB FORMS Interview Question

ASP.NET MVC Interview Question :- 1)  What is global.aspx file 2)  what  is web.config file ,how we write connection string ? 3)  What is authentication and authorization in ASP.NET ,how many ways to implement authentication? 4)  What is ViewState ,How many type of ViewState in .aspx? 5)  What is difference between Response.Redirect and Server.Transfer()? 6)  What is State management  ? 7)  How many type of Session Object will be created  in ASP.NET Classic? 8) Difference between LISTVIEW , GRIDVIEW,REPEATER,DETAILSVIEW? 9)  Difference between SQLDatasource and ObjectDataSource Control? 10) How we can implement AJAX  using server side and client side both. 11)  What is user control,template control and custom control in ASP.NET? 12)  Report generation in ASP.NET classic? 13)  ASP.NET Page life cycle? 14)  How you can count number of current users in particular page and all...