Top questions

Post

New Post


Find by name:

Question Answer
What namespace does the Web page belong in the .NET Framework class hierarchy? System.Web.Control System.Web.RootBuilder System.Web.UserControl System.Web.UI.Page ANSWER: System.Web.UI.Page
What property is used on the datatable to indicate conflicts after update method is called? Options - HasErrorConflict - HasError - HasCollision - HasDataError CORRECT ANSWER : HasError
What's the use of Response.Output.Write()? We can write formatted output using Response.Output.Write().



Back to HomePage