Search

You searched for the word(s): userid:776267

Matching Posts

  • On submit page button code execute every time when page refresh

    I wrote a application and i have a submit page. user comes and fill data in fields and submit it. when user click submit button code execute and data insert in database. but when user refresh the page same data submit again. any thing control this thing? I tried Page.EnableViewState false but code execute every time. thanks in advanced
    Posted to Web Forms (Forum) by sim_sai on 12/17/2007
  • Replication on submit data

    If internet explorer refresh, code run again in button click event. how can i control it? Here is the code protected void bttn1_Click(object sender, ImageClickEventArgs e) { Products obj = new Products(); obj.Application = "testapp"; obj.Insert(); } THANKS IN ADVANCED
    Posted to Web Forms (Forum) by sim_sai on 12/17/2007
  • Re: Can I use the Algorithm of myself?

    Can I use the Algorithm of mine? for example using md5 and Other algorithms when ENCRYPTING the password? just an idea! but i don;t know whether it can be used
    Posted to Security (Forum) by sim_sai on 12/17/2007
Page 1 of 1 (3 items)