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!

Search results for query: *

  1. KokasPapa

    Sending a link to client does not go through Login Page

    Hello I have a project where I set the startup page to Welcome.aspx and in the web.config I have <authentication mode="Forms"> <forms loginUrl="Login.aspx" protection="All" timeout="30"> </forms> </authentication> At some point I construct an a tag like this: Response.Write("<a...
  2. KokasPapa

    Using Math.Pow(2,n) to store user's selections

    Hello I have a webform with a series of radiobuttons where a user can select which pages he will visit next after he hits a button. I thought I'd store his selections like this: private int SelectedSchemes() { if ( rdSTEERY.Checked ) iSelected += Convert.ToInt32(Math.Pow(2,1)); if (...

Part and Inventory Search

Back
Top