Just wanted to check that when you use an object, is it given a value of null?
Eg if I have
And I use this in my page:-Code:Public Class myObj { public int id {get; set;} public myObj() { } }
is the value of newObj=null?Code:myObj newObj;
or do you have to create an instance?
would newObj=null now?Code:myObj newObj = new myObj();



LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks