ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
tip   To Refer this Site to Your Friends   Click Here
Google
 
 Categories  >>  Software  >>  Microsoft Related  >>  ASP.NET       
Suggest New Category 
 


 

View Page with Answers
  Question  Asked @ Answers Views     select
 
How to Deploy a project?  2  1607
How to compare two strings with out Case sensitive ? Protech  4  3264
What was the difference between machine.config and web.config files Assurgent   8  4568
wt is repeater control and wt is datalist control and wt defferences these two? i want some code in datalist?  1  1290
where should write the connection string Show that it will apply whole pages in the website Symco  5  1628
I have been asked in an interview What is your LOC(Line of Code)What will be the probable answer for that HCL   1  3584
How to kill session? Protech  11  5520
how to add cliet side event to server side? and how to register client script to sever side? wt difference these two PSI-Data-Systems  3  2357
When does the application ONEND event handler fire? C-Squared-Systems   1  1554
What is session tracking & methods? C-Squared-Systems  3  1739
What is the use of directives & explain with example? C-Squared-Systems  2  1771
What are the different types of Session state management options available with ASP.NET?  1  1731
What does the "EnableViewState" property do? Why would I want it on or off?  3  1617
What is the lifespan for items stored in ViewState? ISST  2  1968
# What is the transport protocol you use to call a Web service?  1  1423
E-Mail New Answers        Answer Selected Questions        Post New ASP.NET Question
 
Prev    1   ... 6   ... 11   ... 16   ... 21   ... 26    30   [31]    32  ... 36   ... 41   ... 46   ... 51   ... 56   ... 61   ... 66   ... 71    Next
 
 
 Visual Basic interview questions   Visual Basic Interview Questions  C Sharp interview questions   C Sharp Interview Questions  ASP.NET interview questions   ASP.NET Interview Questions
 VB.NET interview questions   VB.NET Interview Questions  COM+ interview questions   COM+ Interview Questions  ADO.NET interview questions   ADO.NET Interview Questions
 IIS interview questions   IIS Interview Questions  MTS interview questions   MTS Interview Questions  Crystal Reports interview questions   Crystal Reports Interview Questions
 BizTalk interview questions   BizTalk Interview Questions  Dot Net interview questions   Dot Net Interview Questions  Exchange Server interview questions   Exchange Server Interview Questions
 SharePoint interview questions   SharePoint Interview Questions  Microsoft Related AllOther interview questions   Microsoft Related AllOther Interview Questions
 
 
 
Un-Answered Questions
 
 Question Views Asked at   Select
 
What r the remotable objects. and how u make an application remotable 71  
ASP.NET 2.0's new membership API used for creating and managing user account is exposed through which 2 clause? 26  
How do you initiate validation on the server manually? What are two situations when you might you want to do that? 24  
Can we store PROGID information in database and dynamically load the component ? 112 Digital-GlobalSoft
You need to be able to retrieve data from DataSet object that has four DataTable objects. There are currently UniqueConstraint and ForeignKeyConstraint Object on the DataTable objects to enforce the data rules. You find that you can retrieve the data from the individual DataTable objects, but you are not able to retrieve the data from the combination of DataTable objects in a Parent/Child manner. What should you do to able to retrieve the data in a Parent/Child manner? a) Set the EnforceParentChild parameter of the DataSet to True. b) Set the EnforceRelation parameter of the Relations collection to True. c) Add DataRelation objects to the Relations Collection to make the DataSet present the data in Parent/Child manner. d) Add a primary key and a foreign key to each of the DataTable objects that should present the data in a Parent/Child manner. 281 Syntax-Softtech
calling result set one procedure to anothar procedure in sql2000 102  
In early binding will the method invoked on com component will verify it?s existance in the system or not ? 103 DELL
I have an external link in my application say www.xyztest.com. Today this site works on http protocal. Tommorow it may run on https. So i cant hardcore the protocal in the site. When a user clicks on the link how can i know if the external site works on http or https and takes him to that place? 87 TCS
What ?ll u do in early and late binding ? 91 DELL
Hello, Using Visual Studio 2005 (VB) I am working to create a Web Site implementing the following: Within a gridView I have placed a dropdownlist control with a DataSourceID="SDSLkupList". SDSLkupList is a sqlDataSource used to store a lookup list for dropdownlist translation from ID to text. SDSLkupList contains the translation text and other fields related to the dropdown selection ID. (Thought it would be efficient to get everything at the same time.) I would like to provide the user the ability to select from the dropdownlist and, based on the selection, use labels to list related columns stored on the SDSLkupList in separate gridView columns. I have read that SqlDataSources are not meant to be used for individual controls. Since SDSLkupList contains all related information, is there a way to do a find using the dropdownlist selectedValue? (I was not able to discover one.) Otherwise, what should I use? It would need to set the labels on the gridView DataRowBound event as well as the SelectedIndexChanged events. Has anyone done this? Any help would be appreciated. Thanks in Advance. Neal 73  
How to transpose rows into columns and columns into rows in a multi-dimensional array ? 219 Microsoft
what is use of doctype tag in asp.net 16 Wipro
How can we call webservices in Banking Applications? and where we are using it? 92 FCG
Can anyone please tell me that the question posted on this website are Sufficient for the interview with 2+ year experience in .net 185  
Can any body provide me the sample web application in asp.net 64  
i develop a web application and i gave security setting i.e autherization and athentication now it work properly on my local system , now question is ,is this security setting ie autherization and athentication which i gave in web.config will it be enough strong to secure my application on internet or i have to use some 3rd party tool or software to get security .if yes --how ? if no--what is the alternate? 103  
I have a component with 3 parameter and deployed to client side now i changed my dll method which takes 4 parameter.How can i deploy this without affecting the clent?s code ? 117 Satyam
What is Difference between Production Serves and Development Servers? And Suppose, m adding/deleting C# file in a project based on the Specific Requirement. These Files are Automatically updated in Production Servers? So Which tool is needed to do This One? 88  
a web application needs to be created to accept the product name and quantity of a toy from a customer. After the customer has entered the product name the application needs to display the discounted price of the product to the customer (company is offering 35% discount on all products). The application should allow the customer to select the product name from a list box. and also while i'm data binding to a label with custom data binding with some declarations : "The Discounted Price is "+((System.Convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)) - ((System.convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)*0.35)). Where i need to give this declaration in asp.net 2.0. 76 Netsweeper
Where we create sessions for Banking Applications and how to create? expalin with code? 69 Wipro
E-Mail New Answers        Answer Selected Questions
 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com