About
Thanks for visiting my site! As you may have guessed, my name is Michael Bell. By clicking on “About”, I assumed you want to know about me and mine!
Personal:
I grew up in Kiefer, Oklahoma and went to Kiefer High School which is where I met my wife, Dea. Dea has been running her photography business for about 3 years now, and is incredibly talented. We’ve been married 10 years and have three very energetic daughters, Mallory, Shelby, and Samara. Shelby, our 2nd daughter, was diagnosed with classic Autism at age 2 and that certainly keeps us on our toes.
Professional:
After HS, I attended DeVry in Irving, Tx for one year (Computer Information Systems), and then Rogers State in Claremore, Ok for a year (Computer Programming). I’ve worked at a few companies around Tulsa as a web programmer (.NET) and am currently at ONEOK Inc in downtown Tulsa, doing c# and SharePoint development.
Hello,
in the post “Adding a Lookup Column to a SharePoint List”, I am interested by the line:
listmanager.reorder(List,Field,0);(0 is it for the position of the field in the list?)
Is it possible to get this method “reorder”?
Thanks by advance if you have time obviously
Noche
Mike, quick question, on the TimePicker control, I want it to default to blank when it first comes up. (so it will not display a date or time). I set it as follows:
myPicker.Hour = 0;
myPicker.Minute = 0;
But it still shows a today’s current time. Am I missing something?
Thanks
Bob
You’re going to have to custom code that. I’ve posted the souirce at http://timepicker.codeplex.com so ou can grab it there.