User Profile

Collapse

Profile Sidebar

Collapse
thiagarajanrsbe
thiagarajanrsbe
Last Activity: Feb 23 '08, 09:17 AM
Joined: Jan 25 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • thiagarajanrsbe
    started a topic problem in GridView
    in .NET

    problem in GridView

    Code:
    protected void gridReport_RowUpdating(object sender, GridViewUpdateEventArgs e)
        {
            try
            {
                for (int i = 0; i < gridReport.Columns.Count; i++)
                {
                    DataControlFieldCell cell = gridReport.Rows[e.RowIndex].Cells[i] as DataControlFieldCell;
                    gridReport.Columns[i].ExtractValuesFromCell(e.NewValues, cell, DataControlRowState.Edit, true);
    ...
    See more | Go to post
    Last edited by RedSon; Jan 28 '08, 04:56 PM.

  • hi !

    do u got answer to this problem......im also having that problem.....ple ase help me to solve the problem..
    See more | Go to post

    Leave a comment:


  • thiagarajanrsbe
    replied to GridView not updating !!!
    in .NET
    Dear Sir/Madam,

    Please send this solution as a cs file........im also having that problem.......
    im using gridt_RowUpdati ng event.......... ..pls help me to solve the problem
    See more | Go to post

    Leave a comment:


  • thiagarajanrsbe
    replied to grid view problem
    in .NET
    Dear Sir,

    im not using any texbox in my gridview.i want to just update the data into the database.....pl s send me the sample code....
    See more | Go to post

    Leave a comment:


  • thiagarajanrsbe
    started a topic grid view problem
    in .NET

    grid view problem

    Dear All,

    I have one problem in gridview.Im using C# code and ADO connection.
    In the grid view ,data is not updated in the update link....Please hep me to solve this issue.........
    Im use grid_Row Editing Event to edit the grid.......whic h command should use to update the data........and send me sample update code in ADO connection
    See more | Go to post
No activity results to display
Show More
Working...