I have a form that users are allowed to enter time values in (say, hours spent performing some task).A business requirement is that the time be entered in either hh:mm format, or decimal format.In eit
I have a datagrid in my MVVM application which, because of the way the client wants the data displayed, needs use template columns.They want some typical data-entry functionality though (pressing ente
I am working with an Access database where I have a form that co开发者_C百科ntains several date entry fields.I have a new user that is used to using a period as a delimiter for dates so instead of \"6
I have a simple problem, and one I feel should be almost trivial. I have a set of data stored in a Database, and I\'m using LinqToSql to read that data. That part is fine.
I\'m working on a project involving data entry. The table looks like this : dateTime , enum, text, enum, val1, val2, text, enum;
Does anyone have a simple data entry example which involves WC开发者_开发知识库F (Odata ) and WP7?
hi I开发者_开发百科 have a winform which has several controls like datagridviewes, textboxes, listboxes and so on.
For example i would like to input a list of students into a database, can you suggest any formatted csv file or excel?.. what would be the best?..any suggestions would be appreciate开发者_JAVA技巧d! t
I hope to create an entry form that provides multiple entry fields like it appears in microsoft excel where the column headers are up there and several rows below for data input.
I’m trying to implement an order entry form using ASP.NET MVC but facing a lot of difficulties.All the samples that I found are related to viewing master detail forms, and none for adding or editing.