Answer Posted / varun paliwal
Directives in ASP.NET are used to set attributes for a
page. The @Register directive is a directive used to
register user defined controls on a web page
| Is This Answer Correct ? | 16 Yes | 5 No |
Post New Answer View All Answers
In which situation can you not use a viewstate?
What are the different types of cookies in asp.net?
Explain cookies with example.
What is asp.net? How is it different from asp?
How can I create master page in asp net?
What are the steps involved to fill a dataset?
there is two functions function a and function b like fun a(){.... ..... } fun b() { } in function b i write the coding to add two numbers and i need to dispaly the sum result in function a with out using global variable. how we do?
How to use a Master Database in Asp.net?
What is the importance of Global.asax in ASP.NET?
What is difference between URL and URI?
How can you send an email message from an asp.net web page?
Tell me the code snippet to show how we can return 404 errors from HttpError?
How does http session work?
How can I have a particular web page in an asp.net application which displays its own error page?
What is state management in asp.net with example?