Explain how inline and code behind is used differently ?
Answer / ninad
writting a code along side the html in a page is inline
code.
Writing a code in a separate file and referenced by
the .aspx page is code Behind.
Is This Answer Correct ? | 1 Yes | 0 No |
What is GAC in ASP.NET 2.0
What are Http handler ?
What is the difference between managed and unmanaged code? *******
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
Explain State management in asp.net
What is Hybrid dictionary
What is HTTP MODULE & HTTP HANDLERS in ASP.NET? How a developer can utilize in the application? Please provide example.
Define a multilingual website?
RequiredFieldValidator--write code in javascript
What r the page life cycle in asp.net page?
How do you bind array to gridview? Will it works?
Why we use content place holder in asp.net?