Does C# support static class?Is Static class be inherited by
any class?
Answer Posted / hitesh
Yes it supports static class and it can be inherited by
other class but only by using classes and not through
objects
| Is This Answer Correct ? | 5 Yes | 15 No |
Post New Answer View All Answers
What is application Object?
How can we update records in gridview?Is there any appropriate code for it?
How does the iis work?
Are cookies client side or server side?
To add a hyperlink column to the DataGrid which tag is used ?
Why asp.net is better than php?
Error : The operation couldn’t be performed because ole db provider sqlncli10 for linked server was unable to begin a distributed transaction.00000110 oledb provider for linked server returned message the partner transaction manager has disabled its support for remote/network transactions. I can able to execute the stored procedure in sql server but when i run the web page getting error like above. I did all the configuration. what is the solution?
How do you do client-side validation in .net? How to disable validator control by client side javascript?
Do you know using sql cache invalidation?
Explain what the contents of cookie?
How to manage different kinds of sessions in ASP.NET?
Where sessions are stored?
Explain the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc
How to Separate background image and front image from original picture....
What is event in asp.net?