aspx thread: Error in assigning text to TextBox
hi, While assigning Text property of TextBox Control from a C Sharp file which gets compiled at the background of aspx page (in Visual Studio.Net) like, TextBox1.Text = "Hello"; I get an UnHandled Exception stating, "Attempted to dereference a null object reference" why is it so?? Thanks, Uma
|





