Re: Adding a value to the QueryString when "Insert Hyperlink" is called

  •  06-12-2008, 4:13 AM

    Re: Adding a value to the QueryString when "Insert Hyperlink" is called

    How i can get the value of this querystring on tag.aspx page?
    I have tried Request.QueryString[querystringID], but its not working.
     
    Adam:
    MichaelPhillips:
     
    Is there a way I can add a value to the querystring when the "Insert Hyperlink" button is clicked?
     
    Thanks,
     
    Mike
     
     
    Mike,
     
    Yes,  please use the Editor. DNN_Arg to pass the querystring.
     
    Example:

    Editor1.DNN_Arg="querystringID=123";
     
View Complete Thread