Posts by jpklzm • 2,973 points
54 posts
-
0
votes4
answers7116
viewsA: How to hide the time of a "Datetime?" field in the user interface?
Replace the variable DateTime by a variable Date
-
0
votes6
answers2938
viewsA: I can’t get the value of an Asp:hiddenField in c#, it’s always empty
It would be interesting for you to post a piece of your code so we can help you better. As I can’t comment because I don’t have enough reputation yet, below is a code sample for a problem similar to…
-
3
votes2
answers596
viewsA: How do I know if the user really wants to come back, when click the back button of the phone?
Try using this code: @Override public boolean onKeyDown(int keyCode, KeyEvent event) { //Handle the back button if(keyCode == KeyEvent.KEYCODE_BACK) { //Ask the user if they want to quit new…
-
0
votes4
answers967
viewsQ: Accessing dynamically generated form fields.
I have an equipment control system. In this system, while the user fills in the form, he has the option to add another field to register another device that will be associated with a customer. To…
javascriptasked jpklzm 2,973