... dis- cuss at the book’s Web site: www.10projectswithasp .net. We’ll add new features as time goes on to make this site useful for everyone. Teamwork Network: File Libraries PROJECT 9 Figure 9. 4 File ... m_DS.Tables(0).Rows If dr.RowState = DataRowState.Added _ Or dr.RowState = DataRowState.Modified Then ValidateRow(dr) End If Next End Sub ‘ ‘ Checks an individual row for validation ru...
Ngày tải lên: 12/08/2014, 08:23
... discussion forums. Building the Online Store Application 3 89 Building the Online Store Application 375 <TD>< ;asp: comparevalidator id=”CompareValidator1” runat=”server” ControlToValidate=”Password2” ... m_DS.Tables(0).Rows If dr.RowState = DataRowState.Added _ Or dr.RowState = DataRowState.Modified Then ValidateRow(dr) End If Next End Sub ‘ ‘ Checks an individual row for valid...
Ngày tải lên: 12/08/2014, 08:23
ASP.NET at Work: Building 10 Enterprise Projects PHẦN 2 doc
... sdrData As SqlDataReader Dim sb As New StringBuilder Dim strColor As String Dim db as New AtWorkUtilities.Database(“server=localhost;” _ & “database=ASPNetProject02;uid=sa;pwd=;”) sdrData ... m_DS.Tables(0).Rows If dr.RowState = DataRowState.Added _ Or dr.RowState = DataRowState.Modified Then ValidateRow(dr) End If Next End Sub ‘ ‘ Checks an individual row for validation rule ‘ compliance...
Ngày tải lên: 12/08/2014, 08:23
ASP.NET at Work: Building 10 Enterprise Projects PHẦN 3 ppt
... align=”right”>End Date:</td> <td> < ;asp: textbox id=”txtEventEndDate” columns= 10 maxlength= 10 runat=”server” /> Time: < ;asp: textbox id=”txtEventEndTime” columns= 10 maxlength= 10 runat=”server” ... that we’ve used, so we’ll move on to the Web portion of the administration application next. Building the Administration Application The next feature to build i...
Ngày tải lên: 12/08/2014, 08:23
ASP.NET at Work: Building 10 Enterprise Projects PHẦN 4 doc
... ‘@StartDate datetime, @EndDate datetime’ IF (@StartDate IS NULL) SET @StartDate = CONVERT(datetime, ‘1/1/1753’) IF (@EndDate IS NULL) SET @EndDate = CONVERT(datetime, ‘12/31 /99 99 11: 59: 59 ) EXECUTE ... datetime, @EndDate datetime’ IF (@StartDate IS NULL) SET @StartDate = CONVERT(datetime, ‘1/1/1753’) IF (@EndDate IS NULL) SET @EndDate = CONVERT(datetime, ‘12/31 /99 99 11: 59: 59 ) EXE...
Ngày tải lên: 12/08/2014, 08:23
ASP.NET at Work: Building 10 Enterprise Projects PHẦN 6 docx
... 6.13. CREATE PROCEDURE sp_Get_Products_By_Category @categoryID int AS Select * from vw_Categories_Products Where CategoryID = @categoryID return @@rowcount Listing 6.13 sp_Get_Products_By_Category ... startup and setting the source value that will be used with this particular application (other ASP. NET applica- tions may specify that sources be placed in the ASP. NET Error Manager e...
Ngày tải lên: 12/08/2014, 08:23
ASP.NET at Work: Building 10 Enterprise Projects PHẦN 10 ppt
... Performed</p> < ;asp: label id=”lblMessage” class=”text” runat=”server” /> < ;asp: Repeater id=”rptList” runat=”server”> <HeaderTemplate> Listing 10. 31 task_view.aspx (continued) 592 Project 10 TEAMFLY ... align=”right”> Description: </td> <td> < ;asp: textbox id=”txtDescription” rows= 10 Listing 10. 33 task_create.aspx 596 Project 10 ‘ Priv...
Ngày tải lên: 12/08/2014, 08:23
Visual Basic .NET at Work Building 10 Enterprise Projects phần 1 potx
... 5b: The Application Installation 176 Project 5c: Web Setup 190 Enhancing the Project 193 Project 6: Web Portal with ASP. NET 195 The Project 197 What Is ASP. NET? 197 How Is ASP. NET Different from ... Information 84 UDDI 84 Web References and the Proxy 86 WSDL 88 All of Them Together 89 Let’s Start the Project 90 Overview 90 The Web Service 91 The Database 91 The Web Se...
Ngày tải lên: 14/08/2014, 01:20
Visual Basic .NET at Work Building 10 Enterprise Projects phần 7 potx
... generate an XSD schema to match an existing database that can be distributed to users of the data to make sure that the data is correct. It will also communicate the data interface so that consumers ... on the form, Generate Toy Data and Generate Toy Schema, are used to generate XML and XSD files that follow a specific SQL select statement. The last option, Generate Other Data, allows the use...
Ngày tải lên: 14/08/2014, 01:20
Visual Basic .NET at Work Building 10 Enterprise Projects phần 8 potx
... operators. RangeValidator Make sure that the value in the associated control is within a specified range. RegularExpressionValidator Check to make sure that the value in the associated control matches ... the configuration file, which I’ll cover in detail later. Forms Authentication and Authorization Forms authentication and authorization are ideal for Web sites and Web applications that are...
Ngày tải lên: 14/08/2014, 01:20