Add new row in datagrid through javascript

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • neeraj

    #1

    Add new row in datagrid through javascript

    Hi every body

    Could any body give me java script code for add new row in datagrid.

    Actually I have one data grid in my asp.net webpage with multiple rows
    and
    4 columns, the first column is template column which contains check box
    , and other column is data bound columns which contains text.

    I want to append that entire row in same grid which check box is
    checked on a button click.

    This functionality I have done through code behind but my client
    requires this functionality through JavaScript.

    I have no idea, how I do that through java script,
    Please give me code it's very urgent.

    Thanks

  • Herfried K. Wagner [MVP]

    #2
    Re: Add new row in datagrid through javascript

    "neeraj" <neeraj.nav@gma il.comschrieb:
    Could any body give me java script code for add new row in datagrid.
    What's the relation of your question to VB.NET programming? You may want to
    ask the question in the ASP.NET group.

    --
    M S Herfried K. Wagner
    M V P <URL:http://dotnet.mvps.org/>
    V B <URL:http://dotnet.mvps.org/dotnet/faqs/>

    Comment

    Working...