View Full Version : Asp.Net
- What is the difference between a Stored procedure and function
- What is the main use of Response.Output.Write()
- In a Code-Behind class generally which type of code is found
- What are the different methods that are used during the page load
- Which data types are supported by the RangeValidator control
- To match the two different controls which control would we use
- Is it necessary to create a Windows application or Web application to test
- To which side does the user input data validation occur? Explain reasons for it
- When is the ViewState available during the page processing cycle
- When the user control event occur in ASp page life cycle
- Explain the Application Start and Session_Start subroutines with examples
- Explain how server control validation controls works
- How do you get records number from 5 to 15 from a dataset of 100 records
- What is the difference of a LEFT JOIN and an INNER JOIN statement
- What is a Cartesian product? What causes it
- Describe and In Process Vs Out of Process component. Which is faster
- What are the main components of the ADO object model? How are they used
- What is the T-SQL equivalent of IIF function of other languages
- what are the names of webserver a)DMZ b)DNSc)Active Directory d)Database lookup
- In what order do the events of an ASPX page execute, why is it important
- What is the method used to load generated dataset with data on DataAdapter control
- Is it possible to persiste customize object in view state? how it is
- User contro having 4 text boxes given validation control
- What does the "EnableViewState" property do? Why would I want it on or off
- What is an iHTTPModule, and explain its implementation with its limitations
- To call a Web service SOAP which transport protocol you use
- Which color scheme in a Repeater control can you provide alternatively
- What is the difference between Server.Transfer and Response.Redirect
- Briefly describe different techniques for ASP.NET State Management
- What are different ASP.NET Web Forms with the technology different from though ASP
- What definition correctly defines a label server control with the name set to lblHoop
- What ASP.NET object encapsulates the state of the client and the browser
- What is the purpose of the following segment
- When working with ASP.Net server controls
- When an ASP.NET server control is added to a web form
- What is the function of the CustomValidator
- Given an ASP.NET Web Form called WebFrom1
- What is the Web.config file used for
- What layout mode is the default when a new Web Form is created
- the SelectIndexChanged event for a ListBox Control, you find that the event handler
- What is the result when the Web Form containing the following line is complied
- After building the custom control, you test it by adding an ASP.Net web application
- What method must be overridden in a custom control
- How do you enable tracing
- What is a transaction
- What object is used to encapsulate a rowset
- What property is used on the datatable to indicate a conflict after an update
- When would you not use the oleDbConnection object
- On what object is the transaction in ADO.NET focused
- methods are used to improve the speed of the fill() method of the DataAdapter
- You are using the try? catch block seen in the following code segment
- You need to retrieve data from a Microsoft SQL Server 2000.
- the data from the combination of DataTable objects in a Parent/Child manner
- What line in the following XML document will generate an error
- expose the data that is stored in a database on the server to successfully
- your manager has asked you to describe what you would use application variables
- to extract information from these XML documents according to criteria of users
- ASP.NET displays sales data on a page to improve performance by page in memory
- create an ASP.NET application for a hotel for current weather conditions in city
- ow many rules are there regarding a well formed XML document
- ASP.NET function executed on MouseOver overa certain button
- What data type does the RangeValidator control support
- Explain the differences between Server-side and Client-side code
- What type of code (server or client) is found in a Code-Behind class
- Should validation occur server-side or client-side
- Can you explain the difference between an ADO.NET Dataset and an ADO Recordset
- Can you give an example of the Application_Start and session_start subroutines
- Which template must you provide, in order to display data in a Repeater control
- How can you provide an alternating color scheme in a Repeater control
- What base class do all Web Forms inherit from
- Name two properties common in every validation control
- What tag do you use to add a hyperlink column to the DataGrid
- What does WSDL stand for
- Where on the Internet would you look for Web services
- How ASP and ASP.NET page works
- What is the transport protocol you use to call a Web service
- What tags do you need to add within the asp:datagrid tags to bind columns manually
- Which control would you use to make the values in two different contols matched
- What property must you set, and method to call in your code
- Difference between ASP Session and ASP.NET Session
- What is cookie less session? How it works
- What are the different ways you would consider sending data across pages in ASP
- What are the disadvantages of view state / what are the benefits
- What is role-based security
- Explain autherization levels in .net
- Explain authentication levels in .net
- How to do Forms authentication in asp.net
- How .Net has implemented security for web applications
- What are the objects used in ASP for processing input and outputs
- Security types in ASP/ASP.NET? Different Authentication modes
- How can u handle Exceptions in Asp.Net
- How can you debug an ASP page, without touching the code
- How to do Caching in ASP
- What is the Global ASA(X) File
- Asp.net - How to find last error which occurred
- How do you use css in asp.net
- Which two properties are there on every validation control
- How do you implement postback with a text box
- What is postback and usestate
- What are the different ways of processing data in ASP page in the server side
- What is State Management in .Net and how many ways are there to maintain a state .net
- How do you specify whether your data should be passed as Query string and Forms
- How can u handle Un Managed Code Exceptions in ASP.Net?
- What is the other method, other than GET and POST, in ASP.NET
- What are different transaction options
- What are the page level transaction and class level transaction
- What is the namespace for encryption
- What is the difference between application and cache variables
- What is the difference between control and component
- What is the use of sessionstate tag in the web.config file
- What are the different modes for the sessionstates in the web.config file
- Any alternative to avoid name collisions other then Namespaces
- Which is the namespace used to write error message in event Log File
- What are validators? Name the Validation controls in asp.net? How do u disable them
- How you will handle session when deploying application in more than a server
- Describe session handling in a webfarm, how does it work and what are the limits
- If You ve defined one page_load event in aspx page and same page_load event in code
- When maintaining session through Sql server impact of Read and Write operation
- What is smart navigation
- How do you validate the controls in an ASP .NET page
- What is a DLL Hell Problem in .Net
- Difference between DataView and DataTable
- What data type does the Range Validator control support
- How to manage pagination in a page
- What methods are fired during the page load
- How to convert a string into an Integer in ASP.net
- What is postback implementation?when pre-render event n init event is fired
- What tags do you need to add within the asp:datagrid tags to bind columns manually
- How would you get ASP.NET running in Apache web servers
- Can the validation be done in the server side Or Client side
- Explain the life cycle of an ASP .NET page
- How can u display multi language (i.e english,spanish...) web site
- Main difference between asp.net2.0,asp.net1.1,asp.net1.0
- Where would you use an iHTTPModule, and its limitations of implementing one
- When during the page processing cycle is ViewState available
- Where do you add an event handler
- What?s the difference between Response. Write() and Response Output.Write()
- What is the difference between Codebehind="MyCode.aspx.cs" andSrc="MyCode.aspx.cs"
- Can you explain what inheritance is and give an example of when you might use it
- Describe the difference between inline and code behind
- What is the Global.asax used for
- What are the Application_Start and Session_Start subroutines used for
- What data types do the RangeValidator control support
- Why Should user input data validation occur server-side or client-side
- What namespace does the Web page belong in the .NET Framework class hierarchy
- Describe the role of inetinfo.exe, aspnet_isapi.dll andaspnet_wp.exe
- What type of code (server or client) is found in a Code- Behind class
- If you want a certain ASP.NET function executed on MouseOver for a certain button
- DataSource, to display data in the combo box
- How many classes can a single .NET DLL contain
- What is the lifespan for items stored in ViewState
- How is a property designated as read-only
- How to find the client browser type
- About Usage of server variables
- About the Usage of htmlencode and urlencode
- About dataset and data mining
- Describe about response.buffer and repsonse.flush
- What are the main advantage of .net
- How many types of session in asp.net2.0
- What is the difference between native code & managed code
- Define Query Interface,Adref,Release
- In what languages ASP written
- What are session variables
- How do we make a property read only
- Why do we use Option Explicit
- What is the differance between .DLL & .EXE
- What is caching? What are the different types of caching
- What are ASP.NET Web Forms how is this technology different than ASP
- How do you create a permanent cookie
- What is the Difference between user and server controls
- What are the different types of Session state management with ASP.NET
- How would ASP and ASP.NET applications run at the same time on the same server
- What is the role of global.asax
- Which control would you needed to make values in two different controls matched
- What are the major differences between asp.net1.1 and asp.net 2.0
- What is the Difference between Dim Object as object AND dim obj as myform
- the remote debugger installed with vs.net 2002,with vs.net 2003
- Can the action attribute of a server-side tag to set values from page to sub pages
- which property on combo box wii set a column name
- What are the types of ASP objects
- Difference between application and session
- What is web application virtual directory
- Can two web applications share a session and application variable
- Difference between Active Exe and Dll
- Can the dictionary object be created in client?s scope
- How do you make your site SSL enabled
- How do you manage session in ASP and ASP.NET
- How do you handle in case of SQLServer mode
- How do you add a javascript function for a link button in a datagrid
- How do you trap errors in ASP and how do you invoke a component in ASP
- What is the syntax for datagrid and specifying columns
- Features and disadvantages of dataset
- Usage of web.configuration
- Caching techniques in .NET
- What are runtime hosts
- What is machine.config and web.config
- Difference between datareader and dataset
- Difference between .NET and previous version
- Types of session management in ASP.NET
- What is reflection and disadvantages of reflection
- How do you perform validations
- How to check null values in dataset
- Difference between Active Exe and Activex dll
- Types of state management techniques
- What is runtime host
- Any disadvantages in Dataset and in reflection
- Types of objects in ASP
- About web methods and its various attributes
- What is an application domain
- What are the various authentication mechanisms in ASP.NET
- Can we store PROGID information in database and dynamically load the component
- How to send a DataReader as a parameter to a remote client
- How do you pass session values from one page to another
- What is the difference between session state and session variables
- How do you do validations. Whether client-side or server-side validations are better
- How to transpose rows into columns and columns into rows in a multi-dimensional array
- What is custom control. What is the difference between custom control , user control
- How do you handle session management in ASP.NET and how do you implement them
- Can we make activex dll also ti execute in some process as that of client
- I create an instance of a dll and without invoking any method can i send next page
- Difference between dynamic query and static query
- What is early binding and Late binding. Difference which is better
- What ?ll u do in early and late binding
- multiuse,singleuse and globalmultiuse and which is default
- Different types of validation controls in asp.net
- Tell About Web.config
- When web.config is called
- How Response.flush works in server.Execute
- What is SOAP, UDDI and WSDL
- What is caching and types of caching
- How do you set language in web.cofig
- How many web.config a application can have
- What is the need of client side and server side validation
- What is Response.Flush method
- Difference between server.Execute and response.redirect
- What is JIT, what are types of JITS and their purpose
- What is dataset and uses of dataset
- What is CTS, CLS and CLR
- What is difference between ASP and ASP.NET
- How does dataset acts in a disconnected fashion
- What are various authentication mechanisms in ASP.NET
- What is binding in web service
- What is web.config and machine.config
- Life cycle of ASP.NET page when a request is made
- How do you declare delegates and invoke them
- About friend and Protected friend
- Difference between Trace and Debug
- Difference between Dataset and DataReader
- Types of authentications in ASP.NET
- How to authenticate users using web.config