Click here to Skip to main content
16,004,782 members

Comments by Jitendra Singh (Top 1 by date)

Jitendra Singh 23-Aug-13 1:46am View    
Hello to everybody,
My code raising an error for
"DropDownList ddlUserEmailid = (DropDownList)e.Row.FindControl("ddlUserEmailid");"
Error: Object reference not set to an instance of an object

I also tried this:
"DropDownList ddlUserEmailid = gridImport.FindControl("ddlUserEmailid") as DropDownList;"

Please suggest.