User Profile

Collapse

Profile Sidebar

Collapse
dkate777
dkate777
Last Activity: Feb 21 '08, 11:03 PM
Joined: Jun 13 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • dkate777
    replied to C# Email Problem
    in .NET
    I sow this already and i am sending email exactly how he explain in this article, this is my code sample:

    public void SendEmail()
    {
    try
    {
    string fromEmail = Constants.EMAIL _SENDER_ADDRESS ;
    string toEmail = Constants.EMAIL _SENDER_ADDRESS ;// Constants.ADMIN _EMAIL;
    string subject = "Feedback: " + txtSubject.Text ;
    ...
    See more | Go to post

    Leave a comment:


  • dkate777
    started a topic sent email

    sent email

    Is anybody know where to look and what to check?
    My sent email work fine from several forms, but in one day, everything stop working and i got this error message:

    The SMTP server requires a secure connection or the client was not authenticated. The server response was: regor.lunarpage s.com ESMTP MailEnable Service, Version: 0-2.37- denied access at 10/02/07 18:53:41

    Please, help......i can't figure out second...
    See more | Go to post

  • dkate777
    started a topic C# Email Problem
    in .NET

    C# Email Problem

    It's anybody know where to look and what to check?
    My sent email work fine from several forms, but in one day, everything stop working and i got this error message:

    The SMTP server requires a secure connection or the client was not authenticated. The server response was: regor.lunarpage s.com ESMTP MailEnable Service, Version: 0-2.37- denied access at 10/02/07 18:53:41

    Please, help......i can't figure out second...
    See more | Go to post

  • dkate777
    replied to C# make PIC better quality
    in .NET
    What i mean, that i have PIC very good quality and then i upload this PIC to my website and display it, and from website page it's look terrible.Not clear...
    See more | Go to post

    Leave a comment:


  • dkate777
    started a topic C# make PIC better quality
    in .NET

    C# make PIC better quality

    Is anybody know how to make PIC better quality?
    See more | Go to post

  • dkate777
    replied to C# Special characters(', /, ) to SQL
    in .NET
    first link it's not working
    See more | Go to post

    Leave a comment:


  • dkate777
    started a topic C# Special characters(', /, ) to SQL
    in .NET

    C# Special characters(', /, ) to SQL

    HI,

    I try to save data to SQL Server 2005 and it's not pick up some special characters, specialy single quetes .
    Is anybody on my code sample can show me how to do this

    Thanks

    This is my code sample:

    protected void btnSubmit_Click (object sender, EventArgs e)
    {
    try
    {
    int userId = Convert.ToInt32 (Session["LoggedUser Id"]);...
    See more | Go to post

  • OK, I know where is my problem is.
    I use jave script to display value on this form from other form
    document.form.f ieldname.value= firstformValue

    i can display this value on textbox, but not on select box. I think it's possible, but i don't know how to do this.
    Is anybody know how to pass value the right way
    See more | Go to post

    Leave a comment:


  • Thanks All

    I run the test and i see it's selected the right value, but still not display it.
    Is anybody know why it's display?
    See more | Go to post

    Leave a comment:


  • dkate777
    started a topic The <select> tag doesn't support a value option
    in PHP

    The <select> tag doesn't support a value option

    I have a PHP/mySQL database running, and I've realized I'm come across an awkward little bug.

    I have a form where a user fills out their information using populated drop down boxes. This information gets stored in the database. Then, if a user wants to edit their information later, they can go to the Edit Details page which calls up a page almost identical to the original form when they first set themselves up. Of course,...
    See more | Go to post

  • i am doing this with Java script

    <script type='text/javascript'>

    document.newcon trolForm.todayD ate.text = document.contro lForm.todayDate .text
    document.newcon trolForm.softde scription.value = document.contro lForm.softdescr iption.value
    document.newcon trolForm.summar ydescription.va lue = document.contro lForm.summaryde scription.value
    document.newcon trolForm.releas e.value = document.contro lForm.release.v alue...
    See more | Go to post

    Leave a comment:


  • This form has another table with detail, so this ControlNumber calculation for this table, it's nothing to do with this form.
    THe second <php tag i just copy by mistake, it's not in real code

    Project number and userNumber is everywhere like this, I am not touch this part, because i just modified this huge application, someone did this way before and i don't want to mess with this and it's look like nothing to do with passing...
    See more | Go to post

    Leave a comment:


  • dkate777
    replied to How to get table detail clicking on row?
    in PHP
    i am not really understand how exactly to do this, but i can try and let you know
    I am still not clear, but i can play with this
    See more | Go to post

    Leave a comment:


  • dkate777
    replied to How to get table detail clicking on row?
    in PHP
    i think i like more second solution....... .....could you please base on my code give me exemple. I need to know how to add value to every row, i think i know how to do this, but i am not sure how to pass this to another page


    THIS IS MY TABLE DISPLAY FORM:
    [code=php]
    <?php
    echo "
    <tr>
    <td colspan='3'>
    <form name='controlte st' method='post'>
    ...
    See more | Go to post

    Leave a comment:


  • What i want to do, when i click on submit button from chiald page, and i should back to parents page with reload/refresh screen and parent form fields value should stay the same how i key them, but what ever i do, it's blank
    See more | Go to post

    Leave a comment:


  • this is my code sampel

    I call second form from this line :

    <input type='button' align='right' value='Add New Test Requirement' class='fancyBut ton' style='width:20 0px' onClick='update Project("contro l")'>




    <div id='controlTabl e' style='position :absolute;
    overflow:auto;
    top:10px;
    left:245px;...
    See more | Go to post

    Leave a comment:


  • dkate777
    started a topic Passing document.form. value to another page

    Passing document.form. value to another page

    Hi,

    Is anybody know how to pass textbox input value to another page.

    I am using
    document.second form.fieldname. value=document. firstformname.f ieldname.value

    but it's not working

    Thanks
    See more | Go to post

  • dkate777
    started a topic How to get table detail clicking on row?
    in PHP

    How to get table detail clicking on row?

    HI,

    I have table what I display on form. The table has multiple row with the same projectNumber, but difference description.
    I need to click on row and another form open with detail belong to this row.
    Is anybody can give code sample how to do this?
    How can i find out that i click on right row?

    Thanks
    See more | Go to post
No activity results to display
Show More
Working...