Hello..
1. sku textbox
2. title textbox
like
insert into table(sku,title,description)
values ('sku-girl''s','cookie''s','description''s')
but product.aspx page update button click and save this page ...
but sku,title,description insert ('') why ... can without ('') save page.
how to solve ...