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 wOOdy-Soft 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: *

  • Users: kenrevak
  • Content: Threads
  • Order by date
  1. kenrevak

    logon dialog

    I have <authentication mode="Windows" /> in my web.config file but when I browse to the site on our network I get the login dialog box. How do I set things up to avoid this?
  2. kenrevak

    Nullable enums

    How do you do a type check for nullable enums? enum MyEnum? {One, Two}; typeof(MyEnum).IsEnum is false.
  3. kenrevak

    Disabled control values

    New to ASP.NET. If a control is disabled, readonly, invisible the value it contains is not returned to the server. How do you handle detecting when the data is not returned as opposed to when it is just blank? (Created a default value and detecting that sounds a little archaic but I can't...

Part and Inventory Search

Back
Top