CFIF to the boxes being inserted into the database field car_make.

Hello, I need help on CFIF for the boxes being inserted into the database field car_make.

At this point, several values is inserted in the car_make field. I would like to only have one value depending on what is checked in the box.

Thank you

Here's what I mean. I would like to know if it is is not clear.

CFIF
If Honda is checked then Honda value is inserted in the field car_Make

If if Toyota is checked then Toyota value is inserted in the field car_Make


If If Subaru is checked then Subaru value is inserted in the field car_Make


You CAN, of course, but not without being fluent in javascript. Is there a particular reason you want to use checkboxes versus radio buttons?

From an interface point of view, its generally not a good idea to change the behaviours expected of HTML form elements. If users see an option button, they assume generally that it will allow only 1 choice. If they are presented with a box, they could very easily be expected they could select more than 1.

Tags: ColdFusion

Similar Questions

  • linking the database field list box

    Hi guys, this is really frustrating me that I have done this before but forget how to do it now. I created a list box in which I want to connect to all the data in a certain area in my database so that when the user extends the list box they will have a direct list of values of the database in which to choose. This ensures that the list will be updated dynamically along with the database and also limit the user to these only values input in the database, thus reducing errors in user input.

    If someone would be kind enough to remind me how to do this, I would be very gratefull.

    Thanks in advance.

    First of all, you need to eliminate the "Elements of the list '' for the list in the property palette item.

    Then, create the following procedure:

    PROCEDURE p_populate_listitem IS
    list_id POINT;
    Nom_liste VARCHAR2 (40): = ' DATACODE. ListItemname';
    rg_name VARCHAR2 (40): = "LIST_RG";
    RG_ID RecordGroup;
    ERRCODE NUMBER;
    result NUMBER;
    Str varchar2 (1000);
    BEGIN
    -fill values
    list_id: = Find_Item (list_name);
    RG_ID: = Find_Group (rg_name);

    Str: = ' your request, Select here.

    Errcode: = Populate_Group_with_query (rg_id, str);
    IF errcode = 0 THEN
    result: = GET_GROUP_ROW_COUNT (rg_id);
    END IF;
    Clear_List (list_id);
    Populate_List (list_id, RG_ID);

    END;

    And then under the trigger a TIME NEW FORM INSTANCE of your form, call the procedure...

    It should work...

    Kind regards
    gunajee!

  • old code stops to be inserted into a database

    I have a few lines of simple code that stopped working after that server has been upgraded to new Microsoft server.  The database is Access 2010.

    The error code is 500 and the syntax is not good.  I tried to change the alternate < cfinsert > option but it still does not.  I also tried to set the variables inside primes ("#xxx #")

    < cfquery datasource = "pcrsp" name = "Addrecord" >
    INSERT INTO ANNPLANREP (objectiveID, ProjectID, year)
    VALUES (#objectiveID #, #ProjectID #, #Year #)
    < / cfquery >

    The code has worked without problem for years what happens?  Any code that works successfully with this table updates the records.

    Any ideas?

    Tim

    Another possibility is the "year" can be a reserved keyword. In which case it must be escaped when used as an object name. To escape the name of column, add square brackets around it IE [year].  Although using keywords reserved as object names is generally not recommended. So if this is indeed the problem, you may consider rename the column instead.

    Post edited by: == cfSearching == -.

  • Insert into various databases

    Yes,

    I have not tried this in oracle. I know that this is possible in SQL Server, what would you say in Oracle.

    I have two databases DB1 and Db2 with a table emp.

    now, I am connected to Db1 and

    I can give an insert as

    Insert into DB2. SCOTT. EMP (number, NAME) values (1, 'james');

    I can do all operations connected to Db1 dml and DML operations in DB1.
    This will be possible in oracle.

    I hope that you have the privileges of dml appropriate to insert in this table.

    Kind regards.

    LOULOU.

  • Edit in the database field

    Is there a way to change (update) a field in a database?

    So I have a 2D array in the database and I know that the index of the line and column of the field I want to change.

    Another way is reading the 2D table, alter table 2D deleting 2D-table of the database and insert the new 2D array in the database.

    But I fear that this will make the slow program.

    I hope so it is more quick/easy way?

    Thank you

    You will use the SQL UPDATE command.

    http://www.w3schools.com/SQL/SQL_UPDATE.asp

  • Hash in the database field name

    I have a domain name that has a square symbol (#) in the name. I have no control over the naming of this particular database structure. I need this output field. How the hell can I do that? How do I know if the output has a # in it, but what about the real field name?

    Thank you

    In the query, I do ' ACCOUNT # as Act ' (ACCOUNT # is the real name of the field)

    I had tried this before I posted, but it was a mistake. Copied the code into a new document to isolate all other variables on the page and now it works. Frustrating.

    Thanks for the quick response.

  • Deletion of a link when the database field is empty?

    Using ASP and Access - I make a list of organizations using repeated regions. Some require a link to their Web site, others do not. The code I use is fine when an organization has a web address. However, those who still do not receive the "Web Site" linked text, but lacks a URL in the (orgWebsite) relevant data field is empty. I need to remove the linked Word and the void < a > HTTP: / / < /a > that is rendered when a field is empty.
    Ideally, I want that he continues to behave as it does when a URL is present on the database, but leave no case of absence code. I'm pretty sure this means him < A HREF = and the "Web Site" text must be contained in the ASP code, but none of my attempts worked. Appreciate any assistance on this...
    Thank you

    Assuming that your URL is stored in a field called URLLink then the code
    looks like this

    < %="">< br="">ThisLink = recordset.fields.item("URLLink").value < br=""> ThisLink if <> "" then< br="" >="" %="">
    Website: http:// <%=ThisLink%> ' > <%=ThisLink%>
    <%End if%>

    --
    Paul Whitham
    Certified Professional Dreamweaver MX2004
    Adobe Community Expert - Dreamweaver

    Valleybiz Web design
    www.valleybiz.NET

    "Lancs" wrote in message
    News:e6qddr$f9v$1@forums. Macromedia.com...
    > Using ASP and Access - I make a list of organizations using
    > repeated
    > regions. Some require a link to their Web site, others do not. The code I am
    > help
    > right when an organization has a web address. However, those who don't
    > still
    > get the linked 'Site Web' text, but it lacks a URL as the relevant data
    > field
    > (orgWebsite) is empty. I need to delete the linked Word and the void
    > HTTP: / / returned when a field is empty.
    > Ideally, I want to keep it to behave as it does when a URL is present on
    > the
    > database but leave no case of absence code. I'm pretty sure that this happening by the
    ><>
    > HREF = and the "Web Site" text must be contained in the ASP code but
    > no
    > my attempts worked. Appreciate any assistance on this...
    > Thank you
    >
    ("> http://<%=rsOrgs.Fields.Item("orgWebsite "). Value% > "> Web site
    >
    >

    < / [email protected] > "

  • MySQL - cannot see the database fields

    I've set up a very simple database with the names and addresses in it. I want out of the records based on the State. When I set up my recordset in the "columns:" field, it says "No column found." What I did wrong to put up my database. When I look at my database, I can see all of the fields. Thanks in advance.

    I actually found the problem. It was a problem with the way I had the index defined on my database. Thanks for your offer to help.

  • Insert some values into the database of field boxes




    I had a similar probem and error when you use the drop-down list instead of a checkbox. It was solved by putting the SELECT name = "CarMake in the menu dropdown.

    But in the box, I don't know?
    I seem that the problem is the action page has the Form.carmake, but the page does not work. What Miss me and where should I put in the entry below page.


    The main objective is to have checked checkboxes to insert some values into the database field carmake based on what is checked.


    If the Honda checkbox is checked then
    It inserts into the carmake field value Honda.

    If the Toyota checkbox is checked then
    It inserts into the carmake field the value of Toyota.

    If both are true then 2 rows are inserted two values
    Honda and Toyota.

    Ditto for the last option.

    Thanks for your help


    Here's the error again

    error:
    Error occurred while processing request
    CARMAKE element is not defined in the FORM.

    12:21:50.050 - term Exception - in C:\CFusionMX7\wwwroot\Author\CarAddAction.cfm: line 16
    CARMAKE element is not defined in the FORM.

    line 16 is:
    "#Trim (Form.carmake), #
    Join the Code


    <! - Here is the form - >
    < html >
    < head >
    < / head >

    < body >


    < h1 > < / h1 >

    < table >
    < action = "CarAddAction.cfm cfform" method = "POST" > "
    < b >
    < td > Honda: < table >
    < td > < Center > < input type = "checkbox" name = "HONDA_MODEL" value = "HONDA" checked > < / center > < table >
    < /tr >
    < b >
    < td > Toyota: < table >
    < td > < Center > < input type = "checkbox" name = "Toyota_MODEL" value = "Toyota" Unchecked > < / center > < table >
    < /tr >
    < b >
    < td > SUBARU: < table >
    < td > < Center > < input type = "checkbox" name = "SUBARU_MODEL" value = "SUBARU" unchecked > < / center > < table >
    < /tr >



    < Tr > < td > < table > Honda model
    < td >
    < input type = "Text".
    name = "Honda_Model".
    Value =""
    size = "22".
    MaxLength = "20" >
    < table >
    < tr > < /tr >
    < Tr > < td > < table > Toyota model
    < td >
    < input type = "Text".
    name = "Toyota_Model".
    Value =""
    size = "22" >
    < table >
    < tr > < /tr >
    < Tr > < td > < table > Subaru model
    < td >
    < input type = "Text".
    name = "Subaru_Model".
    Value =""
    size = "22" >
    < table >
    < tr > < /tr >
    < td > < table >
    < td >
    < input type is 'submit' value is "Take Add to database" >
    < table >
    < /tr >

    < / cfform >
    < /table >

    < / body >
    < / html >



    <!-action page
    --------->
    < cfdump var = "#form #" >
    < name cfquery = "InsertCarInfo."
    DataSource = "#request. MainDSN #">"
    INSERT INTO Car_tab)
    car_Make,
    Honda_Model,
    Toyota_Model,
    Subaru_Model

    )
    VALUES)

    "#Trim (Form.carmake), #
    "#Trim (Form.Honda_Model), #
    "#Trim (Form.Toyota_Model), #
    "#Trim (Form.Subaru_Model) #
    )
    < / cfquery >

    You check in one or more of the boxes before continuing? Remember what I said about the form field box existing only on the page of treatment at least 1 or more checkboxes are checked on your form. Make sure you use to avoid this problem.

    What happens when you take a look at the output of your dump of form? Your fields are present?

  • Redirect to different URLS depending on the entry in the database.

    I have a login page that I want to redirect my mysql database to the user based on the value in my "Auth" category.  I'm trying to figure out how to get the login to redirect if he sees the 'HE' in the 'Auth' that he goes to indexil.php, "IA" goes to indexia.php and I also FL and NV to redirect to their corresponding pages.  Hoping someone can help me with that.  Here's the code that Dreamweaver created.

    Login page

    <? php require_once('.. / Connections/Users.php');? >

    <? PHP

    If (! function_exists ("GetSQLValueString")) {}

    function GetSQLValueString ($theValue, $theType, $theDefinedValue = "", $theNotDefinedValue = "")

    {

    $theValue = get_magic_quotes_gpc()? stripslashes ($TheValue): $theValue;

    $theValue = function_exists ("mysql_real_escape_string")? mysql_real_escape_string ($TheValue): mysql_escape_string ($theValue);

    Switch ($theType) {}

    case 'text ':

    $theValue = ($theValue! = "")? « " ». $theValue. "" "": "NULL";

    break;

    case "long":

    case "int":

    $theValue = ($theValue! = "")? intval ($TheValue): 'NULL ';

    break;

    case "double":

    $theValue = ($theValue! = "")? « " ». doubleVal ($TheValue). "" "": "NULL";

    break;

    case "date":

    $theValue = ($theValue! = "")? « " ». $theValue. "" "": "NULL";

    break;

    case "set":

    $theValue = ($theValue! = "")? $theDefinedValue: $theNotDefinedValue;

    break;

    }

    Return $theValue;

    }

    }

    ? >

    <? PHP

    Validate request to connect to this site.

    If (! isset {})

    session_start();

    }

    $loginFormAction = $_SERVER ['PHP_SELF'];

    If (isset($_GET['accesscheck'])) {}

    $_SESSION ['PrevUrl'] = $_GET ['accesscheck"];

    }

    If (isset($_POST['username'])) {}

    $loginUsername = $_POST ['username'];

    $password = $_POST ["password"];

    $MM_fldUserAuthorization = "";

    $MM_redirectLoginSuccess = "... / Members / ';"

    $MM_redirectLoginFailed = 'login.php ';

    $MM_redirecttoReferrer = false;

    @mysql_select_db ($database_Users, $Users);

    $LoginRS__query = sprintf ("SELECT Uname, Pword OF USERS WHERE Uname = %s AND Pword = %s",

    GetSQLValueString ($loginUsername, "text"), GetSQLValueString ($password, "text"));

    $LoginRS = mysql_query ($LoginRS__query, $Users) or die (mysql_error ());

    $loginFoundUser = mysql_num_rows ($LoginRS);

    If {($loginFoundUser)

    $loginStrGroup = "";

    Declare two session variables and assign them

    $_SESSION ['MM_Username"] = $loginUsername;

    $_SESSION ["MM_UserGroup"] = $loginStrGroup;

    If (isset($_SESSION['PrevUrl']) & & false) {}

    $MM_redirectLoginSuccess = $_SESSION ["PrevUrl"];

    }

    Header ("Location:".) $MM_redirectLoginSuccess);

    }

    else {}

    Header ("Location:".) $MM_redirectLoginFailed);

    }

    }

    ? >

    < ! DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional / / IN" "http://www.w3.org/TR/html4/loose.dtd" > ""

    < html >

    < head >

    < meta http-equiv = "Content-Type" content = text/html"; charset = ISO-8859-1 ">"

    <? PHP include ('inc_title.php')? >

    < link href = "styles.css" rel = "stylesheet" type = "text/css" > "

    < / head >

    < body > < div id = "banner" > < / div >

    < div id = "container" >

    < div align = "center" >

    < p > < / p >

    < p > < span class = "largebold" > forms connection </span > < / p >

    < name of the form = "form1" method = "POST" action = "<?" PHP echo $loginFormAction;? > ">"

    < p > user name:

    < name of entry = "username" type = "text" id = "username" >

    < /p >

    < p > password:

    < name of entry = "password" type = "password" id = "password" >

    < /p >

    < p >

    < input type = "submit" name = "Submit" value = "Login" >

    < /p >

    < / make >

    < p >

    <!--right end-->

    < /p >

    < / div >

    < div id = 'Clear' > < / div >

    < / div > <! - container end - >

    < / body >

    < / html >

    index page

    <? PHP include ('inc_auth.php')? >

    < ! DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional / / IN" "http://www.w3.org/TR/html4/loose.dtd" > ""

    < html >

    < head >

    < meta http-equiv = "Content-Type" content = text/html"; charset = ISO-8859-1 ">"

    <? PHP include ('inc_title.php')? >

    < link href = "styles.css" rel = "stylesheet" type = "text/css" > "

    < / head >

    < body > < div id = "banner" > < / div >

    < div id = "container" >

    < div id = "left" >

    <? PHP include ('inc_formselector.php')? >

    < / div > <! - end left - >

    <!--right end-->

    < div id = 'Clear' > < / div >

    < / div > <! - container end - >

    < / body >

    < / html >

    inc_auth page


    <? PHP

    If (! isset {})

    session_start();

    }

    $MM_authorizedUsers = "";

    $MM_donotCheckaccess = "true";

    Restrict access to Page: grant or deny access to this page

    Function isAuthorized ($strUsers, $UserGroup, $strGroups, $UserName) {}

    For safety, first assuming that the visitor is NOT allowed.

    $isValid = false;

    When a visitor is connected to this site, the MM_Username of Session variable value equal to their username.

    So, we know that a user is NOT logged if this Session variable is empty.

    If (! empty ($UserName)) {}

    In addition to being connected, you can restrict access to only certain users based on a created ID when they connect.

    Analyze the channels in the tables.

    $arrUsers = explode (",", $strUsers);

    $arrGroups = explode (",", $strGroups);

    If (in_array ($UserName, $arrUsers)) {}

    $isValid = true;

    }

    Or, you can restrict access to only certain users based on their user name.

    If (in_array ($UserGroup, $arrGroups)) {}

    $isValid = true;

    }

    If (($strUsers == "") & & true) {}

    $isValid = true;

    }

    }

    return $isValid;

    }

    $MM_restrictGoTo = 'login.php ';

    If (!) {(((isset($_SESSION['MM_Username']))) & & (isAuthorized ("", $MM_authorizedUsers, $_SESSION ['MM_Username'], {$_SESSION ['MM_UserGroup']})))}

    $MM_qsChar = ';?

    $MM_referrer = $_SERVER ['PHP_SELF'];

    If (strpos ($MM_restrictGoTo, "?")) $MM_qsChar = "&";

    If (isset ($QUERY_STRING) & & strlen ($QUERY_STRING) > 0)

    $MM_referrer. = « ? ». $QUERY_STRING;

    $MM_restrictGoTo = $MM_restrictGoTo. $MM_qsChar. "accesscheck =". UrlEncode ($MM_referrer);

    Header ("Location:".) $MM_restrictGoTo);

    "exit";

    }

    ? >

    I hope this is all to help me on this.  I worked on this NCB for a few weeks now.  I can't get one of the 4 redirects to work.   Thanks in advance

    It works very well.

    What it does is to select 'Auth' from the 'users' table that corresponds to the "Username" and "Password" and assigns the name of the page (indexil.php) that must be inserted into the database field 'Auth' to a variable named $Auth

    Connect to the database server

    mysql_connect ("xxxxxxx", "xxxxx", "xxxxxxx") or die (mysql_error ());

    Select database

    @mysql_select_db ("XXXXXXXXXXX") or die (mysql_error ());

    Select the url

    $strSQL = "SELECT authentication OF USERS WHERE Uname = '$loginUsername' AND Pword ="$password "";

    $rs = mysql_query ($strSQL);

    While ($row = {mysql_fetch_array ($rs))}

    $Auth = $row ["Auth"];

    Header ("Location:".) $Auth);

  • How can I program a button to retrieve an image from a user base and insert them into a form field?

    I need help (I have not the slightest idea) with a java script to program a button to retrieve an image from a user base and insert into a form field. To go to the menu select icon.

    [edited by moderator - he had no body to the post office and it was while heading a long title.] [Shorten the title and pasted the original title, plenty of length as the message body]

    Okay, that's actually quite easily. As the l' evenement event MouseUp button, select "Execute JavaScript" and enter this code:

    event.target.buttonImportIcon ();

    When you click the button it will open a file selection dialog and the selected file is displayed under the icon of the button.

  • URL (for database field) in the RTF report

    Hello!

    I create report BI Publisher (ver. 11.1.1.7..) to RTF.

    One of the fields of the report contains the URL link to an external resource.

    URL is stored in one of the database fields in the format () varchar2).

    After the launch of the report, URL Is displayed as of the text, it is not clickable.

    Please tell me How do I draw a hyperlink the database to make it is clickable in RTF report.


    Sincerely Alex

    Check this http://docs.oracle.com/cd/E23943_01/bi.1111/e22254/create_rtf_tmpl.htm#BIPRD3265

  • Display image if the data field is not empty

    I try to mask an image, depending on whether or not a certain area (the link behind this image) is empty.
    While I'm not a guru-script I can only imagine that it has something to do with the fact that I have mix javascript and VBscript in a page?

    I used something like this before and it worked, but it doesn't seem to work in this case? :
    < % dim strStory
    strStory = rsProduct ("fld_prodStory")
    If strStory <>"" then
    % >
    HERE IS THE PART TO HIDE
    < %
    End if
    % >

    The image I want to hide if the database field is empty:
    < a href = "< % = (rsWatch.Fields.Item("fld_wStory")." "(% De la valeur) > ' Mm_swapimgrestore" onMouseOver = "MM_swapImage (' here '", ' Images/ico_docs_o.jpg', 1) "> < img src =" Images/ico_docs_u.jpg"alt ="Uitleg"name ="Uitleg"width ="26"height ="26"border ="0"> < /a >"

    Thanks in advance for the help

    jrolf

    Try changing your line:

    If strStory <> "" then

    Also, check if the strStory is not Null.

    Brendan

    --
    ______________________________________________
    Rate your experiences with your manufacturers UK and Ireland to
    http://www.ratethebuilder.co.UK
    =========================================

    "jrolf" wrote in message
    News:e3nfa6$DT8$1@forums. Macromedia.com...
    > I'm trying to hide an image, depending on if a certain field (the link
    behind
    (> This image) is empty or not.
    > While I am not a guru-script I can only imagine that he has something to
    do
    > with the fact that I have mix javascript and VBscript in a page?
    >
    > I used something like this before and it worked, but it does not seem
    work
    > in this case? :
    > < %="" strstory="" dim=""> < br=""> > strStory = rsProduct ("fld_prodStory") < br=""> > strStory if <> "" then < br=""> > %>
    > HERE IS THE PART TO HIDE
    > < %="">< br=""> > End if < br=""> > %>
    >
    > The image I want to hide if the database field is empty:
    >">
    ' > Mm_swapimgrestore.
    > onMouseOver = "MM_swapImage (' here '", ' Images/ico_docs_o.jpg', 1) ">"<>
    > src = "Images/ico_docs_u.jpg" alt = "Uitleg" name = "Uitleg' width = '26'
    height = "26".
    > border = "0" >
    >
    > Thank you in advance for help
    >

  • Insert several text fields to a database field

    I've seen before but can't seem to work when you have pieces of diferent separated in a phone number (area code - three digits - then the last three digits (XXX) XXX-XXXX) separated on your form. When the forn is inserted into your database, it has a population of a field instead of the three separate fields. Anyone know an article or has steps on how to do it.
    Database Access using ASP.

    You need to combine the field three in a variable and then insert the variable, put this code after the line that says MM_Insert or MM_Update and put the name of the variable in the sql insert. There is no error checking here you should also add that, something like isnumeric then

  • Insert into a table using the check boxes

    Hello

    I want to insert into a table emp when I press a button "Insert" area of employee report. the SQL query for the report is

    SELECT HTMLDB_ITEM. CheckBox(1,rowNum) "",
    x.EmpNo,
    x.Ename
    de)
    Select empno htmldb_item.hidden(2,empno),
    htmldb_item. Text(3,Ename) ename from emp) x
    order by 2

    I created the following process:

    declare
    v_test varchar (10);
    Start
    BECAUSE me in 1.HTMLDB_APPLICATION. G_F01. COUNTY
    LOOP
    v_test: = HTMLDB_APPLICATION. G_F02 (HTMLDB_APPLICATION. G_F01 (i));
    dbms_output.put_line (v_test);
    insert into emp(empno,ename,job,mgr,hiredate,sal,comm,deptno)
    values(v_test,'A','B',10,01-May-81,200,1,10)
    WHERE empno = HTMLDB_APPLICATION. G_F02 (HTMLDB_APPLICATION. G_F01 (i));
    END LOOP;
    end;

    But IT is not working properly, infact, it gives me errors like:

    ORA-06550: line 9, column 47:
    PL/SQL: ORA-00933: SQL not correctly completed command
    ORA-06550: line 8, column 1:
    PL/SQL: SQL statement ignored

    7 dbms_output.put_line (v_test);
    8 insert into emp (empno, ename, job, mgr, hiredate, sal, comm, deptno)
    9 values(v_test,'A','B',10,01-MAY-81,200,1,10)
    10 WHERE empno = HTMLDB_APPLICATION. G_F02 (HTMLDB_APPLICATION. G_F01 (i));
    11. END OF LOOP;

    Any help?
    Additional info: table Emp is the default table in the database

    This is an example showiing how such a process must be put in place:

    http://Apex.Oracle.com/pls/OTN/f?p=31517:95

    Denes Kubicek
    -------------------------------------------------------------------
    http://deneskubicek.blogspot.com/
    http://www.Opal-consulting.de/training
    http://Apex.Oracle.com/pls/OTN/f?p=31517:1
    -------------------------------------------------------------------

Maybe you are looking for

  • Why do I still have emails?

    Then I disabled all the emails (I think?)... But I still have them? What I am doing wrong?

  • Firefox3.6.3 crashes on opening, have just updated norton 360

    Signature: HPFFAddOn.dll@0xaff7Firefox 3.6.3 accidents on the opening, recent activity only with regard to extensions is an update of Norton 360 version 4 carried out this morning ID of the Crash ID: 595ee887-9c47-4ff5-9e4d-eaddd2100509

  • set chart properties in code-behind

    I am trying to add graphics dynamically in WPF code behind. It works fine, but I can't find a way to set the default interaction for zoom and pan interaction - is it possible to do in code-behind?

  • Problems w / Live ID and security for the family

    I decided to activate the parental control feature which required that I opened a new Windows Live ID.  After that and start Family Safety, I realized I misspelled the name on the email address in hotmail and went to correct him.  What I didn't reali

  • Use already downloaded updates for the new Win7 installation? __

    Dial-up access to the Internet (no high speed access)Windows 7 64 bitMicrosoft Office 2010 Professional Hello: It took many extra hours to keep Windows 7 64-bit and Microsoft Office 2010 Professional update through Microsoft Windows Update by using t