how to insert an integer value from a Grid to Sql table?
        Posted  
        
            by z-chaos
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by z-chaos
        
        
        
        Published on 2010-05-11T10:11:07Z
        Indexed on 
            2010/05/11
            10:14 UTC
        
        
        Read the original article
        Hit count: 318
        
Hi, I have a AdvWebGrid where the 7th coloumn is DynEdit where user will enter the value.Now I have to take the enetered value and insert into the Sql tablel. For example i have 7 records in the grid the user will enter some comments for the first three record and save.Now i have to insert/update the first three comments in the table.
© Stack Overflow or respective owner