all groups > asp.net > december 2007 > threads for sunday december 30
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
Sending email (ASP.NET 2.0)
Posted by Jack at 12/30/2007 8:36:34 PM
Hi,
I am still new to .NET so, i'm sorry if my question is a bit too simple :-)
I would like to know what is the "best-practice-way" of sending email from
asp.net (VbScript). I want to make a "contact us" page for my website.
Tnx.
... more >>
Centralizing Code Question
Posted by DK at 12/30/2007 5:54:01 PM
I have an asp.net web site which has GridViews on many pages. They are
different except they all have a common Pager Template. On the DataBound
event, I customize this template based on the number of records, etc. This
is exactly the same for every grid so rather than copy and paste this code ... more >>
Update interface after requesting input from a postback event hand
Posted by Ken Adeniji at 12/30/2007 4:09:01 PM
I read, How can I update my user interface from a thread that did not create
it?
http://blogs.msdn.com/csharpfaq/archive/2004/03/17/91685.aspx
I have a postback event handler, that requests user input via
JavaScript confirm methods to process conditional steps.
After completing asynchrono... more >>
SMTP troubles and odd fix...why does this work?
Posted by Darrel at 12/30/2007 3:18:39 PM
I'm trying to send email from my application. I've been getting a "The
server rejected one or more recipient addresses." error. After some
googling, the fix I found was to make sure to NOT state a mail server for
SmtpMail.SmtpServer
Instead, do this:
SmtpMail.SmtpServer = ""
And, sure... more >>
workflow question
Posted by maa at 12/30/2007 8:14:02 AM
When a user clicks on "Processing" button I want to display a processing
message on page. Do processing and allow user to cancel processing which can
take several minutes.
Is there a way with javascript to display a message on the page but still do
server side hit for the processing.
T... more >>
Render the whole page on client side in asp.net web application.
Posted by Nitin Verma at 12/30/2007 2:38:50 AM
Hi all,
Plz help me out immediately. I am developing a web application in
Asp.Net 2.0 with C#. I want my aspx pages to be such that once the
page has been redered on the client side. And then the connectivity
is lost.Even then the page is still there , ie. Page Not Found message
is not d... more >>
|