Search Result

Collapse
2 results in 0.0042 seconds.
Keywords
Members
Tags
sql server2005
  •  

  • Dynamically added Checked Changed Event is not Firing

    hi seniors.. I have added columns and checkboxes Dynamically... But met with a problem that the CheckedChanged Event is not fired.. here is my Code..

    Code:
    protected void ddlRole_SelectedIndexChanged(object sender, EventArgs e)
    {
    
    
            for (int i = 0; i < DtOperation.Rows.Count; i++)
            {
                Dt.Columns.Add(DtOperation.Rows[i][0].ToString());
            }
    ...
    See more | Go to post

  • sthiru
    started a topic How to send data back to sql from excel
    in .NET

    How to send data back to sql from excel

    Hi,

    i have a sql database and lot of tables.
    I want to insert and update a sql table from excel. I can retrieve the data from sql table to excel sheet. But i have to send the data back to sql with the changes if any, from excel sheet. I have struggling in this part.

    This is my problem.

    Can you help any one to solve this problem.

    Thanks in advance.

    Thiru.
    See more | Go to post
Working...