Hey Guys dont forget to subscribe my channel 
& share this video to everyone
Family Expense Tracker Application | ASP .NET C# ,SQL SERVER | CODERBABA
https://youtu.be/xr_BCbhuaFM
  
  & share this video to everyone
Family Expense Tracker Application | ASP .NET C# ,SQL SERVER | CODERBABA
https://youtu.be/xr_BCbhuaFM
YouTube
  
  04 Family Expense Management Application | ASP.NET C# ,SQL SERVER | CODERBABA | Tutorial in Hindi
  04 Family Expense Tracker Application | ASP.NET C# ,SQL SERVER | #CODERBABADownload Source code:https://www.coderbaba.in/2021/01/how-to-create-family-expense...
  Online Inventory Management Project in PHP with source code and Database.
Where to use it??
This is a Web based application on the store inventory system used for small Organization.
https://imojo.in/20aood3
  
  Where to use it??
This is a Web based application on the store inventory system used for small Organization.
https://imojo.in/20aood3
coderbaba
  
  Online Inventory Management Project in PHP with source code and Database.
  
  Online Restaurant Management System PHP Project with Source Code & Database
Download:
https://imojo.in/2246cwv
  
  Download:
https://imojo.in/2246cwv
coderbaba
  
  Online Restaurant Management System PHP Project with Source Code & Database
  
  GridView custom pager template
——————————————
<%@ Page Language="C#" AutoEventWireup="true" %>
<!DOCTYPE html>
<script runat="server">
protected void GridView1_RowCommand(Object sender, GridViewCommandEventArgs e)
{
switch (e.CommandName)
{
case "First":
{GridView1.PageIndex = 0; break;}
case "Next":
{ GridView1.PageIndex++; break; }
case "Previous":
{ GridView1.PageIndex--; break; }
case "Last":
{ GridView1.PageIndex = GridView1.PageCount - 1; break; }
}
Label1.Text = "Current Page: " + (GridView1.PageIndex + 1) + " Total Page:" + GridView1.PageCount;
}
</script>
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>How to create GridView custom pager template in asp.net</title>
</head>
<body>
<form id="form1" runat="server">
<div>
<h2 style="color:Navy; font-style:italic;">GridView Example: Using Custom PagerT
  ——————————————
<%@ Page Language="C#" AutoEventWireup="true" %>
<!DOCTYPE html>
<script runat="server">
protected void GridView1_RowCommand(Object sender, GridViewCommandEventArgs e)
{
switch (e.CommandName)
{
case "First":
{GridView1.PageIndex = 0; break;}
case "Next":
{ GridView1.PageIndex++; break; }
case "Previous":
{ GridView1.PageIndex--; break; }
case "Last":
{ GridView1.PageIndex = GridView1.PageCount - 1; break; }
}
Label1.Text = "Current Page: " + (GridView1.PageIndex + 1) + " Total Page:" + GridView1.PageCount;
}
</script>
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>How to create GridView custom pager template in asp.net</title>
</head>
<body>
<form id="form1" runat="server">
<div>
<h2 style="color:Navy; font-style:italic;">GridView Example: Using Custom PagerT
<asp:GridView 
ID="GridView1"
runat="server"
DataSourceID="SqlDataSource1"
AutoGenerateColumns="true"
AllowPaging="true"
PageSize="10"
BorderColor="LightPink"
Font-Names="Comic Sans MS"
OnRowCommand="GridView1_RowCommand"
Width="650"
>
<HeaderStyle BackColor="Crimson" ForeColor="Snow" Height="45" />
<RowStyle BackColor="OrangeRed" ForeColor="Snow" Font-Italic="true" />
<PagerStyle Height="45" HorizontalAlign="Right" BackColor="RosyBrown" />
<PagerTemplate>
<asp:Button
ID="Button1"
runat="server"
Text="First"
CommandName="First"
Height="35"
Font-Bold="true"
ForeColor="SaddleBrown"
/>
<asp:Button
ID="Button2"
runat="server"
Text="Next"
CommandName="Next"
Height="35"
Font-Bold="true"
ForeColor="SaddleBrown"
/>
<asp:Button
ID="Button3"
runat="server"
Text="Previous"
CommandName="Previous"
Height="35"
Font-Bold="true"
ForeColor="SaddleBrown"
/>
<asp:Button
ID="Button4"
runat="server"
Text="Last"
CommandName="Last"
Height="35"
Font-Bold="true"
ForeColor="SaddleBrown"
/>
</PagerTemplate>
</asp:GridView>
  ID="GridView1"
runat="server"
DataSourceID="SqlDataSource1"
AutoGenerateColumns="true"
AllowPaging="true"
PageSize="10"
BorderColor="LightPink"
Font-Names="Comic Sans MS"
OnRowCommand="GridView1_RowCommand"
Width="650"
>
<HeaderStyle BackColor="Crimson" ForeColor="Snow" Height="45" />
<RowStyle BackColor="OrangeRed" ForeColor="Snow" Font-Italic="true" />
<PagerStyle Height="45" HorizontalAlign="Right" BackColor="RosyBrown" />
<PagerTemplate>
<asp:Button
ID="Button1"
runat="server"
Text="First"
CommandName="First"
Height="35"
Font-Bold="true"
ForeColor="SaddleBrown"
/>
<asp:Button
ID="Button2"
runat="server"
Text="Next"
CommandName="Next"
Height="35"
Font-Bold="true"
ForeColor="SaddleBrown"
/>
<asp:Button
ID="Button3"
runat="server"
Text="Previous"
CommandName="Previous"
Height="35"
Font-Bold="true"
ForeColor="SaddleBrown"
/>
<asp:Button
ID="Button4"
runat="server"
Text="Last"
CommandName="Last"
Height="35"
Font-Bold="true"
ForeColor="SaddleBrown"
/>
</PagerTemplate>
</asp:GridView>
New Video Out Today
inventory management system
windows application project in c# .net
https://youtu.be/TPdcouldCIk
  
  inventory management system
windows application project in c# .net
https://youtu.be/TPdcouldCIk
YouTube
  
  C#.NET | How to create window application project for Inventory | CODERBABA | Part-1
  inventory management system project in C#.NET ,SQL Server Database.
This is a simple windows application project Named " INVENTORY SYSTEM " in c#.net Using VISUAL STUDIO
...........................
my website https://www.coderbaba.in
.............................…
  This is a simple windows application project Named " INVENTORY SYSTEM " in c#.net Using VISUAL STUDIO
...........................
my website https://www.coderbaba.in
.............................…
O Level Practical Exam Question-Answer
Q-1:
Create a page with two frames using HTML.The Left frame of page contains the list of Names and Images of the Indian National Leaders. on the left frame when you click on the images, the details will be shown on the right frame.
https://youtu.be/X1X1XzWpyA8
  
  Q-1:
Create a page with two frames using HTML.The Left frame of page contains the list of Names and Images of the Indian National Leaders. on the left frame when you click on the images, the details will be shown on the right frame.
https://youtu.be/X1X1XzWpyA8
YouTube
  
  O Level Practical Exam Question-Answer | web designing and Publishing |
  O Level Practical Exam Question-Answer
Question:
Create a page with two frames using HTML.The Left frame of page contains the list of Names and Images of the Indian National Leaders. on the left frame when you click on the images, the details will be shown…
  Question:
Create a page with two frames using HTML.The Left frame of page contains the list of Names and Images of the Indian National Leaders. on the left frame when you click on the images, the details will be shown…
In HTML has two type of Elements
--------------------------------
1-Block Elements
2-Inline Elements
1-Block Elements:
block elements add a line break before and after them
* <div> tag is a block element
* Other block elements are <table>,<hr>, Headings, List (<ul>,<ol>), <p> and etc.
2-Inline Elements:
inline elements don't break the text before and after them
* <span> is an inline elements.
* Most HTML elements are inline, for Ex: <a>
What is DIV:
the <div> tag defines a division or a section in an HTML document. creates logical division within a page.
  --------------------------------
1-Block Elements
2-Inline Elements
1-Block Elements:
block elements add a line break before and after them
* <div> tag is a block element
* Other block elements are <table>,<hr>, Headings, List (<ul>,<ol>), <p> and etc.
2-Inline Elements:
inline elements don't break the text before and after them
* <span> is an inline elements.
* Most HTML elements are inline, for Ex: <a>
What is DIV:
the <div> tag defines a division or a section in an HTML document. creates logical division within a page.
<DIV> tag support all global attributes....
Class
ID
Style
lang
dir
title
tabindex
contenteditable
hidden
spellcheck
Class:
refers to a class in a style sheet
ID:
Specifies a unique id for an element
Style:
Specifies an inline CSS style for an element
lang:
Specifies the language of the element's content
dir:
Specifies the text direction for the content in an element
title:
Specifies extra information about an element.
tabindex:
Specifies the tabbing order of an element
contenteditable
Specifies whether the content of an element is editable or not
hidden:
Specifies that an element is not yet, or is no longer, relevant.
spellcheck:
Specifies whether the element is to have its spelling and grammar checked or not
Ex:
<html>
<body>
<p contenteditable="true" spellcheck="true">
This is a praggagraph. It is editable.</p>
First name: <input type="text" name="fname" spellcheck="true">
</body>
</html>
  Class
ID
Style
lang
dir
title
tabindex
contenteditable
hidden
spellcheck
Class:
refers to a class in a style sheet
ID:
Specifies a unique id for an element
Style:
Specifies an inline CSS style for an element
lang:
Specifies the language of the element's content
dir:
Specifies the text direction for the content in an element
title:
Specifies extra information about an element.
tabindex:
Specifies the tabbing order of an element
contenteditable
Specifies whether the content of an element is editable or not
hidden:
Specifies that an element is not yet, or is no longer, relevant.
spellcheck:
Specifies whether the element is to have its spelling and grammar checked or not
Ex:
<html>
<body>
<p contenteditable="true" spellcheck="true">
This is a praggagraph. It is editable.</p>
First name: <input type="text" name="fname" spellcheck="true">
</body>
</html>
