Hi betul,
IsObject() is not necessary in the ASP.NET since every object is derived from System.Object. You can look at this:
http://msdn2.microsoft.com/en-us/library/system.object.aspx
One method is that you can hard code true or false to replace IsObject in ASP.NET.
Zhao Ji Ma
Sincerely,
Microsoft Online Community Support
?Please remember to click ?Mark as Answer? on the post that helps you, and to click ?Unmark as Answer? if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread. ?