Hi,
An example of my problem:
<asp:GridView ID="gvList" runat="server" AutoGenerateColumns="false"
DataKeyNames="Id" OnSorting="Search_Sorting">
<Columns>
<asp:TemplateField>
<ItemTemplate>...
1- I´m using code-behind
2- Image with relative paths
3- No external js
4- After process the secure info I redirect the page to a non-secure page.
Then you suggest to process the secure information in the button onclick event no in the Page_Load function. Ok??
I would like to transfer data within my site using HTTPS forms.
I have a link to a https page (within my site), and in this https page I have a form with information like credit card, etc, etc and when I submit this form, I process this data in the same page (post back) but I receive a...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.