Answer Posted / pandurangarao.guntakatla
plz go through this
.....http://www.c-sharpcorner.com/UploadFile/yougerthen/810262008070218AM/8.aspx
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How can we prevent browser from caching an aspx page?
What’s the use of “GLOBAL.ASAX” file?
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 the size of Get method and how much data it can store?
Which two new properties are added in asp.net 4.0 page class?
Why do I get error message "could not load type" whenever I browse to my asp.net web site?
What is difference between viewstate and session in asp net?
What is microsoft windows sharepoint services?
Describe how to implement globalization and localization in the use interface in .net.
Why asp.net mvc is better than asp.net? : Asp.Net MVC
Is it true that a Web service must be written in .NET or not?
What is GAC in ASP.NET 2.0
What is custom attribute? How to create?
How can we create Tree control in asp.net?
How you will handle session when deploying application in more than a server?