Object reference error in custom control
Hi, I'm getting the error, Object reference not set an instance of an object, on this line of code...
"if (!Page.IsPostBack)"
This error is coming from within on of my custom controls. Is there any reason this error would occur? I'm developing in .net 1.1 (C#)
Replies
Know the answer? Post it — somebody with the same question will find it here.