What is the importence of the INTERFACE? but not the inheritence concept?and why we r declaring the empty methods in that? we can directly implements with in the class know? Tell me the importence?
2 5320is there any third party tools are using in .net technologies? what are there ? give me the brief introduction?
2419I have one application, one user purchase some products in my application? and another person came he is also purchase some products?how can we identify which user purchase which items? my answer is by using session id? but i dont know how? can u give me programming for that?
1 3910
What is difference in .net 1.1 and .net 2.0?
What is the main difference between Asp.net and Vb.net?
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
In the Repeater control which way you can edit?
What are the merits and demerits of viewstate?
Can we use a static function with a non-static variable?
Explain the namespace classes used in asp.net mvc? : asp.net mvc
What is meant by ispostback in asp net?
Which tool you have done?
Give an example of cookie abuse.
Give an example of what might be best suited to place in the application_start and session_start subroutines?
What is data cache in sql server?
What is the difference between trace and debug in asp.net?
What language does asp.net use?
What is the difference between system.stringbuilder and system.string