CodeVerge.Net Beta
Login Idy
Register Password
  Forgot?
Explore    Item Entry    Members   
NEWSGROUP
.NET
Algorithms-Data Structures
Asp.Net
C Plus Plus
CSharp
Database
HTML
Javascript
Linq
Other
Regular Expressions
VB.Net
XML





Zone: > NEWSGROUP > Asp.Net Forum > migration_to_asp.net.migrating_from_asp_to_asp.net Tags:
Item Type: NewsGroup Date Entered: 2/19/2008 6:51:27 PM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
(NR, 0)
XPoints: N/A Replies: 2 Views: 19 Favorited: 0 Favorite
Can Reply:  No Members Can Edit: No Online: Yes
3 Items, 1 Pages 1 |< << Go >> >|
betul
Asp.Net User
IsObject() in aspx2/19/2008 6:51:27 PM

0/0

when I convert code in asp to aspx, it gives me error that says 'IsObject' is not declared.

IsObject() is a buildin boolean  function used in asp I guess, do u have ideas what to use for aspx?

s10n
Asp.Net User
Re: IsObject() in aspx2/19/2008 8:02:15 PM

0/0

 May be the "is" operator, you can use it like this

 

1    TextBox txtBox=new TextBox();     
2    if(txtBox is TextBox)
3                Response.Write("this is a textbox");
 
 
Zhao Ji Ma - MS
Asp.Net User
Re: IsObject() in aspx2/25/2008 5:59:10 AM

0/0

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. ?
3 Items, 1 Pages 1 |< << Go >> >|



Search This Site:


Meet Our Sponsors:



Other Resources:

IsObject() in aspx - ng.asp-net-forum.migrating_from_asp_to_asp-net ... IsObject() in aspx, > ROOT > NEWSGROUP > Asp.Net Forum > migration_to_asp.net. ... IsObject() in aspx. 2/19/2008 6:51:27 PM. 0/0 ...
ng.asp-net-forum.migrating_from_asp_to_asp-net - Web Programming Newsgroups IsObject() in aspx. 2. 1. 2/25/2008 5:59:10 AM. Old style ScriptingContext in VB.NET. 1 ... transition search results in Resources sorted by relevence - page 45 ...
Migrating from ASP to ASP.NET Migrating from ASP to ASP.NET. Re: IsObject() in aspx. Re: IsObject() in aspx. IsObject() in aspx ...
IsObject() in aspx - ng.asp-net-forum.migrating_from_asp_to_asp-net ... IsObject() in aspx, > ROOT > NEWSGROUP > Asp.Net Forum > migration_to_asp.net. ... IsObject() in aspx. 2/19/2008 6:51:27 PM. 0/0 ...
ASPX - 08/02/2002 /L20"ASPX" Nocase ASP_LANG Line Comment = ' String Chars = " Block Comment On ... IsEmpty IsError IsMissing IsNull IsNumeric IsObject LBound LCase Left LeftB Len ...
TheMSsForum.com >> VC >> IsObject (VB) in C++ - The Microsoft Software ... Best regards Robert Tag: IsObject (VB) in C++ Tag: 268549. 4 ... msdn2.microsoft.com/en-us/library/c2a19k26.aspx ..and I am having a problem with ...
Migrating from ASP to ASP.NET - ASP.NET Forums IsObject() in aspx. by betul. Re: IsObject() in... by Zhao Ji Ma - MSFT. 02-25-2008, 12:59 AM ... Savant James on what it's like to work in Windows Live Search ...
DiscountASP.NET Community Forum ... page can be found at : http://community.discountasp.net/default.aspx?f=5&m=5983 ... I'm getting "BC30451: Name 'IsObject' is not declared. ...
IEMobile Team Weblog : Why doesn't Adobe Flash always render for IE Mobile? Hi this is Dave, the Test Lead for IE Mobile. Yes, there is an Adobe Flash ... http://blogs.msdn.com/iemobile/archive/2006/08/03/Detecting_IE_Mobile.aspx ...
p2p.wrox.com Forums - Porting a sa,ple ASP CR viewer app to ASP.NET ... have changed the file extensions to ".aspx" and made the syntax corrections for the app to run. ... If Not IsObject (session("oApp")) Then ...
CSS Creator How to do this...?? CSS layout. CStr(i)) if (IsObject(swControl)) then swVersion = swControl.GetVariable ... "subnaviHi">By Type</a><a href="/Projects/Chronological/Default.aspx" class ...
Simple Example error - SoftArtisans Forums the line 42 is "If IsObject(oFileUp.Form("myFile")) Then" ... related to FileUp being installed in COM+/MTS. ... http://support.softartisans.com/kbview_248.aspx ...


 
All Times Are GMT