You must Sign In to post a response.
  • Category: .NET

    How to Bind Product Prices outside Data grid view textboxes

    I am creating windows application using c#, here I am using my billing form datagridview my datagridview columns (Slno, ProductName, Price, Qty, Amout). I am already stored my product(table name) database table, each product stored different 4 prices (Ex : Ball, price1-10, price2-20, price3-30, price4-40),

    When I am entered datagrdiview ProductName that time above 4 prices shown textboxes outside gridview .

    How to develop above my project any one give me ideas.
  • #766352
    Hi

    try this query



    create table tblProd
    (
    Slno int,
    ProductName varchar(30),
    Qty int,
    Amout decimal(18,2)
    )


    select * from where ProductName like '%Ball%'


    Name : Dotnet Developer-2015
    Email Id : kumaraspcode2009@gmail.com

    'Not by might nor by power, but by my Spirit,' says the LORD Almighty.

  • #766358
    Hi,

    Need more details about your requirement, your question is not understandable. Please elaborate your question by editing the question that will help us to give you better idea to implement your requirement.

    --------------------------------------------------------------------------------
    Give respect to your work, Instead of trying to impress your boss.

    N@veen
    Blog : http://naveens-dotnet.blogspot.in/

  • #766941
    I didn't get your question please make sure that a snapshot is provided in this so that it is easy to reply with a response.
    SRI RAMA PHANI BHUSHAN KAMBHAMPATI


  • Sign In to post your comments