| Other ASP.NET Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| 33) 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?
A . Create an installer and set the Installer.Context
property for each version of your application.
B . Create an installer that has a launch condition to
verify the locale settings.
C . Create an installer that has a custom action to install
only location-specific files.
D . Create an installer that has an MsiConfigureProduct
function to install the appropriate version.
| Syntax-Softtech | 2 |
| Where do you store the information about the user?s locale? | | 2 |
| how to update data using store procedure | | 1 |
| What is the use of sessionstate tag in the web.config file? | | 2 |
| how many databases and tables are uses in one project? | | 2 |
| what do you mean software devlopment ? | HCL | 6 |
| What is the difference between Postback and Ispostback
Property? | HCL | 2 |
| what is the requirement that .Net web services can access the
java application?
| iSoft | 6 |
| hi i have a problem regarding to datagrid in aspdotnet.i
have a datagrid in my application.i have to place
add,edit,delete buttons or links what ever it may be.
now the problem is if i click on add button then the page
has to redirected to another form called "xyz.aspx" and if
i click on edit button the page has to redirected to
another form called "abc.aspx".i am phasing the problem
that if where ever i click on the datagrid the cursor goes
to gv1_SelectedIndexChanged event.please tell me the
solution about the code. | Lambent | 4 |
| How to consume a webservice in a windows application without
adding through the web reference? | 247Customer | 1 |
| What is Assembly? | Inspira-Technologies | 2 |
| What methods are fired during the page load? | Visual-Soft | 6 |
| what is roles in asp.net | | 2 |
| what is the role of aspx file ? | Netsweeper | 2 |
| True or False: To test a Web service you must create a
windows application or Web application to consume this service? | | 1 |
| If cookies is disabled in client browser will session work ? | Satyam | 3 |
| Explain the differences between Server-side and Client-side
code? | Visual-Soft | 6 |
| about view state and how validation controls will be
executed on client and server | Wipro | 2 |
| You are creating a Web site for Your company. You receive
product lists in the form of XML documents. You are creating
a procedure to extract information from these XML documents
according to criteria that your users will select.
When a user makes a request, you want the results of these
requests to be returned as quickly as possible.
What should you do?
A . Create an XmlDataDocument object and load it with the
XML dat Use the DataSet property of the object to create a
DataSet object. Use a SQL SELECT statement to extract the
requested dat
B . Create an XmlDataDocument object and load it with the
XML data. Use the SelectNodes method of the object to
extract the requested data.
C . Create an XPathDocument object and load it with the XML
data. Call the CreateNavigator method to create an
XPathNavigator object. Call the Select method of the
XPathNavigator object to run an XPath query that extracts
the requested data.
D . Create an XmlReader object. Use the Read method of the
object to stream through the XML data and to apply an XPath
expression to extract the requested data.
| Syntax-Softtech | 1 |
| Why is it important to maintain session state?
| | 1 |
| |
| For more ASP.NET Interview Questions Click Here |