CodeCharge Studio
search Register Login  

Web Reporting

Visually create Web Reports in PHP, ASP, .NET, Java, Perl and ColdFusion.
CodeCharge.com

YesSoftware Forums -> CodeCharge Studio -> ASP.NET - InMotion Framework

 Hiding Login Box

Print topic Send  topic

Author Message
duplo1

Posts: 67
Posted: 05/04/2009, 9:59 AM

Hi there,

For an ASP.net C# Inmotion project I need to program the following. If a user is already logged in then I need to hide the LOGIN Form.

Could someone please show me how to do that ????

Thank you !

Christoph
View profile  Send private message
duplo1

Posts: 67
Posted: 05/05/2009, 9:51 AM

I found the solution myself as follows:

if (Session["UserID"] == null )
((Record)sender).Visible = true;
else ((Record)sender).Visible = false;


Christoph
View profile  Send private message
duplo1

Posts: 67
Posted: 05/05/2009, 9:52 AM

sorry, it has to be added to the BEFORE SHOW events.
View profile  Send private message

Add new topic Subscribe to topic   


These are Community Forums for users to exchange information.
If you would like to obtain technical product help please visit http://support.yessoftware.com.

MS Access to Web

Convert MS Access to Web.
Join thousands of Web developers who build Web applications with minimal coding.

CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


Powered by UltraApps Forum created with CodeCharge Studio
Copyright © 2003-2004 by UltraApps.com  and YesSoftware, Inc.