Michael Thomas

asp.net and c#

  Home  |   Contact  |   Syndication    |   Login
  2 Posts | 0 Stories | 6 Comments | 3 Trackbacks

News

Questions, comments? Email me at "mb thomas [@] gmail . c o m" (remove the spaces.)

Archives

Post Categories

What I Read

January 2007 Entries

I am currently working or a project that, like many projects has many sets of code values. Some examples of code values in the project that I am working on would be Call Results, Degree Types, or Genders. On the UI of this project these are (generally) represented as drop down lists. In order to create a more consistent development environment, I decided to create a CodeDropDownList. This is a custom control, extending a System.Web.UI.WebControls.D... that has one extra parameter: CodeName....

Sorry for the brokenness of the last post, I am having trouble posting with .Text Right now I can't post more than 1800ish bytes... [EDIT] I found the solution to the problem. I started investigating with Wireshark and the traffic looked odd - not normal HTTP packets - almost as if it were encrypted. So, on a gut feeling I tried posting using https://geekswithblogs.net/... rather than http://geekswithblogs.net/m... and all now seems to work...