Click here to Skip to main content
16,012,223 members

Comments by Arun K V (Top 8 by date)

Arun K V 7-Dec-10 1:17am View    
there is an error withe the Picture class object.The error is the type or namespace name 'Picture' could not be found.
Arun K V 26-Nov-10 4:20am View    
not by rowindex..I want to delete the row by its datafield
Arun K V 18-Nov-10 2:28am View    
I had tried this.But the condition is always false
foreach (GridViewRow gvr in customersGridView.Rows)
{
if (((CheckBox)gvr.FindControl("chkCustomer")).Checked == true)
{
string strPrimaryid = gvr.Cells[1].ToString();
}
}
Arun K V 26-Oct-10 6:36am View    
is it possible by without using UserControl???
Arun K V 26-Oct-10 6:33am View    
I am trying to get the value of the panel control. I tried this Panel editReference = (Panel)PreviousPage .FindControl("pnlEditReference"); But the error occurs that object reference is not set to an instance