Check Mask Setting? it reads 12 : 59 .. Could this be used for a time Box previously? - Where did the control come from? did you write it? .. Check Docs.
Robert Bettinelli
Posts
-
Aspx control -
If we click DropDownList items Automatically Select Second DropdownLIst in gridview?Yes.. Just to be clear the Cascading Drop Down is part of AJAX.
-
Try CatchI understand that with tools like Codeit.right and The Visual Studio Analysis that Try Catch(s) are to be used sparingly and to catch only certain types of errors. You should try to wirte tests into the code in order to narrow the parameters of the code so that you will be able to report back to users problems. Hiding errors in Try / Catch in not the proper use of the machanic. Hope this sheds some light on the use.. Try running the code by removing all the Try/Catch and if there is a better way like a If/Then that can cover the error then it is so much better.. in Addition Try/Catch are generally slower. Regards.
-
failed due to the following error: 80070005 Access is denied.Have you tryed to add Local Computer\NETWORKSERVICE user rights to directory. Also make sure the directory resides on the same machine that the iis is located. I had this issue before and this worked. RB :-O