There is a table which has 4 columns n 9 rows.these columns are
Productname-
Produsttype
UOM
Price
This is a user entry form.
its DB is :-
Productname-varchar(50)
Produsttype varchar(50)
UOM varchat(10)
Price decimal(10.3)
Each row contain 4 textboxes. Each text boxex should be checked befor entry. And there is 3 buttons named
• Subimt & Print
• Print
• Clear.
Plz tell me the code for this
Productname-
Produsttype
UOM
Price
This is a user entry form.
its DB is :-
Productname-varchar(50)
Produsttype varchar(50)
UOM varchat(10)
Price decimal(10.3)
Each row contain 4 textboxes. Each text boxex should be checked befor entry. And there is 3 buttons named
• Subimt & Print
• Clear.
Plz tell me the code for this
Comment