if u r projet consist of 4 people means how can u manage
the file
Answer Posted / kumar777
basically if 4 peoples are there..tasks of program are
clearly identified and evaluate complexity in it..task are
asigned to only capable person having depth knowladge..it
is required only for big and abnormal projects
in dotnet 2.0, you have a class with partial keyword which
can be extend by writing another same name class and write
functionality by 4 peoples for same task also
the matter to handle same file is the way above
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What is difference between abstract class and an interface?
What is the difference between WindowsDefaultLocation and WindowsDefaultBounds?
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
Explain the asp.net page life cycle.
Explain repository pattern in asp.net mvc? : asp.net mvc
How can we call webservices in Banking Applications? and where we are using it?
What is data reader in asp.net?
What is a user session?
Name the method that needs to be invoked on the dataadapter control to fill the generated dataset with data?
Define session in asp.net.
How do I force the dispose method to be called automatically, as clients can forget to call dispose method?
What is difference between URL and URI?
Explain different types of Caching techniques in ASP.NET?
How is a session stored and maintained in asp.net?
What is sql data source control in asp.net?