In a django project I am trying to display the report like this: Heading:Field1Field2Field3 of Type AField3 of Type B
I have this: main.php: ID: <input name=\"id\" id=\"id\" type=\"text\" size=\"20\" value=\"<?php echo $_POST[\'id\']; ?>\"><br>
I have a problem I have a simple calculation carried out on a form =[subtotal]-[discount]+[delivery] I then want to store the result in my order table 开发者_运维问答under the field TotalPrice
Coming from ASP.NET, this WPF stuff is just confusing.All I want to do is put a red asterisk by a label to indicate a required field.Playing around with stuff, I found that this actually does the tric
I\'m working this programming task for college where we have to write a c++ program that calculates the magnetic field vector for certain coils in 3D space.
My search currently searches through all the table fields - I would like it to only search the ones that have a td class of test.
I have it all setup and working fine - what id like to do is have it only search by one particular field in a table (td with class of test).
is there a way to add custom fields (that would be working similarly to those Wordpress has) to Joomla 1.5? I need to be able to have them entered separately from the article content (preferably as in
Say I have a Django application named app. Within it I have a model class defined in models.py named data. Also, I have a html file in the template directory that has several picklists, which should b
I have a class like : class CustomerData{ int ssn; int homePhone; int officePhone; String ProductCode; String product;