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 -> .NET

 heow to declare variabel

Print topic Send  topic

Author Message
REVENSE

Posts: 46
Posted: 07/31/2006, 9:13 PM

hi guys

i want ask how to declare a variabel. so that variabel i can use for flag and i can call it in other page or form. thx

jun
View profile  Send private message
Abs
Posted: 08/04/2006, 2:43 AM

Hi,

You can declare a variable like this:

Dim variableName As String

This variable is NOT accessable to other pages.

Use session variable or viewstate variable instead... like this:

Session("variableName") = ...

Or

ViewState("variableName") = ...


Both of them can be referenced from other pages in the application.


Abs




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.

PHP Reports

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

Home   |    Search   |    Members   |    Register   |    Login


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