Você está na página 1de 17

how many states are there in asp.net? What base class do all Web Forms inherit from?

Which of the following is Executes the Command and returns a Single Value. What data types do the RangeValidator control supports? How ASP .NET different from ASP? What methods are fired during the page load? How to remove caching from asp.net pages? Can You Edit in Repeater Control?

gowri prasad channur ... Srikanth Gunti Srikanth Gunti Srikanth Gunti ramani ramani Bindhu N Prabhu Senthil Athii

You have a table, say tbl_student .... and the table containds data .... what Shalu Ajit will happen upon a query "delete form tbl_student where 1=1" Which of the following are grouped as web-form events in asp.net Default session timeout in asp.net is Suppose the default session timeout is 20 minutes. The session would end before the timeout period if, Which one of the following lists all the application event handlers in asp.net 3 types of server control events in asp.net are how to persist the data in ASP.net Which of the following session modes do not fire Session_End event in global.asax ? InProc, StateServer,SQLServer Can Web Service Return HashTable? How many Web Config can be there in a single Asp.net application? R Sudha R Sudha R Sudha R Sudha R Sudha sreddy Basavaraj prashant s. kurapati 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 Anilesh application consists of a main page that links to 30 other pages Lakhtakia 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 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? what is size of cookies how many config file in one project Shaik Akbar Basha Shaik Akbar Basha satyanarayan

How can a mouseover event to be added to a serverside button, like Sajkdth image change effects while mouse over the button(function in javascript) How can u refresh a aspx page after every 10 seconds Which method of FormsAuthentication class used for encrypting user names and passwords ? Sajkdth SnowDrop

Which method of FormsAuthentication class used to read user ids and SnowDrop passwords from web.config file automatically What are the two essential properties while binding a DropDown list with a datasource? what's u r name Difference between httphandler and httpmodule? What is the purpose of Reflection Which one of them is valid permission level in for SQLCLR in SQl SERVER 2005 ? Which of the following method is used to post the current page to different aspx page? Which of these name spaces used for FileAccess? WebServices is derived from whichname space Whats difference between Cache and Application object Where exactly we store the information about the users locale? Can you edit data in the Repeater control? Which namespace allows us to use the FormsAuthentication Class? The name space that is to be imported to provide authentication? Which method can be used in a composite control before referring to Ashish Kr Gupta srinivasarao RagaSudha.Narra RagaSudha.Narra suraj Arun Krishnan SnowDrop SnowDrop suraj abhinav kumar Chinmay Trivedi Paul SnowDrop SnowDrop

any contained controls(ie child controls) When we build ASP.NET application, which file is created? In order to Register an user control what need to b added Which of the following is true? To add a custom control to a Web form we have to register with Can a dll run as stand alone application? Which method displays the custom control? From which base class custom controls are derived? Which object among these is not a connection oriented object Harshal Bhakta SnowDrop SnowDrop SnowDrop SnowDrop SnowDrop SnowDrop SnowDrop

When is the User Control's Code executed? A Web application running on multiple servers is called as the default Layout for Web user Control? In asp. net which datagrid event is used to define event handler for checked event of checkbox inside datagrid? What does smar navigation property do in ASP.NET? What is the transport protocol you use to call a Web service ? Which of the following statement is true about webservices? What is default connect timeout in sqlconnection connection string?

SnowDrop SnowDrop SnowDrop Prashant Tambat suraj Sam Sam 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 Amit Kumar 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? Which property is used for determining the satellite assembly that is to be used when loading resources. The property "CurrentCulture " is under the class called SnowDrop 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 Pradeep Naidu 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.) Which of the following is not a web server control? ASP.NET is based upon which technolgy? Which of the following is not a difference between ASP and ASP.NET? How ASP .NET different from ASP? Whats the difference between Response.Write() andResponse.Output.Write()? 10. What data types do the RangeValidator control support? What data type does the RangeValidator control support? The lifetime of an ASP.NET application is marked by A Web application running on multiple servers is called as In order to read one Web forms ViewState from another, we must first set The only control(s)s that are avialble in HTML and not in WebControl(s) is If we change the Name of the Button in ASP.NET application is it required to recompile the ASP.NET application? How to display confirmation yes or no /ok or cancell dialogbox in asp.net server control using javascript? Nibedita Panda Nibedita Panda Nibedita Panda Anandharani Anandharani Anandharani Choudhary G. Choudhary G. SnowDrop SnowDrop SnowDrop Pankaj Kumar Pandey KARTHIKEYAN

Which Object is used for transfering data from One Class to another Sathish D.V. Class in .NET Remoting? How to implement Multiple Inheritance in C# ? How to clear the value in text box even if i have used requiredfield validation control ? KARTHIKEYAN KARTHIKEYAN

How many Max Cookies can we create in Server? What is the size of Session ID? ClientCertificate is a collection of Which method do you use to redirect the user to another page without performing a round trip to the client? What is the transport protocol you use to call a Web service SOAP ? Where do you store the information about the user's locale? What is the total no. of events in Global.asax file in Asp.NET? Which of the following OleDbConnection properties is used to obtain the database to which an OleDbConnection object is connected? Which namespace can be use to manipulate XML data? Which namespace can be used to access the OleDbConnection objects? Which language can support SOAP? Which of the following file extensions is used for a Web Service? How many ways are there in asp.net for managing persistent user state ? Which namespace can be used to access the OleDbConnection objects? Which of the following forms of caching involves the storing of arbitrary objects across multiple requests? What section of the config.Web file is used for storing a list of authorized users? If browsers do not support client-side cookies, what state maintenance approach can be used? What version of JavaScript should be used for client-side validation?

Pankaj Kumar Pandey Pankaj Kumar Pandey Pankaj Kumar Pandey Pankaj Kumar Pandey Pankaj Kumar Pandey Pankaj Kumar Pandey Pankaj Kumar Pandey Anoop. H Anoop. H Anoop. H Anoop. H Anoop. H Nalina K N Anoop. H Anoop. H Anoop. H Anoop. H Anoop. H

How to find the selected value of dropdown list using JavaScript? if prashanth dropdown.selectedItem.value does not work

Which of the following is not a component of Windows 2000 Internet Information Services? Which of the following in not a session stste mode? What data type does the RangeValidator control support?

Anoop. H Sam 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 Parvez Khan 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? 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 Parvez Khan 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 to the schedule during a users 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 Parvez Khan 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? 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 Parvez Khan 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? 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 Parvez Khan 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? What is globalization? What is the default executionTimeout of an aspx page? How can you provide an alternating color scheme in a Repeater Chitti Babu Kanumuri charmis p varghese Roops

control 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 Why is Global.asax used ? Where do you store the information about the users locale Whats the difference between Response.Write() andResponse.Output.Write()? What is the differernce of authentication and authorization? Name 2 of 5 authentication methods From Which base class do all Web Forms inherit ? What data types do the RangeValidator control support? What is the difference between Server.Transfer and response.Redirect? How many types of errors r there in ASP.NET? what r they? What is the default authendication mode in aps.net? What happens if we remove session tag from web.cofig file ? which class use to delete ,update ,select data in dataset. Can I serialize Hash table with XmlSerializer? 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? How to set focus in a textbox in asp.net after click on a button ? Roops Roops Roops Roops Roops Roops Roops Madhu Kiran Jyothirmai KARTHIKEYAN M.Ravi Kishore sandeep Damodhar Avh ... SnowDrop

SnowDrop

Naren Solanki

if you develop a simple web page and use only text box than which one is Naren Solanki better way for develop ? how to open more than one datareader at time ?? How to add asp.net 3rd party component ? which one have databind method in asp.net which component can be use for reporting in asp.net Advantage fo Disconneted mode ADO.net in asp.net ? Naren Solanki Naren Solanki Naren Solanki Naren Solanki Naren Solanki

How to execute java script code in asp.net back-end code. ?? Name the tool which converts from resx file to resources file which will be used in building satellite assemblies? What does WSDL stand for? Which one of the following statements indicates ASP.NETs advantage over ASP? What is Page Caching Is there any significant difference between Link Button and Button in ASP.NET? Can ASP and ASP.Net share session variables?

Naren Solanki ravi kumar manda Rupali Bhosle Sandip Naskar Subhasis Chakraborty bansh narayan singh ... ann

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

Is it possible to have more than one Validator for a single ASP.Net Server ann Control? What id the default namespace for the web services? What is a satellite Assembly? 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 Which one of the following objects is used to create a foreign key between two DataTables? Which one of the following namespaces contains the definition for IDbConnection? Which interface provides a fast, connected, forward-only access to a data source? Which is the best approach to move very large files from a web server to a browser client. Can we manipulate Sessions thru Classes ( Not Code behind files) in ASP.NET application? 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 DotNet Programmer DotNet Programmer

Jitendra Joshi

M.sudhakar M.sudhakar M.sudhakar Sushma Kamal Jibu T Thomas

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? 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? What is the Default ScriptTimeOut for Server Object? How many machine config file possible in system? How many webconfig file possible in one system? How many Global.asax file is possible in one application? 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 ? What is an Xpath? WebServices Written only in .NET? View State Concept based on WSDL stands for Is it possible to use custom .NET data types in a Web form?

Rajib Banerjee Pankaj Kumar Pandey Pankaj Kumar Pandey Pankaj Kumar Pandey Pankaj Kumar Pandey

Kamliesh Nadar

Balamurali Balaji SnowDrop SnowDrop SnowDrop debasmit Samal

Which DataTable property returns all rows and columns from a DataTable? By default, when does validation automatically occur? Which property of the Session object is used to set the local identifier? What is the difference between data list and data grid? What extension does the Web User Control file contain? To which namespaces do Trace and Debug belong? Which control would you use if you needed to make sure the values in two different controls matched? What does WSDL stand for? What base class do all Web Forms inherit from? How can you provide an alternating color scheme in a Repeater control? Which template must you provide, in order to display data in a Repeater control? Which method do you invoke on the DataAdapter control to load your generated dataset with data? what is a diffgram? What type of code (server or client) is found in a Code-Behind class?

Mitesh patel Mitesh patel Mitesh patel arvind swaminathan KalaiSelvi Arumugam KalaiSelvi Arumugam KalaiSelvi Arumugam KalaiSelvi Arumugam KalaiSelvi Arumugam KalaiSelvi Arumugam KalaiSelvi Arumugam KalaiSelvi Arumugam KalaiSelvi Arumugam KalaiSelvi Arumugam

What data type does the RangeValidator control support? Where do you store the information about the users locale? Which one of the following is NOT a valid state management tool? Which property of the AdRotator control points to the file with the information required to work? Which DataTable property returns all rows and columns from a

KalaiSelvi Arumugam KalaiSelvi Arumugam vijaya Krishna vijaya Krishna vijaya Krishna

DataTable? What is the purpose of code-behind? How to put conditional statement in Data Grid? What are the default user directory permissions when a Web site is created in IIS? vijaya Krishna Nirav Patel vijaya Krishna

An application using cookie authentication was working fine on another server. When moved to a new server, cookie authentication is not working vijaya Krishna correctly. Which one of the following is the likely explanation of the above problem? In shopping cart application scenario how you can track on user? How we can terminate the current session. In global.asax file, which event will occur first when an application is invoked? Which property indicates whether the control posts back to server each time a user interacts with a control? 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? Pritam Baldota Nishaant Jhade Rose Mary Kurian Rose Mary Kurian

rahul bobde

While creating an ASP.NET application for an online payment service for rahul bobde 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? What are the minimum changes required for deploying an Asp.net Application using xCopy deployment. where web site name will be change. Which session state gives fastest application performance when we are maintaining sessions? In which session state mode the session state will be disabled ? Default session out time ? What output would you expect from the following code? What does the "Volatile" modifier do? What output would you expect from the following code? Threads are: What is the printout of the following? What object does SQL Connection use to make security demands? Peeyush Kumar Singh Jayaprakash Muthugop ... Jayaprakash Muthugop ... Jayaprakash Muthugop ... vandita pandey vandita pandey vandita pandey vandita pandey vandita pandey vandita pandey

which of the below control supports paging? 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? Your application contains a DataSet consisting of patient and

robin vincent pinto

Ramshankar

Ramshankar

physician records. You wish to write this DataSet out to a disk file as an XML document. How should you proceed? 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 Ramshankar 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? 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 Ramshankar 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? Where do you store the information about the users locale? What happens if an Error occurs in the Error page in asp.net page? What is the default access level of a server control object ? What is a satellite Assembly? How you can dynamically change the background color of Datagrid cells. Which of the following is true ? During the Development phase, to improve the performance of your application,Which guidelines should you keep in mind? Which control is used to display the advertisements in ASP.NET The .NET class Global is derived from which of the following classes ? What is the function of Response.End? Which of these tasks requires you to use imperative security rather than declarative security? 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 robin vincent pinto sajid pk Dhyanchandh.A.V Imtiyaz Alamshah Imtiyaz Alamshah Dhyanchandh.A.V Sreenivasa Rao fathima roshan Dhyanchandh.A.V kalaivani sivarajan Parshuram Chenna Parshuram Chenna

impact on the functionality and performance of other applications accessing the same SQL Server database. How should you proceed? In which of these situations should you use tlbimp, the Type Library Importer tool? (Select two.) XmlSerializer class is used for From which one of the following locations does the garbage collector remove objects? What is SIngle SIgn-On ? What is Static and Dynamic Assemblies.? Parshuram Chenna Sangeeta Arora M.sudhakar Dinesh Bhat 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 Nikesh Kumar making this class i Compiled it and got the Dll. Now i have Sinha 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 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 .... Technically,to whom we bind the any controls?

sanjay sanjay

You create English, French, and German versions of your ASP.NET application. You have separate resource files for each language version. Bijusoft You need to deploy the appropriate resource file based on the language settings of the server. What should you do? 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 use Internet Explorer. You want to provide a pop-up window when the user Bijusoft 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? Dataset in ad.net can contain how many tables.. Bijusoft manish

In ASP.NET, which two properties are present on every validation control 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?

Norbert Dsouza <[ N ...

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 Bijusoft 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? 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? 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? 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. What is the most likely cause of the problem? Which of the following controls contribute the highest Requests per second What is the difference between Response.Write() and Response.Ouput.Write()? User Control is nothing but Each ASP.NET Page is Parsed and Compiled into a class that extends You create an assembly to access data in a relational database. This

Bijusoft

Bijusoft

Bijusoft

ANITA MARY JOSEPH HARIHARAN Ananth Murali pradipta

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? You are creating an ASP.NET application. The application will be deployed on your companys intranet. Your company uses Microsoft Windows authentication. You want the application to run in the security context of the user. What should you do? What is a PostAway Webform in ASP.NET? What is the syntax to explicitly kill a users session? While creating the applications for manipulating XML (i.e.consider XML file), what are the classes NOT needed for developing the application. What is the most important method to override when creating a rendered control? What is the most important method to override when creating a composite custom control? Which ASP.NET authentication mode is best suited to identifying and authorizing users who belong to a corporate network? pradipta Balamurali Balaji B.Rajkumar Ashok s p Nidhi Bhargava Nidhi Bhargava 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 Nidhi Bhargava 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?

Você também pode gostar