asp.net page is a object or not?
Answers were Sorted based on User's Feedback
Answer / jithin
ASP.net is a Object Orianted Programming Language
Is This Answer Correct ? | 2 Yes | 2 No |
What is the use of global.asax file?
Define machine.config in .net?
Explain how caching in asp.net 2.0 is different from caching in asp.net 1.1?
I have one .Net application and i have two databases which is in SQL server2000 and one more database in ORACLE? how can i access the database from different Databases?
Which template must you provide, in order to display data in a Repeater control?
What is request and response in asp.net?
What event fired during, when datagrid click?
hi i have a problem regarding to datagrid in aspdotnet.i have a datagrid in my application.i have to place add,edit,delete buttons or links what ever it may be. now the problem is if i click on add button then the page has to redirected to another form called "xyz.aspx" and if i click on edit button the page has to redirected to another form called "abc.aspx".i am phasing the problem that if where ever i click on the datagrid the cursor goes to gv1_SelectedIndexChanged event.please tell me the solution about the code.
How to Insert/Add in ASPXgridview
Briefly describe different techniques for ASP.NET State Management?
6 Answers Deloitte, Syntax Softtech,
How do you create a permanent cookie?
What is the difference between dispose() and finalize()?