Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. Pleasehelp me for SSL and DropDownList

Pleasehelp me for SSL and DropDownList

Scheduled Pinned Locked Moved ASP.NET
securitydatabasehelpquestion
1 Posts 1 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    mghiassi
    wrote on last edited by
    #1

    Hi all, I have two Problem please help me. One: I want secure pages and i wrote this code for it <authentication mode="Forms"> <forms name="myCookie" timeout="30" loginUrl="English.aspx" defaultUrl="_Default.aspx"> <credentials passwordFormat="Clear"> <user name="myUserName" password="myPassword"/> </credentials> </forms> </authentication> <authorization> <allow users="myUserName"/> <deny users="?"/> </authorization> but I don't access to _Default.aspx page. Two: I want a DropDownList that AutoPostBack property is true and i wrote this code for select an item: protected void ddlField_SelectedIndexChanged(object sender, EventArgs e) { row = myFunction(2, ddlField.SelectedItem.Text);//row select index in database DT_SelectAdeptP = TA_SelectAdeptP.GetData(1, row); ddlAdept.DataSource = DT_SelectAdeptP; ddlAdept.DataTextField = "Adept"; ddlAdept.DataBind(); } but this code didn't execute and page is loading agian Please help me. Thanks in advance.

    1 Reply Last reply
    0
    Reply
    • Reply as topic
    Log in to reply
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes


    • Login

    • Don't have an account? Register

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • World
    • Users
    • Groups