Products » Support Forums 

Support Forums

HomeHomeDotNetNuke Modu...DotNetNuke Modu...Url MasterUrl MasterURL Master and User Defined TableURL Master and User Defined Table
Previous
 
Next
New Post
12/2/2009 11:39 AM
 

 Bruce Hello ,

the problem was solved.

the problem is in UDT module

please open file: UserDefinedTable.ascx.vb

line: 486

 

For Each paramKey As String In Request.Params.Keys

                    If paramKey <> Nothing Then

                        If paramKey.ToLower.StartsWith(udt_parameter_prefix) Then

                            args.AddParam(paramKey.ToLower.Substring(udt_parameter_prefix.Length - 5), String.Empty, Request(paramKey))

                        End If

                    End If

                Next

 
Previous
 
Next
HomeHomeDotNetNuke Modu...DotNetNuke Modu...Url MasterUrl MasterURL Master and User Defined TableURL Master and User Defined Table


Support Guidelines.. Please read before posting

To get support on iFinity products and services, please search the forums for the the answer to the problem you are seeking. If you cannot find a solution, post a question in the relevant forum.   Ensure that you specify the relevant versions of the problem, and the actual error message or a detailed description of the problem.    You will need to register with this site to post on the forum.  If you have a Microsoft Live (Hotmail/Passport) account you can use that.  If you have a Open Id account you can use that.  If you neither of these, you will need to register a user Id and password.

Please note : If you are posting a new thread for the Url Master module, please include the following information where applicable:

- Url Master version

- DotNetNuke version

- Example Url where possible

- If there is an error, please post the full error text and/or stack trace (from the DotNetNuke event log).