Hi Desirea,
Assuming that you are passing the pageid and moduleid (mid) in the url to the supporting pages of your feature from the links in your module (as you should be), then you can make a link that goes back to the cms page containing the module instance like this:
lnkCancel.NavigateUrl = SiteUtils.GetCurrentPageUrl();
Hope it helps,
Joe