Answer Posted / krishnamrajgoud
web service description language
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is ispostback method in asp.net? Why do we use that?
Explain the asp.net page life cycle.
What are the different properties of server control that exists?
What is simple data binding?
Where the viewstate is stored after the page postback?
Why cyclomatic complexity is important?
Differentiate between structure and class.
What is the server of asp.net?
What do you mean by role-based security?
What is _viewstart?
How to sign out from forms authentication?
Explain program to call the js function when the change is being made in the dropdown list made in asp.net mvc? : asp.net mvc
How can we secure the data which is send from client side to server? Like the login id and paasword needs to be authenticated on the server but we cannot send it in plain text into the server.One more thing we are not using the SSL here.
Define data caching?
How do you do client-side validation in .net? How to disable validator control by client side javascript?