CodeCharge Studio
search Register Login  

Visual PHP Web Development

Visually Create Internationalized Web Applications, Web Reports, Calendars, and more.
CodeCharge.com

YesSoftware Forums -> CodeCharge Studio -> ASP

 Hiding forms and finding value in parameter

Print topic Send  topic

Author Message
drpcken

Posts: 60
Posted: 02/16/2005, 12:41 PM

Hey guys, I've been doing all my work in vb.net in CCS so far, well now I have to do a module in ASP.

How do I grab the parameter value or check it in ASP? in vb.net i woudl use this.

request.item("Param") to see if it was there and
request.querystring("Param") to get its value.


I also need to hide a form based on the parameter, and I use to reference it like FormnameControl.property
Is this the same in asp?

Thanks !!
View profile  Send private message
mrachow


Posts: 509
Posted: 02/16/2005, 11:51 PM

How to reference works in equal manner.
For access to parameters there is a Studio function for ASP
CCGetParam(ParameterName, DefaultValue)
_________________
Best regards,
Michael
View profile  Send private message
Nicole

Posts: 586
Posted: 02/17/2005, 2:44 AM

Hello,
To hide a form you need to set its Visible property to false in form’s or page’s Before Show event. E.g.
Form_name.Visible = false
Several other samples are available in online docs
http://docs.codecharge.com/studio/html/ProgrammingTechn...deGrid.html?toc
http://docs.codecharge.com/studio/html/ProgrammingTechn...ontrol.html?toc

_________________
Regards,
Nicole
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.

Web Database

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.