Following this question: Query by Linq and Lambda getting range of options per sub-query. How do I get a closer result than simple? Where, however, my template grew to one more class (resulting in another table), the class Tela , I'm t...
I want to put a value in a text box.
function open_popup(date_today){
document.getElementById('txtstart').value = date_today;
}
and a html input
<input type=text required name='txtstart' style='width:150px' value=''>...
I need to create a registry with name and description in HTML, or PHP, that does not make use of a database but I do not know if it is possible.
Something that I could save the records to file and also upload them back to the form.
The pag...
How can I keep the layout of my apps for different versions of Android?
Example: A EditText has layout in version 2.1 and another in versions 4.x, how to keep the layout of version 4 in previous versions? >
I'm trying to get the user session from the request, but I'm not sure if I'm capturing the request correctly:
I have a Managed Bean ( SessionScoped ) with data. The following block creates a user's session in a login situation:
@ManagedBean...
Good evening!
I'm trying to perform a query on a mysql table, using linq, and present that result in a gridview to the user. I have the table below:
I'm not looking for all the columns in this table, just a few for this I'm using the code be...
I am currently dealing with a project and using Bootstrap v3.2.0 as the main tool. My layout follows the single page line, and each topic is approached as a window for the user, with all available space being taken advantage of.
I need to mak...
I hope you can help me.
I have a Rated that has reviews , I have several calculations to determine whether or not it will go through a trial step.
For example one of these calculations is calcula_pontuacao_minima()
#Cálculo defi...
When I import a .sav file I do not want the < NA > in my mydata1 . I would like instead of NA to appear, for example, "something else."
mydata = read.spss('mydata.sav', use.value.labels = TRUE, to.data.frame = TRUE,...