query string getting problem in sub site

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
5/2/2013 7:48:27 AM
Gravatar
Total Posts 11

query string getting problem in sub site

Hello Joe

Hope you are well and fine.

i have implemented multiple sites based on folder name .

but where i passed query string values to other page , that are working fine in root site but when i execute in child

that query string abnormally redirect to root site login page.

please help.

Thanks

Amit Kumar Bhatt

amit.bhatt@goodmaysys.com

5/2/2013 12:27:37 PM
Gravatar
Total Posts 2239

Re: query string getting problem in sub site

Hi,

You need to be more specific about what query strings you are passing. Do you mean you are passing pageid= to default.aspx?

Thanks,
Joe D.

5/3/2013 12:25:44 AM
Gravatar
Total Posts 11

Re: query string getting problem in sub site

Hello Joe,

 I hope you are well and fine.

i am passing query string from grid view . please see below :

  <ItemTemplate>
                                        <asp:HyperLink ID="lnlNewDeal" runat="server" Text="" CssClass="MoneyIcon01"
                                            ToolTip="New Task" NavigateUrl='<%# "~/master-deal.aspx?ID="+ Eval("UID")+"&UNAME="+Eval("FullName") %>'></asp:HyperLink>
                                    </ItemTemplate>

 

this NavigateUrl is working fine from Root Site . but when i am using from child site it's redirect to root site login page. even debugger does not reach at master-deal.aspx page from child site. when i am clicking on hyper link it's abnormally redirect to root site login page.

please help .

Thanks

Amit Kumar Bhatt

amit.bhatt@goodmaysys.com

5/3/2013 6:18:35 AM
Gravatar
Total Posts 18439

Re: query string getting problem in sub site

you should not pass extra query string params to CMS pages, you should implement a custom feature with real supporting pages that expect those parameters. See videos 22-24 in our developer training tutorials.

You must sign in to post in the forums. This thread is closed to new posts.