Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by manelandrce

  1. manelandrce

    User control inside gridview row

    Hi, An example of my problem: <asp:GridView ID="gvList" runat="server" AutoGenerateColumns="false" DataKeyNames="Id" OnSorting="Search_Sorting"> <Columns> <asp:TemplateField> <ItemTemplate>...
  2. manelandrce

    Https form

    thanks for your answers, adamroof
  3. manelandrce

    Https form

    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??
  4. manelandrce

    Https form

    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...

Part and Inventory Search

Back
Top