... cung cấp hàm sau (sử dụng ADO .NET để kết nối với CSDL): public void CreateCategory(Category category) { // tạo connection Ứng dụng tin tức đơn giản với ASP. NET Bài viết sẽ hướng dẫn ... dụng. Lớp này sẽ sử dụng các dịch vụ do lớp Business Logic cung cấp. Trong .NET thì bạn có thể dùng Windows Forms, ASP. NET hay Mobile Forms để hiện thực lớp này. Trong lớp này có 2 th...
Ngày tải lên: 13/12/2013, 01:16
... "CustomerID" Session.Item("CallingPage") = "wfrmHowTo8_8a.aspx" Server.Transfer("wfrmHowTo8_8b.aspx") End Sub 3. Add the code in Listing 8.46 to the Load event ... Session.Item("SearchField") = "CompanyName" 8.8 Make a Generic Search Form in an ASP. NET Web Application This tutorial will show you how to add a unique se...
Ngày tải lên: 24/12/2013, 06:17
Tài liệu Creating Web Applications with ASP.NET doc
... Applications with ASP. NET A Web application that uses ASP. NET typically consists of one or more ASP. NET pages or Web forms, code files, and configuration files. A Web form is held in an .aspx file, ... .NET specific tags. An .aspx file defines the layout and appearance of a page. Each .aspx file often has an associated code file containing the application logic for the compon...
Ngày tải lên: 24/12/2013, 09:16
Tài liệu CHƯƠNG II: CÁC LỚP SỬ DỤNG TRONG ASP.NET doc
... Server Transfer: gửi tất cả thông tin mà nó đã xử lý từ trang ASP hiện hành sang trang ASP khác Cú pháp: Trong đó, tham số path là đường dẫn của tập tin ASP cần chuyển điều khiển. Server.Transfer(path) Server.Transfer(path) 50 Session Khởi ... của mỗi tham số đặt sau dấu = <a href=”FileName.aspx? var1=value1&var2=value2&…”> Text hoặc image </a> <a href=”...
Ngày tải lên: 15/02/2014, 18:20