Results 1 to 1 of 1

Thread: ASP.NET GridView CRUD with Bootstrap (VB.NET)

  1. #1

    Thread Starter
    Frenzied Member KGComputers's Avatar
    Join Date
    Dec 2005
    Location
    Cebu, PH
    Posts
    2,020

    ASP.NET GridView CRUD with Bootstrap (VB.NET)

    Here's a simple ASP.NET application that demonstrates CRUD (Create/Update/Delete) using GridView control
    and bootstrap.

    Instructions:
    1. Execute create table script (Customer.sql) using SSMS.
    - Replace USE [YourDatabase] with a specific database.
    2. Update Web.Config appsetting with your SQL Server connection string.
    Code:
    <appSettings>
        <add key="ConnectionString" value="Server=yourserver;Database=yourdatabase;User id = sa;Password=yourpassword"/>
       </appSettings>
    Create:
    Name:  create.jpg
Views: 20105
Size:  21.0 KB
    Update:
    Name:  update.jpg
Views: 14763
Size:  17.5 KB
    Delete:
    Name:  delete.jpg
Views: 11300
Size:  15.9 KB
    Empty GridView:
    Name:  empty.jpg
Views: 10234
Size:  10.7 KB

    Code:
    - ASP.NET 4.5 (VB.NET)
    - Customer.sql
    Attached Files Attached Files
    CodeBank: VB.NET & C#.NET | ASP.NET
    Programming: C# | VB.NET
    Blogs: Personal | Programming
    Projects: GitHub | jsFiddle
    ___________________________________________________________________________________

    Rating someone's post is a way of saying Thanks...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width