What’s the difference between Response.Write()
andResponse.Output.Write()?
Answer / ganesh
Response.Output.Write() allows you to write formatted output.
Is This Answer Correct ? | 15 Yes | 0 No |
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
Describe the diffeerence between inline and code behind - which is best in a loosely coupled solution?
What is the difference between union and structure?
How does session work?
What are the difference between overriding and overloading?
Which protocol is used to call web service?
What are the different ways you would consider sending data across pages in ASP (i.e between asp to asp)?
Who generates session id?
What command line used to generate Runtime callable wrapper.
What are client activated objects?
Describe the .net base class library.
Explain the different types of assemblies?