How do you insert multiple rows from a grid view to database
table under a single transaction?
Answer / ashish saxena
It can be done using SQL BulkCopy Object.
Is This Answer Correct ? | 7 Yes | 6 No |
Why we use content place holder in asp.net?
What is the use of The Page.Master Property?
what is the difference between server.Transfer and response.redirect in .net
What is the use of autowireup in asp.net?
What is the function of new view engine in asp.net? : asp.net mvc
What is form method?
Why and where this web.config file is used?
To redirect the user to another page which method do we use without performing a round trip to the client?
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 asp.net application, if a webpage or total application seems too slow or getting delayed to load completely in the browser. As a developer, what are the checkings or actions you will take in the application or server side to rectify the slowness or delay load or which are the factors related to this issue? How we can trace it?
What are HTTP handlers in ASP.NET?
can we pass coditions in swtich case?