THÔNG TIN TÀI LIỆU
Thông tin cơ bản
Định dạng | |
---|---|
Số trang | 1.086 |
Dung lượng | 19,39 MB |
Nội dung
Ngày đăng: 25/03/2019, 16:03
Nguồn tham khảo
Tài liệu tham khảo | Loại | Chi tiết | ||
---|---|---|---|---|
1. What is the main difference between the Button server control and the Button HTML control?When clicked, the Button server control triggers an ASP.NET Click event procedure on the server. The Button HTML control triggers the event procedure indicated in the button’s onclick attribute, which runs on the client | Sách, tạp chí |
|
||
2. How do you get several RadioButton controls to interoperate on a Web form so that only one of the RadioButton controls can have a value of True/true at any given time?Set the GroupName property of each RadioButton to the same name | Sách, tạp chí |
|
||
5. What is wrong with the following line of code?Visual Basic .NETServer.Transfer("Default.htm")Visual C#Server.Transfer("Default.htm");You can’t use the Transfer method with HTML pages. It works only with .aspx pages | Sách, tạp chí |
|
||
3. Why does ASP.NET perform validation on both the client and the server | Khác | |||
4. What types of validation would you use to verify that a user entered a valid customer number | Khác | |||
6. Why can’t you open a new browser window from within server code | Khác | |||
1. What steps would you follow and what objects would you use to quickly find the number of records in a database table | Khác |
TÀI LIỆU CÙNG NGƯỜI DÙNG
TÀI LIỆU LIÊN QUAN