ASP .NET 면접 질문과 답변
Question: Should user input data validation occur server-side or client-side?Why?Answer: All user input data validation should occur on the server at a minimum.Additionally,client-side validation can be performed where deemed appropriate and feasable to provide a richer, more responsive experience for the user. |
복습용 저장
이 항목을 북마크하거나, 어렵게 표시하거나, 복습 세트에 넣을 수 있습니다.
도움이 되었나요? 예 아니요
Most helpful rated by users:
- Whats the difference between Response.Write() andResponse.Output.Write()?
- Describe the role of inetinfo.exe, aspnet_isapi.dll andaspnet_wp.exe in the page loading process.
- What methods are fired during the page load?
- What namespace does the Web page belong in the .NET Framework class hierarchy?
- When during the page processing cycle is ViewState available?