I have a situation where I have a grid that includes a hyperlink column (that is created in my PageLoad if !PostBack.
It works fine to create it and use the URL format string to set the URL if the page accepts my arguments on the URL. However, in my scenario, partly due to security issues, we really do not want to pass the parameters on the URL as an HTTP GET. We want to do an HTTP POST. Is there any way to setup the parameters for the post for the Grid Hyperlink column? if it can't just be setup when I create the column and work automagically, am I able to use a hyperlink column (to get the appropriate styling behaviors) yet intercept an appropriate event to handle the HTTP action myself?
Thanks,
-Ed
It works fine to create it and use the URL format string to set the URL if the page accepts my arguments on the URL. However, in my scenario, partly due to security issues, we really do not want to pass the parameters on the URL as an HTTP GET. We want to do an HTTP POST. Is there any way to setup the parameters for the post for the Grid Hyperlink column? if it can't just be setup when I create the column and work automagically, am I able to use a hyperlink column (to get the appropriate styling behaviors) yet intercept an appropriate event to handle the HTTP action myself?
Thanks,
-Ed