I have a \[code\]HyperLinkField\[/code\] in a \[code\]GridView\[/code\] containing a path in \[code\]DataNavigateUrlFormatString\[/code\]. The path specified is just \[code\]edit.aspx\[/code\]. However when I view the webpage in the browser, I see it being converted to a relative path like \[code\]../../../admin/post/edit.aspx\[/code\].Is there any way to stop this conversion from happening. I would like it to remain as is. I even tried .\[code\]/edit.aspx\[/code\]. This too gets converted. Putting the absolute part \[code\]/admin/post/edit.aspx\[/code\] worked. But I don't want to specify the complete path.Thanks