Copyrights © 2012 Jatin Kotadiya. All Rights Reserved . Powered by Blogger.

Wednesday, November 28, 2012

QUESTION BANK FOR ASP.NET


I. Give the answer of following in short. ( 2 marks)

  1. Define ASP.NET. Differentiate ASP and ASP.NET.
  2. Justify “ASP.NET is a server-side technology”.
  3. Write a note on inline code page and code behind page.
  4. Explain importance of compiled code.
  5. What do you understand by view state? Explain how ASP.NET maintains view state.
  6. Differentiate InnerHtml and InnerText with example.
  7. Differentiate Html server control and web server control.
  8. What is a Namespace?
  9. What is global.asax?
  10.  Explain CLR.
  11.   What is unstructured error handling?
  12.   Explain .net framework.
  13.   What is the use of causevalidation and validationgroup property of
         asp.net control?
  1. Write a code for bind data to list box control using any collection object.
  2.  What is the purpose of app_theme folder? How to apply theme to a particular page.
  3.   What is postback? Which property is used to identify it?
  4.   What is Asp.Net?
  5.   What are the events of page and when it is executes?
  6.   What is the use of custom Validator?
  7.   Why HTTP is Stateless Protocol?
  8.   What is MSIL? Explain in short how it works.
     22.  Explain in brief the two step compilation process.
     23. What is the difference between inline script and <script>?
     24. What is HTTP? Is it HTTP required for Web Application?
     25.  What is ASP.NET Programming? What are advantages of ASP.NET?
     26.  Define response object.
     27.  What is use Panel Control in ASP.NET?
     28. Define Query String.
     29.  What  is Cookies? State use of Cookies.

     30. What is overloading Function? How is it different from overloading   
            Constructor?

31.    Explain briefly try, catch & throw Statements.
32.    Which are the three command class methods? Explain them briefly.
33.     What is PostBack? When PostBack event is fired and when AutoPostBack event is fired?
34.    List all the Validation controls.
35.    Give regular expression for email address
36.    How the control can be transfer from one page to another page?
37.    Define : Method, Event.
38.    Define : Type Conversion. Write down types of type conversion.
39.    What are IIS and JIT?
40.    State the difference between Checkboxlist control and Checkbox control
41.    What is PostBackUrl property?
42.    Explain how platform independence is achieved in .Net.          
43.    Explain 2 stages complied Code.
44.    Explain the purpose of CommandBuilder Object.
45.    Explain Page directive.
46.    Give the name of four Html-server controls that support serverchange event.
47.    What is purpose of using @ Page directive?
48.    Explain Outlining feature of Visual Studio.
49.    What is the extension of complied code-behind class file?
50.    How can you convert any static HTML control into an HTML-server control?  
51.    Give name of two techniques which provide front-end error handling.
52.    Give the name of two configuration file.   
53.    What is use of id and name properties of HTML server control?          
54.    How many types of cookies are available in ASP.NET? Explain each in brief.
55.    Write use of <% %> symbols.
56.    Write name of base class for Web server controls.
57.    Suppose web page contain one textbox control. By looking in .aspx file how will you identify whether it is Html-sever or Web-server control?
58.    What data types does the RangeValidator control support?     
59.    How can you bind an event to method?
60.    What are ASP.NET Web Forms?
61.    What type of code (server or client) is found in a Code-Behind class?
62.    Give the name of control for which post back property by default is enable (true).
63.    What is viewstate. How Asp.Net manages?
64.    What is master page?
65.    What is theme?



66.    What is the extension of user control page.?
67.    What SiteMapPath in Asp.NET?
68.    What is web.config file? Compare with machine.config.
69.    What FileUpload Control in ASP.NET?



II. Long questions: (5- 6 marks)

  1. Write a note on CLR.
  2. Explain the life cycle of a web page with relevant events.
  3. What do you mean by post back? Explain various events occurred during post back. Also explain how will you apply view state at page level as well as control level.
  4. What do you mean by literal control? Explain how it is useful in table server control with example.

     5.   What is ASP.Net? Explain feature of ASP.Net over ASP.
      Also Explain page-processing sequence of ASP.Net web page.
  1. Write short note on:
Validation Server Control
               OR
HTML Server Control
  1. Explain ADRotator asp.net control.
  2. Explain common properties of list control of ASP.Net.
  3. Write design code for bind ename field of emp table to checklistbox control using sqldatasource asp.net control.

  1. Write sort note on Event Driven Programming
  2. Explain the featuresof ASP.Net.
  3. Explain the various data types in vb.net.
  4. Write the difference between the following:
(a)   Static Web Page and Dynamic Web page.
(b)   Html control and HTML Server Control.
(c)   Range Validator and Compare Validator.

  1. Explain the following:
(a)   Validaton Control.
(b)   Hidden Field
(c)   TextBox
(d)   Radio Button

15. Write a program to use drop down list that display the backgraound color of page on selection of color from the list’
Select Color
V
Red
Green
Blue
  Show Color
If color is not selected display proper error message using validation control
  1. How to define property in vb.net with its access specifier.
  2. Write a Detail note on .Net Framework.    
  3. Explain in detail Client Side & Server Side Dynamic Web Pages.
  4.   Write a Detailed note on ASP Web Controls.
19. Write short notes (any 2 out of 3)         

            1)         Array list.       
            2)         Hash Table.
      3)         Sorted List.

20. Write code for the webpage demonstrating the use of array list.
21. What is CSS in ASP.NET? Compare CSS with HTML.
22. What is template in ASP.NET? Explain benefits of ASP.NET.
23. What is State in ASP.NET? Explain each state in detail.
24. Explain Global Applications file in detail.
25.  List out Validation Controls. What is necessity of validations? Explain
      CompareTo and RequiredFieldValidator in detail.
26.    ASP.NET provider Model with its diagram.
            What is ASP.Net? Explain feature of ASP.Net over ASP.
27.    Also Explain page-processing sequence of ASP.Net web page.
28.    Explain any two HTML Controls . Also Compare with Server Controls.
29.    Explain AdRotator ASP.NET control.
30.    Write a Note on Modularization & Mechanism to achieve it.
31.    Explain the two stages of compilation process with diagram.
32.    Explain ASP.NET Page Life Cycle.
33.    Explain Delegates with examples.
34.    State Advantages & disadvantages of web server controls & html server controls.
35.    Difference between asp and asp.net.
36.    List all validation controls. Explain Regular Expression & Compare validation controls in details.
37.    What is Data Binding? Which are 2 types of data binding? Explain any one in details with examples.
38.    Difference between ADO and ADO.Net.
39.    Which are the 3 Command class methods? Explain them briefly.
40.    Write a code to insert, delete, update, select record from the database using Ado.net Class method (Connection class, command class, etc.).
41.    Explain Query String Collection. State its limitation.
42.    Explain cookies in detail with Examples.
43.    What is Session Management? Explain its members(cookieless, Timeout, Mode)
44.    List out all properties of HttpRequest Class and Explain any four out of it.
45.    List out all properties of HttpResponse Class and Explain any four out of it
46.    Explain Response.Redirect() . How its differ from Server.Transfer()?
47.    What is a Data List control? Explain all its Templates & Styles Members.
48.    How Datagrid is superior than datalist & repeater controls. Explain any 5 datagrid Members.
49.    Explain Independence user controls with examples.
50.    Explain Integrated user controls with examples.
51.    List out all Web services Standards.
52.    Explain WSDL with all its elements.
53.    Expalin SOAP in details
54.    Web services Data Type.
55.    Explain : 1) Range Validator Control  (2) Required Field Validator.
56.    Define: State Management. Explain server side state management techniques.
57.    Discuss the process of execution for web application. Aslo State how .NET applications become platform independent.
58.    State the difference between DataSet and DataReader. In which situation DataReaders are useful?
59.    Database: stud(Rollno,name,mark1,mark2,mark3)
Write  code to Insert a new record in the database using the concept of disconnected access to database.
60.    Explain following web server controls:
1)     Text box
2)     Checkbox list
61.    Database : stud(Rollno,name,mark1,mark2,mark3)
Write code to display the result of a particular student.

62.    Explain the following web server controls:
1)     Panel
2)     RadioButton list
63.    Explain how .NET applications are interacting with web server.
64.    Compare .Net and Java.   
65.    Explain any 6 common properties of HTML-server control.
66.    Explain Literal server control & file server control.
67.    Explain cause validation, enablethemeing, and enableviewstate.
68.    What is Databinding. How to bind collection object to the listbox.
69.    Write a code for binding data to Radio button listbox control at design time.
70.    Explain server side v/s client side validation control.
71.    Explain Master page. Describe runtime behaviour of Master page.
72.    What is the purpose of App_theme folder? How to apply theme to a particular page.
73.    How to bind any column of a database to listbox control using SqlDataSource control. Explain it with example.
74.    What is CustomError tag of web.cofig file?
75.    Explain Treeview  Control.
76.    Explain Menu control with example.
77.    What is User Control? How the User Control is created? Explain in brief its events and limitations.
78.    What is Master page? Why it is needed? Give benefits of it. Also give example of nested master page.
79.    What is User control? Give comparisons of User controls with master pages.
80.    What is user profile? Explain with example,
81.    Define TreeView Control. Give an example of TreeView with Dabase.
82.    Explain Hidden control with example.





1 comments:

  1. I blog quite often and I really appreciate your information. Your article has truly peaked my interest. I am going to bookmark your site and keep checking study for new details about once a week.


    Dot Net Training in Chennai | Dot Net Training in anna nagar | Dot Net Training in omr | Dot Net Training in porur | Dot Net Training in tambaram | Dot Net Training in velachery







    ReplyDelete