CodeCharge Studio
search Register Login  

Visual Web Reporting

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

YesSoftware Forums -> CodeCharge Studio -> .NET

 Adding a Parameter to a Page in CCS 3

Print topic Send  topic

Author Message
sgadson

Posts: 45
Posted: 01/06/2006, 7:26 AM

Hello,

The following code shown in both the CCS 2 and CCS 3 user guide for adding a parameter to a page (asp.net vb) doesn't seem to work in CCS3. It worked fine in CCS 2.

Can anybody verify this and if correct, let me know what needs to be changed in the code so that it works in CCS 3.

***************************************************************
If IsNothing(Request.QueryString("Logout")) Or Request.QueryString("Logout") = "" Then
Dim params As New LinkParameterCollection()
params.Add("Logout","True")
Response.Redirect(Request.Url.AbsolutePath + "?" + params.ToString("GET","Logout"))
End If
******************************************************************
_________________
Shawn :-)
View profile  Send private message
sgadson

Posts: 45
Posted: 01/12/2006, 3:01 PM

FYI

I submitted the same question to the support team and got the following response.


Please remove a question mark from code:
Response.Redirect(Request.Url.AbsolutePath + params.ToString("GET","Logout"))

I notified a responsible person about this mistake in CCS Help

_________________
Shawn :-)
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.