PDA

View Full Version : Asp.Net



Pages : [1] 2

  1. What is the difference between a Stored procedure and function
  2. What is the main use of Response.Output.Write()
  3. In a Code-Behind class generally which type of code is found
  4. What are the different methods that are used during the page load
  5. Which data types are supported by the RangeValidator control
  6. To match the two different controls which control would we use
  7. Is it necessary to create a Windows application or Web application to test
  8. To which side does the user input data validation occur? Explain reasons for it
  9. When is the ViewState available during the page processing cycle
  10. When the user control event occur in ASp page life cycle
  11. Explain the Application Start and Session_Start subroutines with examples
  12. Explain how server control validation controls works
  13. How do you get records number from 5 to 15 from a dataset of 100 records
  14. What is the difference of a LEFT JOIN and an INNER JOIN statement
  15. What is a Cartesian product? What causes it
  16. Describe and In Process Vs Out of Process component. Which is faster
  17. What are the main components of the ADO object model? How are they used
  18. What is the T-SQL equivalent of IIF function of other languages
  19. what are the names of webserver a)DMZ b)DNSc)Active Directory d)Database lookup
  20. In what order do the events of an ASPX page execute, why is it important
  21. What is the method used to load generated dataset with data on DataAdapter control
  22. Is it possible to persiste customize object in view state? how it is
  23. User contro having 4 text boxes given validation control
  24. What does the "EnableViewState" property do? Why would I want it on or off
  25. What is an iHTTPModule, and explain its implementation with its limitations
  26. To call a Web service SOAP which transport protocol you use
  27. Which color scheme in a Repeater control can you provide alternatively
  28. What is the difference between Server.Transfer and Response.Redirect
  29. Briefly describe different techniques for ASP.NET State Management
  30. What are different ASP.NET Web Forms with the technology different from though ASP
  31. What definition correctly defines a label server control with the name set to lblHoop
  32. What ASP.NET object encapsulates the state of the client and the browser
  33. What is the purpose of the following segment
  34. When working with ASP.Net server controls
  35. When an ASP.NET server control is added to a web form
  36. What is the function of the CustomValidator
  37. Given an ASP.NET Web Form called WebFrom1
  38. What is the Web.config file used for
  39. What layout mode is the default when a new Web Form is created
  40. the SelectIndexChanged event for a ListBox Control, you find that the event handler
  41. What is the result when the Web Form containing the following line is complied
  42. After building the custom control, you test it by adding an ASP.Net web application
  43. What method must be overridden in a custom control
  44. How do you enable tracing
  45. What is a transaction
  46. What object is used to encapsulate a rowset
  47. What property is used on the datatable to indicate a conflict after an update
  48. When would you not use the oleDbConnection object
  49. On what object is the transaction in ADO.NET focused
  50. methods are used to improve the speed of the fill() method of the DataAdapter
  51. You are using the try? catch block seen in the following code segment
  52. You need to retrieve data from a Microsoft SQL Server 2000.
  53. the data from the combination of DataTable objects in a Parent/Child manner
  54. What line in the following XML document will generate an error
  55. expose the data that is stored in a database on the server to successfully
  56. your manager has asked you to describe what you would use application variables
  57. to extract information from these XML documents according to criteria of users
  58. ASP.NET displays sales data on a page to improve performance by page in memory
  59. create an ASP.NET application for a hotel for current weather conditions in city
  60. ow many rules are there regarding a well formed XML document
  61. ASP.NET function executed on MouseOver overa certain button
  62. What data type does the RangeValidator control support
  63. Explain the differences between Server-side and Client-side code
  64. What type of code (server or client) is found in a Code-Behind class
  65. Should validation occur server-side or client-side
  66. Can you explain the difference between an ADO.NET Dataset and an ADO Recordset
  67. Can you give an example of the Application_Start and session_start subroutines
  68. Which template must you provide, in order to display data in a Repeater control
  69. How can you provide an alternating color scheme in a Repeater control
  70. What base class do all Web Forms inherit from
  71. Name two properties common in every validation control
  72. What tag do you use to add a hyperlink column to the DataGrid
  73. What does WSDL stand for
  74. Where on the Internet would you look for Web services
  75. How ASP and ASP.NET page works
  76. What is the transport protocol you use to call a Web service
  77. What tags do you need to add within the asp:datagrid tags to bind columns manually
  78. Which control would you use to make the values in two different contols matched
  79. What property must you set, and method to call in your code
  80. Difference between ASP Session and ASP.NET Session
  81. What is cookie less session? How it works
  82. What are the different ways you would consider sending data across pages in ASP
  83. What are the disadvantages of view state / what are the benefits
  84. What is role-based security
  85. Explain autherization levels in .net
  86. Explain authentication levels in .net
  87. How to do Forms authentication in asp.net
  88. How .Net has implemented security for web applications
  89. What are the objects used in ASP for processing input and outputs
  90. Security types in ASP/ASP.NET? Different Authentication modes
  91. How can u handle Exceptions in Asp.Net
  92. How can you debug an ASP page, without touching the code
  93. How to do Caching in ASP
  94. What is the Global ASA(X) File
  95. Asp.net - How to find last error which occurred
  96. How do you use css in asp.net
  97. Which two properties are there on every validation control
  98. How do you implement postback with a text box
  99. What is postback and usestate
  100. What are the different ways of processing data in ASP page in the server side
  101. What is State Management in .Net and how many ways are there to maintain a state .net
  102. How do you specify whether your data should be passed as Query string and Forms
  103. How can u handle Un Managed Code Exceptions in ASP.Net?
  104. What is the other method, other than GET and POST, in ASP.NET
  105. What are different transaction options
  106. What are the page level transaction and class level transaction
  107. What is the namespace for encryption
  108. What is the difference between application and cache variables
  109. What is the difference between control and component
  110. What is the use of sessionstate tag in the web.config file
  111. What are the different modes for the sessionstates in the web.config file
  112. Any alternative to avoid name collisions other then Namespaces
  113. Which is the namespace used to write error message in event Log File
  114. What are validators? Name the Validation controls in asp.net? How do u disable them
  115. How you will handle session when deploying application in more than a server
  116. Describe session handling in a webfarm, how does it work and what are the limits
  117. If You ve defined one page_load event in aspx page and same page_load event in code
  118. When maintaining session through Sql server impact of Read and Write operation
  119. What is smart navigation
  120. How do you validate the controls in an ASP .NET page
  121. What is a DLL Hell Problem in .Net
  122. Difference between DataView and DataTable
  123. What data type does the Range Validator control support
  124. How to manage pagination in a page
  125. What methods are fired during the page load
  126. How to convert a string into an Integer in ASP.net
  127. What is postback implementation?when pre-render event n init event is fired
  128. What tags do you need to add within the asp:datagrid tags to bind columns manually
  129. How would you get ASP.NET running in Apache web servers
  130. Can the validation be done in the server side Or Client side
  131. Explain the life cycle of an ASP .NET page
  132. How can u display multi language (i.e english,spanish...) web site
  133. Main difference between asp.net2.0,asp.net1.1,asp.net1.0
  134. Where would you use an iHTTPModule, and its limitations of implementing one
  135. When during the page processing cycle is ViewState available
  136. Where do you add an event handler
  137. What?s the difference between Response. Write() and Response Output.Write()
  138. What is the difference between Codebehind="MyCode.aspx.cs" andSrc="MyCode.aspx.cs"
  139. Can you explain what inheritance is and give an example of when you might use it
  140. Describe the difference between inline and code behind
  141. What is the Global.asax used for
  142. What are the Application_Start and Session_Start subroutines used for
  143. What data types do the RangeValidator control support
  144. Why Should user input data validation occur server-side or client-side
  145. What namespace does the Web page belong in the .NET Framework class hierarchy
  146. Describe the role of inetinfo.exe, aspnet_isapi.dll andaspnet_wp.exe
  147. What type of code (server or client) is found in a Code- Behind class
  148. If you want a certain ASP.NET function executed on MouseOver for a certain button
  149. DataSource, to display data in the combo box
  150. How many classes can a single .NET DLL contain
  151. What is the lifespan for items stored in ViewState
  152. How is a property designated as read-only
  153. How to find the client browser type
  154. About Usage of server variables
  155. About the Usage of htmlencode and urlencode
  156. About dataset and data mining
  157. Describe about response.buffer and repsonse.flush
  158. What are the main advantage of .net
  159. How many types of session in asp.net2.0
  160. What is the difference between native code & managed code
  161. Define Query Interface,Adref,Release
  162. In what languages ASP written
  163. What are session variables
  164. How do we make a property read only
  165. Why do we use Option Explicit
  166. What is the differance between .DLL & .EXE
  167. What is caching? What are the different types of caching
  168. What are ASP.NET Web Forms how is this technology different than ASP
  169. How do you create a permanent cookie
  170. What is the Difference between user and server controls
  171. What are the different types of Session state management with ASP.NET
  172. How would ASP and ASP.NET applications run at the same time on the same server
  173. What is the role of global.asax
  174. Which control would you needed to make values in two different controls matched
  175. What are the major differences between asp.net1.1 and asp.net 2.0
  176. What is the Difference between Dim Object as object AND dim obj as myform
  177. the remote debugger installed with vs.net 2002,with vs.net 2003
  178. Can the action attribute of a server-side tag to set values from page to sub pages
  179. which property on combo box wii set a column name
  180. What are the types of ASP objects
  181. Difference between application and session
  182. What is web application virtual directory
  183. Can two web applications share a session and application variable
  184. Difference between Active Exe and Dll
  185. Can the dictionary object be created in client?s scope
  186. How do you make your site SSL enabled
  187. How do you manage session in ASP and ASP.NET
  188. How do you handle in case of SQLServer mode
  189. How do you add a javascript function for a link button in a datagrid
  190. How do you trap errors in ASP and how do you invoke a component in ASP
  191. What is the syntax for datagrid and specifying columns
  192. Features and disadvantages of dataset
  193. Usage of web.configuration
  194. Caching techniques in .NET
  195. What are runtime hosts
  196. What is machine.config and web.config
  197. Difference between datareader and dataset
  198. Difference between .NET and previous version
  199. Types of session management in ASP.NET
  200. What is reflection and disadvantages of reflection
  201. How do you perform validations
  202. How to check null values in dataset
  203. Difference between Active Exe and Activex dll
  204. Types of state management techniques
  205. What is runtime host
  206. Any disadvantages in Dataset and in reflection
  207. Types of objects in ASP
  208. About web methods and its various attributes
  209. What is an application domain
  210. What are the various authentication mechanisms in ASP.NET
  211. Can we store PROGID information in database and dynamically load the component
  212. How to send a DataReader as a parameter to a remote client
  213. How do you pass session values from one page to another
  214. What is the difference between session state and session variables
  215. How do you do validations. Whether client-side or server-side validations are better
  216. How to transpose rows into columns and columns into rows in a multi-dimensional array
  217. What is custom control. What is the difference between custom control , user control
  218. How do you handle session management in ASP.NET and how do you implement them
  219. Can we make activex dll also ti execute in some process as that of client
  220. I create an instance of a dll and without invoking any method can i send next page
  221. Difference between dynamic query and static query
  222. What is early binding and Late binding. Difference which is better
  223. What ?ll u do in early and late binding
  224. multiuse,singleuse and globalmultiuse and which is default
  225. Different types of validation controls in asp.net
  226. Tell About Web.config
  227. When web.config is called
  228. How Response.flush works in server.Execute
  229. What is SOAP, UDDI and WSDL
  230. What is caching and types of caching
  231. How do you set language in web.cofig
  232. How many web.config a application can have
  233. What is the need of client side and server side validation
  234. What is Response.Flush method
  235. Difference between server.Execute and response.redirect
  236. What is JIT, what are types of JITS and their purpose
  237. What is dataset and uses of dataset
  238. What is CTS, CLS and CLR
  239. What is difference between ASP and ASP.NET
  240. How does dataset acts in a disconnected fashion
  241. What are various authentication mechanisms in ASP.NET
  242. What is binding in web service
  243. What is web.config and machine.config
  244. Life cycle of ASP.NET page when a request is made
  245. How do you declare delegates and invoke them
  246. About friend and Protected friend
  247. Difference between Trace and Debug
  248. Difference between Dataset and DataReader
  249. Types of authentications in ASP.NET
  250. How to authenticate users using web.config