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 ;
...
User Profile
Collapse
-
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... -
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... -
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...Leave a comment:
-
-
-
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"]);... -
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 wayLeave 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?Leave a comment:
-
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,... -
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...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...Leave a comment:
-
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 thisLeave a comment:
-
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'>
...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 blankLeave 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;...Leave a comment:
-
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 -
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
No activity results to display
Show More
Leave a comment: