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

    Sum of gridview control using vb.net coding

    hi,
    i am using gridview control in my page.inside that i am using textbox in edititemtemplate field.
    i have unit and sqft column in that gridview.multiply 2(2*3) values in unit column and get that value in sqft column.how it is possible?
    thanks in advance
  • #769407
    Hi Arun,

    You can do all the calculations inside grid view row data bound event. this event fires foe each row.Here you can find the column containing sqft value , manipulate its value and place the data in other column.

    good luck :)

    Thanks!
    Anjali Bansal

    ~Give your best and lead the world


  • Sign In to post your comments