Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx thread: Error in assigning text to TextBox


Message #1 by "Uma Maheswari" <maheswarim@r...> on 31 Jan 2001 06:33:29 -0000
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












  Return to Index