ASP. NET 2.0 data tutorial for Scott Mitchell

  • 2021-07-22 09:31:11
  • OfStack

ASP. NET 2.0 Data Tutorial Directory Index for Scott Mitchell

01. Create a data access

02. Create a business logic layer

03. Motherboard Pages and Site Navigation

04. Presenting data using ObjectDataSource

05. Declare parameters

06. Programming Parameter Values for ObjectDataSource

07. Master/Slave Reports Filtered Using DropDownList

08. Master/Slave reports using two DropDownList filters

09. Cross-page master/slave reports

10. Master/Slave Reports Using GridView and DetailView

11. Custom Formatting Based on Data

12. Using TemplateField in an GridView control

13. Using TemplateField in an DetailsView control

14. Templates using FormView

15. Display statistics in the footer of GridView

16. Overview of inserting, updating and deleting data

17. Examine the associated events of inserts, updates, and deletions

18. Handle exceptions for the BLL/DAL layer in the ASP. NET page

19. Add validation controls to edit and add interfaces

20. Customize the data modification interface

21. Implementing open concurrency

22. Add client acknowledgement for deleting data

23. Restrictions on modifying data based on users

24. Paging and sorting report data

25. Improve paging efficiency when there is a large amount of data

26. Sort custom paging data

27. Create a custom sort user interface

28. Button in GridView

29. Display data with DataList and Repeater

30. Formatting data for DataList and Repeater

31. Use DataList to display multiple records on one line

32. Nesting of data controls

33. Master/Slave Reports Using DropDownList Filters Based on DataList and Repeater

34. Cross-page master/slave reports based on DataList and Repeater

35. Master/slave reports using Repeater and DataList single pages

36. Overview of Editing and Deleting Data in DataList

37. DataList batch update

38. Handling exceptions for BLL and DAL

39. Add validation controls to the DataList editing interface

40. Customize DataList editing interface

41. DataList and Repeater data paging

42. DataList and Repeater data sorting (1)

43. DataList and Repeater data sorting (2)

44. DataList and Repeater data sorting (3)

45. Custom Button in DataList and Repeater

46. Retrieving data using the SqlDataSource control

47. Insert, update, and delete data with SqlDataSource controls

48. Using Open Concurrency for SqlDataSource Controls

49. Add an RadioButton to an GridView control

50. Add an Checkbox to an GridView control

51. Insert a new record from the footer of GridView

52. Upload files using FileUpload

53. Display binary data in the Data Web control

54. Include 1 file upload option when adding new records

55. Editing and deleting existing binary data

56. Using ObjectDataSource to cache data

57. Caching data in a hierarchical architecture

58. Caching data during program startup

59. Using SQL to cache dependency SqlCacheDependency

60. Create a custom Database-Driven Site Map Provider

61. Encapsulating database modifications in transactions

62. GridView batch update data

63. GridView realizes batch deletion of data

64. GridView Batch Adding Data

65. Create a new stored procedure in TableAdapters

66. Using existing stored procedures in TableAdapters

67. Using JOINs in TableAdapters

68. Adding additional columns for DataTable

69. Working with the Computed Columns column

70. Configure database connections and command level settings

71. Protect connection strings and other settings

72. Debug stored procedures

73. Creating stored procedures and user-defined functions with Managed Code (Part I)

74. Creating Stored Procedures and User-Defined Functions with Managed Code (Part II)

Sort out 74 articles, this site of this site is also exhausted, I hope we can help.


Related articles: