I am using SQLServer 2005. I have one table called Drivers.
Every day thousands of records will be added in this table.
I have to show all these records in my GridView with out
applying ajax timer beacause we don't know
the time limit when the new record come to the table.
Sometimes it will add for 10 seconds some times 20 seconds.
There by Please try without using timer or any other
soultion apply for the table in sqlserver.
But, i want to see all records immediately when new record
comes in table. How?
Thanks in advance...
Ramesh
Answer Posted / sunny
use databse triggers
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Explain the asp.net mvc folder conventions? : asp.net mvc
Which tool you have done?
What is latest version of asp.net mvc? : Asp.Net MVC
Can I stream live content/events?
What is asp.net and its advantages?
What is the parent class of all the web server control?
Explain the function of new view engine in asp.net? : asp.net mvc
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 a session in programming?
What are the Types of state management techniques
How can we prepairing Interview
Can you explain the basic use of dataview?
Explain about asp.net state management?
What is content place holder?
What is asp net application object?