Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx thread: Need idea how to use IIF functionality in ASPX page.


Message #1 by "Jitendra Kumar Biswal" <jitbiswal@y...> on Sun, 14 Jul 2002 12:30:59
  Hi,
      I am a new .Net developer. Now doing some development work in ASPX  
Oracle and vb Assembly. I want to use "IIF" function in my ASPX code 
behind file(.vb) as used in VB earlier . It is giving error as "IIF" is 
not defined , but I am getting all the intelligence messages when writing 
the function in vb code behind file.Please let me know how to use this 
function in this environment.

Regards..
Jit
Message #2 by "Subraya Hegde" <subrayah@i...> on Mon, 15 Jul 2002 17:02:11 +0530
Hey,
  
  Just import the namespace 'Microsoft.VisualBasic' into your code.

-HegdeS

  Return to Index