Answer Posted / babu reddy
Friend is same as internal in c#
if we used this keyword then that class is available to the
particular assenbly where the application contains
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What are the asp.net list controls and difference between them?
Which authentication uses a combination of windows and iis authentication?
List down the sequence of methods called during the page load.
If I am developing an application that must accomodate multiple security levels though secure login and my asp.net web application is spanned across three web-servers (using round-robin load balancing). What would be the best approach to maintain login-in state for the users?
what is meant by sitemapnode ?
What is difference between asp.net and asp.net mvc? : Asp.Net MVC
What is the purpose of using MVC programming pattern in ASP.NET?
In What Order Do The Events Of An Aspx Page Execute. As A Developer Is It Important To Undertsand These Events?
Who generates session id?
What is a Cookie? Where is it used in ASP.NET?
Can a master page have more than one contentplaceholder?
Can more than one person use the same login?
Is a dll file an executable?
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 is difference between web config and global asax?