Often I see some software and specially games that store setting in a text file. I want to have same thing in my C# WinForms application too (I know it is possible to do with application settings for
ALL EDITED Hi, How can I auto populate the data from db by dropdown selected? and my dropdown result already appear as well, the code as following:
I have a view which has some exposed fields. When the view comes up the first time, all of the exposed fields are set up to not restrict the output in any way. So the view shows all of the records mat
I try to get a selectfield inside a floating, modal centerd panel working but when I click to select, the \"mother\"-panel closes and only the selection-panel of the selectfield stays.
I have one field called field_domain I have a computed field called field_graph field_domain is filled in by the user.For example it could be: dr开发者_JAVA百科upal.org
In our rails application we have a page where upon submit we save data in db. On this page, we have some fields which are dynamically generated and I see that in case of a validation error when page r
I have a website (located here) an开发者_如何学Pythond I would like to do something to improve the way people search and view different reviews.
i solved my problem which i asked here. Actualy the problem is not exactly in parsing, but problem is in url creation. :)
public static int GetResult<TType>(TType aObject) { if(aObject.mValue==12) return 99; return 20; } How can I check the field mValue of TType, I\'m guessing reflection may co开发者_如何学JAVAme
I\'m trying to disable all the options of the checkout process.Also I need(due to this project I\'m working on) to edit the information asked at checkout, to ask some specific questions my clients has