asp questions

27
how many states are there in asp.net? gowri prasad channur . .. What base class do all Web Forms inherit from? Srikanth Gunti Which of the following is Executes the Command and returns a Single Value. Srikanth Gunti What data types do the RangeValidator control supports? Srikanth Gunti How ASP .NET different from ASP? - ramani What methods are fired during the page load? ramani How to remove caching from asp.net pages? Bindhu N Prabhu Can You Edit in Repeater Control? Senthil Athii You have a table, say tbl_student .... and the table containds data .... what will happen upon a query "delete form tbl_student where 1=1" Shalu Ajit Which of the following are grouped as web-form events in asp.net R Sudha Default session timeout in asp.net is R Sudha Suppose the default session timeout is 20 minutes. The session would end before the timeout period if, R Sudha Which one of the following lists all the application event handlers in asp.net R Sudha 3 types of server control events in asp.net are R Sudha how to persist the data in ASP.net sreddy Which of the following session modes do not fire Session_End event in global.asax ? InProc, StateServer,SQLServer Basavaraj

Upload: nagarjuna-ispat

Post on 27-Nov-2014

117 views

Category:

Documents


1 download

TRANSCRIPT

Page 1: ASP Questions

how many states are there in asp.net? gowri prasad channur ...

What base class do all Web Forms inherit from? Srikanth Gunti

Which of the following is Executes the Command and returns a Single Value.

Srikanth Gunti

What data types do the RangeValidator control supports? Srikanth Gunti

How ASP .NET different from ASP? - ramani

What methods are fired during the page load? ramani

How to remove caching from asp.net pages? Bindhu N Prabhu

Can You Edit in Repeater Control? Senthil Athii

You have a table, say tbl_student .... and the table containds data .... what will happen upon a query "delete form tbl_student where 1=1"

Shalu Ajit

Which of the following are grouped as web-form events in asp.net R Sudha

Default session timeout in asp.net is R Sudha

Suppose the default session timeout is 20 minutes. The session would end before the timeout period if,

R Sudha

Which one of the following lists all the application event handlers in asp.net

R Sudha

3 types of server control events in asp.net are R Sudha

how to persist the data in ASP.net sreddy

Which of the following session modes do not fire Session_End event in global.asax ? InProc, StateServer,SQLServer

Basavaraj

Can Web Service Return HashTable? prashant s. kurapati

How many Web Config can be there in a single Asp.net application? Ambuj Jain

Can an Asp.net application be run without Global.asax & Global.resx file ?

Ambuj Jain

What is ASP+? Pankaj Kumar Pandey

You create an ASP.NET application and deploy it on a test server. The application consists of a main page that links to 30 other pages containing ASP.NET code. You want to accomplish the following goals: " Enable tracing on all the pages in the application except the main page. " Display trace output for up to 40 requests. " Ensure that

Anilesh Lakhtakia

Page 2: ASP Questions

trace output is appended to the bottom of each of the pages that will contain trace output. " Ensure that any configuration changes affect only this application. You need to accomplish these goals with the minimum amount of development effort. Which three actions should you take? (Each Ans: presents part of the solution. Choose three)

what is strong name? Shaik Akbar Basha

what is size of cookies Shaik Akbar Basha

how many config file in one project satyanarayan

How can a mouseover event to be added to a serverside button, like image change effects while mouse over the button(function in javascript)

Sajkdth

How can u refresh a aspx page after every 10 seconds Sajkdth

Which method of FormsAuthentication class used for encrypting user names and passwords ?

SnowDrop

Which method of FormsAuthentication class used to read user ids and passwords from web.config file automatically

SnowDrop

What are the two essential properties while binding a DropDown list with a datasource?

Ashish Kr Gupta

what's u r name srinivasarao

Difference between httphandler and httpmodule? RagaSudha.Narra

What is the purpose of Reflection RagaSudha.Narra

Which one of them is valid permission level in for SQLCLR in SQl SERVER 2005 ?

suraj

Which of the following method is used to post the current page to different aspx page?

Arun Krishnan

Which of these name spaces used for FileAccess? SnowDrop

WebServices is derived from whichname space SnowDrop

Whats difference between Cache and Application object suraj

Where exactly we store the information about the user’s locale? abhinav kumar

Can you edit data in the Repeater control? Chinmay Trivedi

Which namespace allows us to use the FormsAuthentication Class? Paul

The name space that is to be imported to provide authentication? SnowDrop

Page 3: ASP Questions

Which method can be used in a composite control before referring to any contained controls(ie child controls)

SnowDrop

When we build ASP.NET application, which file is created? Harshal Bhakta

In order to Register an user control what need to b added SnowDrop

Which of the following is true? SnowDrop

To add a custom control to a Web form we have to register with SnowDrop

Can a dll run as stand alone application? SnowDrop

Which method displays the custom control? SnowDrop

From which base class custom controls are derived? SnowDrop

Which object among these is not a connection oriented object SnowDrop

When is the User Control's Code executed? SnowDrop

A Web application running on multiple servers is called as SnowDrop

the default Layout for Web user Control? SnowDrop

In asp. net which datagrid event is used to define event handler for checked event of checkbox inside datagrid?

Prashant Tambat

What does smar navigation property do in ASP.NET? suraj

What is the transport protocol you use to call a Web service ? Sam

Which of the following statement is true about webservices? Sam

What is default connect timeout in sqlconnection connection string? Sam

You are creating an ASP.NET application for TestKings human resources (HR) department. Users in the HR department will use the application to process new employees. The application automates several activities that include creating a network login account, creating an e-mail account, registering for insurance benefits, and other activities. During integration testing of your application, you need to verify that the individual activities run successfully and in the proper order. Each page in your application includes the following elements in the Page directive: Debug=True Trace=True You want each page to provide execution information in the Web browser immediately after the pages normal display output. You need to add instrumentation to the code in your pages to accomplish this goal. Which statement should you use?

Amit Kumar

Which property is used for determining the satellite assembly that is to be used when loading resources.

SnowDrop

Page 4: ASP Questions

The property "CurrentCulture " is under the class called SnowDrop

You are creating a Web application for la Zellé Computers Inc. Customers are to customize their PC using drop-down list boxes. When a value in any of these drop-down list boxes is changed, server-side code is invoked that validates the status of the value on the page. If several changes to these list boxes are made, then invoking the validation process as each change is made requires a great deal of time. You want to be able to make several changes, then click a button to run the server-side validation code. Which of the following actions should you take to quickly disable the server-side validation that occurs when a value in a drop-down list box is changed? (Select the best choice.)

Pradeep Naidu

Which of the following is not a web server control? Nibedita Panda

ASP.NET is based upon which technolgy? Nibedita Panda

Which of the following is not a difference between ASP and ASP.NET?

Nibedita Panda

How ASP .NET different from ASP? Anandharani

What’s the difference between Response.Write() andResponse.Output.Write()?

Anandharani

10. What data types do the RangeValidator control support? Anandharani

What data type does the RangeValidator control support? Choudhary G.

The lifetime of an ASP.NET application is marked by - Choudhary G.

A Web application running on multiple servers is called as SnowDrop

In order to read one Web form’s ViewState from another, we must first set

SnowDrop

The only control(s)s that are avialble in HTML and not in WebControl(s) is

SnowDrop

If we change the Name of the Button in ASP.NET application is it required to recompile the ASP.NET application?

Pankaj Kumar Pandey

How to display confirmation yes or no /ok or cancell dialogbox in asp.net server control using javascript?

KARTHIKEYAN

Which Object is used for transfering data from One Class to another Class in .NET Remoting?

Sathish D.V.

How to implement Multiple Inheritance in C# ? KARTHIKEYAN

How to clear the value in text box even if i have used requiredfield KARTHIKEYAN

Page 5: ASP Questions

validation control ?

How many Max Cookies can we create in Server? Pankaj Kumar Pandey

What is the size of Session ID? Pankaj Kumar Pandey

ClientCertificate is a collection of Pankaj Kumar Pandey

Which method do you use to redirect the user to another page without performing a round trip to the client?

Pankaj Kumar Pandey

What is the transport protocol you use to call a Web service SOAP ?

Pankaj Kumar Pandey

Where do you store the information about the user's locale? Pankaj Kumar Pandey

What is the total no. of events in Global.asax file in Asp.NET? Pankaj Kumar Pandey

Which of the following OleDbConnection properties is used to obtain the database to which an OleDbConnection object is connected?

Anoop. H

Which namespace can be use to manipulate XML data? Anoop. H

Which namespace can be used to access the OleDbConnection objects?

Anoop. H

Which language can support SOAP? Anoop. H

Which of the following file extensions is used for a Web Service? Anoop. H

How many ways are there in asp.net for managing persistent user state ?

Nalina K N

Which namespace can be used to access the OleDbConnection objects?

Anoop. H

Which of the following forms of caching involves the storing of arbitrary objects across multiple requests?

Anoop. H

What section of the config.Web file is used for storing a list of authorized users?

Anoop. H

If browsers do not support client-side cookies, what state maintenance approach can be used?

Anoop. H

What version of JavaScript should be used for client-side validation?

Anoop. H

How to find the selected value of dropdown list using JavaScript? prashanth

Page 6: ASP Questions

if dropdown.selectedItem.value does not work

Which of the following is not a component of Windows 2000 Internet Information Services?

Anoop. H

Which of the following in not a session stste mode? Sam

What data type does the RangeValidator control support? s.gnanaprakash

You are creating an ASP.NET application for an online payment service for Gsoft. The service allows users to pay their bills electronically by using a credit card. The application includes a payment page named TestKPayment.aspx. This page contains a form for entering payee, payment amount, and credit card information. When a user needs to submit a new billing address to a payee, the page form allows the user to provide the new address information. If the user indicates a change of address, the application needs to provide the information to the ProcessAddressChange.aspx page for processing as soon as the user submits the payment page information. The ProcessAddressChange.aspx page processes the request for a change of address but does not provide any display information for the user. When the requested processing is complete. TestKPayment.aspx displays status results to the user. You need to add a line of code to TestKPayment.aspx to perform the functionality in ProcessAddressChange.aspx. Which line of code should you use?

Parvez Khan

You are creating an ASP.NET page that displays inventory figures for selected items. Your code creates ad hoc SQL queries and retrieves data from a Microsoft SQL Server database named GsoftDB. The identification number of an item is stored in a string variable named ItemID, and the SQL statement for your query is stored in a variable named SQL. You use the following line of code to construct the SQL query: SQL = “SELECT UnitsOnHand, UnitsOnOrder FROM Inventory” + “ WHERE ProductID = “ + ItemID; The ProductID, UnitsOnHand, and UnitsOnOrder columns in the database are all of type int. You use a SqlDataReader object named reader to retrieve the data. You want to assign the UnitsOnHand quantity to a variable named TKHand, Which line of code should you use?

Parvez Khan

You create an ASP.NET application named TKProject on your client computer. The application has a page named ProjectCalendar.aspx. This page is located in a virtual directory named Scheduling, which is a child of the TKProject root directory. ProjectCalendar.aspx uses cookies to track modifications

Parvez Khan

Page 7: ASP Questions

to the schedule during a user’s session so that the user can undo modifications if necessary. You deploy your application on a computer named Techno Inc1. Users report that the undo functionality stops working after they execute a specific sequence of actions. You need to view the cookie values after the sequence of actions to help identify the cause of the problem. You add the following element to the Web.config file: You want to display the trace output information on your client computer. Which URL should you use?

You are creating an ASP.NET page for Techno Inc. The page uses string concatenation to gather data from multiple e-mail messages and format the data for display on the page. You want to ensure that the page displays as quickly as possible.

Parvez Khan

You are a Web developer for Techno Inc. You create an ASP.NET application that accesses sales and marketing data. The data is stored in a Microsoft SQL Server 2000 database on a server named TestK01.The company purchases a factory automation software application. The application is installed on TestK01, where it creates a second instance of SQL Server 2000 named Factory and a database named FactoryDB. You connect to FactoryDB by using Windows Integrated authentication.You want to add a page to your ASP.NET application to display inventory data from FactoryDB. You use a SqlConnection object to connect to the database. You need to create a connection string to FactoryDB in the instance of SQL Server named Factory on TestK01. Which string should you use?

Parvez Khan

You are creating an ASP.NET application to track sales orders for Techno Inc Ltd. The application users an ADO.NET DataSet object that contains two DataTable objects. One table is named Orders, and the other table is named OrderDetails. The application displays data from the Orders table in a list box. You want the order details for an order to be displayed in a grid when a user selects the order in the list box. You want to modify these objects to enable your code to find all the order details for the selected order. What should you do?

Parvez Khan

You ASP.NET application manages order entry data by using a DataSet object named TKorderEntry. The TKorderEntry object includes two DataTable objects named orderNames and OrderDetails. A ForeignKeyConstraint object named orderDetailsKey is defined between the two DataTable objects.You attempt to delete a row in orderNames while there are related rows in OrderDetails, and an exception is generated.What is the most likely cause of the problem?

Parvez Khan

Page 8: ASP Questions

What is globalization? Chitti Babu Kanumuri

What is the default executionTimeout of an aspx page? charmis p varghese

How can you provide an alternating color scheme in a Repeater control

Roops

Which template must you provide, in order to display data in a Repeater controlwhich template you must provide, in order to display data in a Repeater control

Roops

Why is Global.asax used ? Roops

Where do you store the information about the user’s locale Roops

What’s the difference between Response.Write() andResponse.Output.Write()?

Roops

What is the differernce of authentication and authorization? Name 2 of 5 authentication methods

Roops

From Which base class do all Web Forms inherit ? Roops

What data types do the RangeValidator control support? Roops

What is the difference between Server.Transfer and response.Redirect?

Madhu Kiran

How many types of errors r there in ASP.NET? what r they? Jyothirmai

What is the default authendication mode in aps.net? KARTHIKEYAN

What happens if we remove session tag from web.cofig file ? M.Ravi Kishore

which class use to delete ,update ,select data in dataset. sandeep Damodhar Avh ...

Can I serialize Hash table with XmlSerializer? SnowDrop

Company XXX has 10 sites and all of the sites are grouped under one portal.You were asked to build a control that allows the web user to upload files to the server.This control will be used by all the sites in the portal to upload files.What is the best way you can achieve this in ASP.NET?

SnowDrop

How to set focus in a textbox in asp.net after click on a button ? Naren Solanki

if you develop a simple web page and use only text box than which one is better way for develop ?

Naren Solanki

how to open more than one datareader at time ?? Naren Solanki

Page 9: ASP Questions

How to add asp.net 3rd party component ? Naren Solanki

which one have databind method in asp.net Naren Solanki

which component can be use for reporting in asp.net Naren Solanki

Advantage fo Disconneted mode ADO.net in asp.net ? Naren Solanki

How to execute java script code in asp.net back-end code. ?? Naren Solanki

How to deploy a ASp.Net Web Application as Web Site on Web Server ?

Naren Solanki

Name the tool which converts from resx file to resources file which will be used in building satellite assemblies?

ravi kumar manda

What does WSDL stand for? Rupali Bhosle

Which one of the following statements indicates ASP.NET’s advantage over ASP?

Sandip Naskar

What is Page Caching Subhasis Chakraborty

Is there any significant difference between Link Button and Button in ASP.NET?

bansh narayan singh ...

Can ASP and ASP.Net share session variables? ann

Is it possible to have more than one Validator for a single ASP.Net Server Control?

ann

What id the default namespace for the web services? DotNet Programmer

What is a satellite Assembly? DotNet Programmer

How can we fix that if any error will come in my live website, the error should not be displayed to site user. He will get an SORRY MESSAGE and a mail should be sent to Admin of website with following information. 1. Error Type 2. Description of Error 3. Line Number 4. Error source 5. Script Name

Jitendra Joshi

Which one of the following objects is used to create a foreign key between two DataTables?

M.sudhakar

Which one of the following namespaces contains the definition for IDbConnection?

M.sudhakar

Which interface provides a fast, connected, forward-only access to a data source?

M.sudhakar

Which is the best approach to move very large files from a web server to a browser client.

Sushma

Page 10: ASP Questions

Can we manipulate Sessions thru Classes ( Not Code behind files) in ASP.NET application?

Kamal

You are creating a .NET Remoting object named Payroll. The Payroll class allows remote client applications to access payroll data for your company. Client applications are developed by using Windows Forms and Web Forms. You must ensure that remote client applications are securely authenticated prior to gaining access to Payroll object. You want to accomplish this task by writing the minimum amount of code. What should you do?

Jibu T Thomas

You are creating an XML Web service named HousingService that exposed two Web methods name SearchHouse and BuyHouses. Prior to deploying the service, you want to customize the default template that is displayed when a customer makes a request through the browser. You create a Web Form named HousingPage.aspx that is a customized version of the default template. You place the Web Form in the bin directory of the HousingService project. The Web Form needs to override the default template when a request is made. You need to ensure that customers who request HousingService though a browser view HousingPage.aspx. What should you do?

In Datagrid when we try to implement pagination facility,do all the records get fetched into the client side or does it remsin in the server and is fetched periodically as frequesntly the Page_Navigation event is fired?

Rajib Banerjee

What is the Default ScriptTimeOut for Server Object? Pankaj Kumar Pandey

How many machine config file possible in system? Pankaj Kumar Pandey

How many webconfig file possible in one system? Pankaj Kumar Pandey

How many Global.asax file is possible in one application? Pankaj Kumar Pandey

A developer creates an ASP.Net application to provide corporate news and information Dotnetspider's employee. The application is used by employee in New Zealand. Default.aspx has a Web Form label control named currentDateLabel.Text = DateTime.Now.ToString("D") you need to ensure that the data is displayed correctly for employees in New Zealand. What should the developer do ?

Kamliesh Nadar

What is an Xpath? Balamurali Balaji

Page 11: ASP Questions

WebServices Written only in .NET? SnowDrop

View State Concept based on SnowDrop

WSDL stands for SnowDrop

Is it possible to use custom .NET data types in a Web form? debasmit Samal

Which DataTable property returns all rows and columns from a DataTable?

Mitesh patel

By default, when does validation automatically occur? Mitesh patel

Which property of the Session object is used to set the local identifier? Mitesh patel

What is the difference between data list and data grid? arvind swaminathan

What extension does the Web User Control file contain? KalaiSelvi Arumugam

To which namespaces do Trace and Debug belong? KalaiSelvi Arumugam

Which control would you use if you needed to make sure the values in two different controls matched?

KalaiSelvi Arumugam

What does WSDL stand for? KalaiSelvi Arumugam

What base class do all Web Forms inherit from? KalaiSelvi Arumugam

How can you provide an alternating color scheme in a Repeater control?

KalaiSelvi Arumugam

Which template must you provide, in order to display data in a Repeater control?

KalaiSelvi Arumugam

Which method do you invoke on the DataAdapter control to load your generated dataset with data?

KalaiSelvi Arumugam

what is a diffgram? KalaiSelvi Arumugam

What type of code (server or client) is found in a Code-Behind class? KalaiSelvi Arumugam

What data type does the RangeValidator control support? KalaiSelvi Arumugam

Where do you store the information about the user’s locale? KalaiSelvi

Page 12: ASP Questions

Arumugam

Which one of the following is NOT a valid state management tool? vijaya Krishna

Which property of the AdRotator control points to the file with the information required to work?

vijaya Krishna

Which DataTable property returns all rows and columns from a DataTable?

vijaya Krishna

What is the purpose of code-behind? vijaya Krishna

How to put conditional statement in Data Grid? Nirav Patel

What are the default user directory permissions when a Web site is created in IIS?

vijaya Krishna

An application using cookie authentication was working fine on another server. When moved to a new server, cookie authentication is not working correctly. Which one of the following is the likely explanation of the above problem?

vijaya Krishna

In shopping cart application scenario how you can track on user? Pritam Baldota

How we can terminate the current session. Nishaant Jhade

In global.asax file, which event will occur first when an application is invoked?

Rose Mary Kurian

Which property indicates whether the control posts back to server each time a user interacts with a control?

Rose Mary Kurian

You are creating an ASP.NET application for an online payment service for Gsoft. The service allows users to pay their bills electronically by using a credit card. The application includes a payment page named TestKPayment.aspx. This page contains a form for entering payee, payment amount, and credit card information. When a user needs to submit a new billing address to a payee, the page form allows the user to provide the new address information. If the user indicates a change of address, the application needs to provide the information to the ProcessAddressChange.aspx page for processing as soon as the user submits the payment page information. The ProcessAddressChange.aspx page processes the request for a change of address but does not provide any display information for the user. When the requested processing is complete. TestKPayment.aspx displays status results to the user. You need to add a line of code to TestKPayment.aspx to perform the functionality in

rahul bobde

Page 13: ASP Questions

ProcessAddressChange.aspx. Which line of code should you use?

While creating an ASP.NET application for an online payment service for Gsoft. The service allows users to pay their bills electronically by using a credit card. The application includes a payment page named TestKPayment.aspx. This page contains a form for entering payee, payment amount, and credit card information. When a user needs to submit a new billing address to a payee, the page form allows the user to provide the new address information. If the user indicates a change of address, the application needs to provide the information to the ProcessAddressChange.aspx page for processing as soon as the user submits the payment page information. The ProcessAddressChange.aspx page processes the request for a change of address but does not provide any display information for the user. When the requested processing is complete. TestKPayment.aspx displays status results to the user. You need to add a line of code to TestKPayment.aspx to perform the functionality in ProcessAddressChange.aspx. Which line of code should you use?

rahul bobde

What are the minimum changes required for deploying an Asp.net Application using xCopy deployment. where web site name will be change.

Peeyush Kumar Singh

Which session state gives fastest application performance when we are maintaining sessions?

Jayaprakash Muthugop ...

In which session state mode the session state will be disabled ? Jayaprakash Muthugop ...

Default session out time ? Jayaprakash Muthugop ...

What output would you expect from the following code? vandita pandey

What does the "Volatile" modifier do? vandita pandey

What output would you expect from the following code? vandita pandey

Threads are: vandita pandey

What is the printout of the following? vandita pandey

What object does SQL Connection use to make security demands? vandita pandey

Page 14: ASP Questions

which of the below control supports paging? robin vincent pinto

You are deploying your ASP.NET application to a single Web server. However, you're preparing to move to a Web farm should traffic justify the additional hardware investment. What should you do to make sure your application is ready to move to a Web farm if need be?

Ramshankar

Your application contains a DataSet consisting of patient and physician records. You wish to write this DataSet out to a disk file as an XML document. How should you proceed?

Ramshankar

You have deployed an ASP.NET application on your company's intranet. Your company has standardized on Internet Explorer 6.0 as the corporate browser. Users complain that when they use the Submit button to send their expense reports in via the application, the focus moves to the first control on the reporting form. This makes it difficult for users to edit their expense reports. What is the easiest way to maintain focus across postback operations in this application?

Ramshankar

You are invoking a Web service that returns a StringBuilder object. Which project requires a reference to the System.Text namespace?

Ramshankar

Your ASP.NET application contains this setting in the web.config file: password="Auditing"/> You are allowing only digest or Windows integrated authentication in IIS. ASP.NET is running under the machine account. What identity will ASP.NET use to authorize resources if a user with the Windows account Shirley in the CORP domain logs in via digest authentication?

Ramshankar

Where do you store the information about the user’s locale? robin vincent pinto

What happens if an Error occurs in the Error page in asp.net page? sajid pk

What is the default access level of a server control object ? Dhyanchandh.A.V

What is a satellite Assembly? Imtiyaz Alamshah

How you can dynamically change the background color of Datagrid cells.

Imtiyaz Alamshah

Which of the following is true ? Dhyanchandh.A.V

During the Development phase, to improve the performance of your application,Which guidelines should you keep in mind?

Sreenivasa Rao

Which control is used to display the advertisements in ASP.NET fathima roshan

The .NET class Global is derived from which of the following classes ?

Dhyanchandh.A.V

What is the function of Response.End? kalaivani sivarajan

Page 15: ASP Questions

Which of these tasks requires you to use imperative security rather than declarative security?

Parshuram Chenna

In your .NET application, you use a DataSet object containing a single DataTable object named Customers. The Customers DataTable has all the rows and columns from the Customers table in your database. You would like to bind only selected columns from the Customers table to a DataGrid control. You want a solution that requires minimum programming, and you want to have minimum impact on the functionality and performance of other applications accessing the same SQL Server database. How should you proceed?

Parshuram Chenna

In which of these situations should you use tlbimp, the Type Library Importer tool? (Select two.)

Parshuram Chenna

XmlSerializer class is used for Sangeeta Arora

From which one of the following locations does the garbage collector remove objects?

M.sudhakar

What is SIngle SIgn-On ? Dinesh Bhat

What is Static and Dynamic Assemblies.? Labhesh Shrimali

I have a class in C# (the project type is Class Library) Class clsA { // i am having two functions. void f1() { /* do some coding here */ } void F1() { /* do some coding here */ } } // end of class After making this class i Compiled it and got the Dll. Now i have created/opened any project in VB.NET and refrenced dll in this project as Dim obj as new CSharpPro.ClsA So when i write obj.f1() ?? What will happen

Nikesh Kumar Sinha

What is the difference between Response.Write() & Response.Output.Write()

If one web form inherits the another web form, the drived web form able to access base class ....

sanjay

Technically,to whom we bind the any controls? sanjay

You create English, French, and German versions of your ASP.NET application. You have separate resource files for each language version. You need to deploy the appropriate resource file based on the language settings of the server. What should you do?

Bijusoft

You create an ASP.NET page that uses images to identify areas where a user can click to initiate actions. The users of the application

Bijusoft

Page 16: ASP Questions

use Internet Explorer. You want to provide a pop-up window when the user moves the mouse pointer over an image. You want the pop-up window to display text that identifies the action that will be taken if the user clicks the image. What should you do?

You create an ASP.NET application that contains confidential information. You use form-based authentication to validate users. You need to prevent unauthenticated users from accessing the application. What should you do?

Bijusoft

Dataset in ad.net can contain how many tables.. manish

In ASP.NET, which two properties are present on every validation control

Norbert Dsouza <[ N ...

You are creating an ASP.NET application for your company Techno Inc. Techno Inc data is stored in a Microsoft SQL Server 6.5 database. Your application generates accounting summary reports based on transaction tables that contain million of rows. You want your application to return each summary report as quickly as possible. You need to configure your application to connect to the database and retrieve the data in a way that achieves this goal. What should you do?

Bijusoft

You are creating an ASP.NET application that uses the Microsoft SQL Server .NET Data Provider to connect to Techno Inc's database. Your database administrator reports that, due to heavy usage of the application, data requests are being blocked while users wait for new connections to be created. You want to improve throughput by setting a minimum connection pool size of 10.What should you do?

Bijusoft

You are creating an ASP.NET application for Gsoft. Customers will use the application to file claim forms online. You plan to deploy the application over multiple servers. You want to save session state information to optimize performance. What are two possible ways to achieve this goal?

Bijusoft

You are creating an ASP.NET page for Techno Inc. The page uses string concatenation to gather data from multiple e-mail messages and format the data for display on the page. You want to ensure that the page displays as quickly as possible. What should you do?

Bijusoft

Your ASP.NET application manages order entry data by using a DataSet object named TKorderEntry. The TKorderEntry object includes two DataTable objects named orderNames and OrderDetails. A ForeignKeyConstraint object named orderDetailsKey is defined between the two DataTable objects. You attempt to delete a row in orderNames while there are related rows in OrderDetails, and an exception is generated.

Bijusoft

Page 17: ASP Questions

What is the most likely cause of the problem?

Which of the following controls contribute the highest Requests per second

ANITA MARY JOSEPH

What is the difference between Response.Write() and Response.Ouput.Write()?

HARIHARAN

User Control is nothing but Ananth

Each ASP.NET Page is Parsed and Compiled into a class that extends Murali

You create an assembly to access data in a relational database. This assembly will be used by several ASP.NET applications on your Web server. You need to ensure that all your applications can access the assembly. Which two actions should you take?

pradipta

You are creating an ASP.NET application. The application will be deployed on your company’s intranet. Your company uses Microsoft Windows authentication. You want the application to run in the security context of the user. What should you do?

pradipta

What is a PostAway Webform in ASP.NET? Balamurali Balaji

What is the syntax to explicitly kill a user’s session? B.Rajkumar

While creating the applications for manipulating XML (i.e.consider XML file), what are the classes NOT needed for developing the application.

Ashok s p

What is the most important method to override when creating a rendered control?

Nidhi Bhargava

What is the most important method to override when creating a composite custom control?

Nidhi Bhargava

Which ASP.NET authentication mode is best suited to identifying and authorizing users who belong to a corporate network?

Nidhi Bhargava

Your ASP.NET application manages order entry data by using a DataSet object named OrderEntry. The OrderEntry object includes two datatable objects named OrderNames and OrderDetails. A ForeignKeyConstraint object named OrderDetailsKey is defined between the two DataTable objects. You Attempt to delete a row in OrderNames while there are related rows in OrderDetails, and an exception is generated. What is the most likely cause of the problem?

Nidhi Bhargava