Object reference not set to an instance of an object.
its urget... plz resolve it
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jitendra KumarPosted Dec 30, 2014, 9:49 AM
Kindly explain what you want to do.
akash singhPosted Dec 30, 2014, 12:47 AM
akash singhPosted Dec 30, 2014, 12:44 AM
Jitendra KumarPosted Dec 30, 2014, 12:42 AM
use viewstate or hidden field
akash singhPosted Dec 30, 2014, 12:35 AM
akash singhPosted Dec 30, 2014, 12:35 AM
akash singhPosted Dec 30, 2014, 12:34 AM
Jitendra KumarPosted Dec 30, 2014, 12:33 AM
akash singhPosted Dec 30, 2014, 12:30 AM
Joginder BangerPosted Dec 26, 2014, 2:31 PM
Table t = (Table)Page.FindControl("Panle1").FindControl("Tabl");
In aspx have no 'tabl', Plz check this code.
Jitendra KumarPosted Dec 26, 2014, 11:47 AM
You create table as local. button click event table are lost so table not find and
"Object reference not set to an instance of an object" error are occur.