I have been asked in an interview What is your LOC(Line of
Code)What will be the probable answer for that
Answer Posted / vidiyalaithedi
number of lines of codes to make up ur application/project
| Is This Answer Correct ? | 5 Yes | 4 No |
Post New Answer View All Answers
What are the best practices to follow to secure connection strings in an ASP.NET web application?
In early binding will the method invoked on com component will verify it?s existance in the system or not ?
What is strong-typing versus weak-typing?
What is the difference between equals() and == in c#?
What is state management techniques in asp.net?
What is asp short for?
Where web.config file is used?
benefits of migration from asp to asp.net hi frnds, i have to give presentation to a client about how useful would be migrating their project from asp to asp.net .plz give me some points which i should incorporate in my ppt thanks
How to deploy/publish webservices?How many ways?Plz explain me
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
What are app services?
How to make sure that contents of an updatepanel update only when a partial postback takes place (and not on a full postback)?
Write code to send e-mail from an asp.net application?
What is cookies in asp net?
What does occur first in ASP.Net, Authentication or Authorization?