Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeGetting StartedGetting StartedNew to DNN Plat...New to DNN Plat...Navigation from popup window button clickNavigation from popup window button click
Previous
 
Next
New Post
6/12/2014 4:07 AM
 

Hi,

i create a feedback module with basic input entry form and two input controls. i installed this to my dnn web page.working fine.

i plan to show this feedback page as popup window of home page button click.its also working fine.

now i added new thanx.aspx page.when i submit feedback button the form field values are stored in db and  it want to redirect  thanx.aspx page.if i click cancel button want to stop insert process.

its working fine in my separate page  installed module function.but in popup submit link only save the field values in db, thanx.aspx page navigation is not working.

i don't have any idea why navigation not working in popup window button click only.

 The following code is my two button click events,

 protected void btnSubmit_Click(object sender, EventArgs e)
        {
            Feedback t = new Feedback{ Experience = rdoExperience.SelectedValue.ToString(),
                                       
                                        Look = rdoLook.SelectedValue.ToString(),
                                        YouLike = txtLike.Text.Trim(),
                                        Improve = txtImrpve.Text.Trim(),                                      
                                        ModuleId = ModuleId,
                                        CreatedByUserId = UserId,
                                        CreatedOnDate = DateTime.Now,
                                    };

            FeedbackController.AddFeedback(t, TabId);                       
            Response.Redirect("/AboutUs.aspx");
        }

        protected void btnCancel_Click(object sender, EventArgs e)
        {
            Response.Redirect(DotNetNuke.Common.Globals.NavigateURL());
        }

 
New Post
6/12/2014 4:37 AM
 
Hi,

you should use the Globals.NavigateURL(int tabID) method to move to the thankyou page.

Best wishes
Michael

Michael Tobisch
DNN★MVP

dnn-Connect.org - The most vibrant community around the DNN-platform
 
New Post
6/13/2014 12:20 AM
 

Thanks Mr.Michael..

Thanx.aspx is my dnn web page.here i want to redirect from module button click.i don't do navigate from edit to view control or view to edit control. thus why i have confusion.

Entirely i am new to module development.can u give me any reference.



Thank regards,

Babu

 
Previous
 
Next
HomeHomeGetting StartedGetting StartedNew to DNN Plat...New to DNN Plat...Navigation from popup window button clickNavigation from popup window button click


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out