Posts

How to make login form in Asp.Net(C#) using three layer.

Image
First you create a project in the visual studio. After that you add web form . Click the project name and add web form. Label and textbox drag and drop form the toolbox. Now process start, how we add DAL , BLL, your web form is presentation layer. DAL stand for data access layer. BLL stand for business logic layer. Add DAL Add BLL In data access layer! In business logic layer! In presentation layer! Add second form you want to show,if user successfully login. Summary Open visual studio and create project. After that add web form for login form. Second web form when user successfully login & access form. In sql server create database and under database create table. Enter some data in the table. Finally make method in data access layer and business layer after that in presentation layer make condition, when user enter correct user name and password then they can access the next page. Other wise display message invalid user name or password! Tools Vi...

Show database values in Table or Data Grid View

Image
Getting Started with the Grid Control Show database values in the data grid view using C# window form Open visual studio & create a project. Give the title of the project and click OK button. Make data base, under data base create a table. Make id as auto increment & save the table. In visual studio, add window form. Give the title of the window form and click Add button. Display toolbox, drag and drop data grid view from the toolbox. Few steps required for data base connectivity, you can customise your values, you want to display in the data grid view. Select values you want to display in the data grid view. Summary First create project in visual studio and make database in sql server. Enter some record in the table to display in the Data Grid View. Add window form. Drag & drop data grid view form the toolbox, make sql connection, few steps required for database connectivity, & finally display data in the data grid-view C# window form.

How to display data in grid view using Asp.Net Web form.

Image
Data bind in Asp.Net Grid view using Web form First you create project in visual studio & give the name of the project. Give the project name and click OK button. Tools Visual Studio. Sql Server Management Studio. After successfully created project in visual studio, now create a database in sql server management studio, under database create a table. Make id as a primary key, and also make auto increment, auto increment mean increment one by one automatically. Steps required to make id auto increment. Identity Specification make No to Yes. Give the table name and save. Open visual studio. Click the project name . Click add. Add web form. Give web form name. Click Add. Summary First create project in visual studio and make database in sql server. Enter some record in the table to display in the Grid view. Add web form. Drag & drop grid view form the toolbox, make sql connection, few steps required for database connectivity, & finally display ...

HTML Tutorial for Beginners

Image
HTML Iframes HTML Scripts URL Common URL HTML Video HTML Input Types Source Code

HTML Tutorial for Beginners

Image
HTML Forms HTML Forms - The Input Element Text Fields Password Field Radio Buttons Checkboxes Submit Button HTML Form Tags HTML Fields Password Field Radio Buttons Checkboxes Submit Button

HTML Tutorial for Beginners

Image
HTML Blocks The HTML Div Element The HTML Span Element HTML Grouping Tags Div Span HTML Layouts Useful Tip

HTML Tutorial for Beginners

Image
HTML Document Head Section HTML Headings HTML Paragraph Table Lists Order List Unorder List Usefull tips Important tags