Hi,
I have an application which sends out an email on a particular event fire. Few days back my Mail server was changed and from then i have been unable to send mails through application. The message states " Authentication Failed"
I have pinged the mail server and also Telnet it which were giving right output. Also i tried configuring Outlook to that mail address which was able to send and receive mails.
Am...
User Profile
Collapse
-
Authentication Failed while sending email
Last edited by tlhintoq; Sep 2 '09, 09:32 AM. Reason: [CODE] ... your code here ... [/CODE] tags added -
Here I have a DropDownList ddlHoldingComp and a gridview gvTraining
On DropDownList SelectedIndexch ange, the grid view will be updated and the upload download buttons will be visible.
Now if i put the upload download buttons in UpdatePanel, and try to download a file the Aspx page throws an error saying
"The Response has been changed or server trace has been enabled".
Following is my code.
... -
Problem with Download and upload feature while in update panel.
Hi,
I have an update panel with a dropdown list. On index change, values will be populated from databas. The dropdownlist and the table are placed in an update panel. Now, i have added another table with download and upload features. if i try to put these button in the update panel an error is raised saying:
" Response method has been modified or Server trace is enabled.
My requiremet needs the download feature... -
-
Updating multiple columns with several conditions
Hi,
I have a table which has columns name, date1, date2.
Through 'Or' condition, i can update name but to update date1 and date2 I have another condition. ID1 matches, date1 will be updated and date2 on ID2.
How to set these columns in a single query?
Thanks,
Prat -
Thank you! It works now, i have used sessions to store the index values...Leave a comment:
-
Tab index in an ASP.NET page
Hi,
I have a page with a set of textboxes and dropdown lists. When using a tab to go from control to control, the sequence goes well till i arrive at a drop down. On selecting a particular item in the drop down,the page gets refreshed and the tab goes backto first textbox.
Is there any way to set focus on the next control after dropdown?
I tried using Focus method for the textbox on dropdown change... -
Avoiding navigation to another page on enter key press. in ASP.NET
Hi,
I have a web application which has a set of content pages under the master page. In one of the content pages i have a set of textboxes. When i focus on of the textboxes and press enter, it redirects to another which happens to be the first button on the master page. How to avoid this?
Thanks,
Prat -
How to get the name of the user who modified an FTP directory?
hi,
Ho do i get the username of the one who modified an FTP direcory?
thaks,
Prat -
Hi,
This would do
Dim conString As String = " Your string "
Dim con As SqlConnection = New SqlConnection
con.Open
'Write your code here
con.closeLeave a comment:
-
How to add a ProgressBar to a DataGridView?
Hi,
How do i add a progressbar column to a dataGeridview? -
-
FTP renaming
Hi,
am gettin an error while renaming a folder in an FTP location. The error says,
'The remote server returned an error: (550) File unavailable (e.g., file not found, no access).' though i have given proper credentials and the proper file path.
Here's the code :
FtpWebRequest reqFTP = ((FtpWebRequest )(FtpWebRequest .Create(folderP ath)));
reqFTP.Method = WebRequestMetho ds.Ftp.Rename;
... -
hi, thankx for the reply, This doen't seem to be workin for me., as i have to open the file with the specified tool itself....Leave a comment:
-
How t open word documents or pdf's using C#?
Hi.
How do i open or save documents in a browser using C#?
thanks in advance -
Passing an object to SQL CLR stored procedure
Hi,
I have an application where i need to pass more than 30 variables to stored procedure to add them to a database , am using the property class to store these values. How best can i do this? Is there any simpler way? can i pass the property object the stored procedure itself?
No activity results to display
Show More
Leave a comment: