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";