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