Answer Posted / 44rt
I was trying to add the bin folder to my web application
project and none of the proposed solutions above seemed to
work for me...
Until I found out it was already there (that's why I
couldn't add it) but it was hidden because it was not yet in
use. I had to click the "Show all files" button in the
solution explorer to make it appear.
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What is the full meaning of asp.net?
Where can I get the details on migration of existing projects using various technologies to asp.net?
What is the difference between visual basic and asp.net?
How to register exception filter globally?
What are validator? Name the validation controls in asp.net? How do you disable them?
Define authentication and authorization.
1.What r collections? 2.What is .pdb file? 3.Is it possible to provide access to users in master page? 4.What is dirty n Phantom Read(SQL)? 5.What r different isolation levels(SQL)? 6.How to set authentication mode in web.config file?
5. What three Specific Job Positions do you target from Swatz Oils GROUP U.K?
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
A web service can only be written in .net? State whether true or false.
What are the session variables?
How would you create a permanent cookie?
What is Dynamic Web and discuss its usage with the help of real life examples?
What are Master Pages in ASP.NET? or What is a Master Page?
how to elimainte the similar data from the different tables