Click here to Skip to main content
15,888,313 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Redirect page when seession expired Pin
trushitshah19-Jul-09 23:27
trushitshah19-Jul-09 23:27 
GeneralRe: Redirect page when seession expired Pin
Marc Firth19-Jul-09 23:29
Marc Firth19-Jul-09 23:29 
QuestionSOAP CallBack URL Pin
anandkb16-Jul-09 19:42
anandkb16-Jul-09 19:42 
QuestionVWD 2008 Templates Pin
Dalek Dave16-Jul-09 12:09
professionalDalek Dave16-Jul-09 12:09 
QuestionEmailing to our office from a website Pin
Dalek Dave16-Jul-09 4:16
professionalDalek Dave16-Jul-09 4:16 
AnswerRe: Emailing to our office from a website Pin
David Mujica16-Jul-09 4:57
David Mujica16-Jul-09 4:57 
GeneralRe: Emailing to our office from a website Pin
Dalek Dave16-Jul-09 5:58
professionalDalek Dave16-Jul-09 5:58 
GeneralExecute code from an ASP.NET button Pin
David Mujica16-Jul-09 6:18
David Mujica16-Jul-09 6:18 
I'm making the big assumption that you are developing your website with ASP.NET.

You would place an ASP.NET button (different from an HTML button) on the page and for the OnClick event in the code behind you would have something like this:

Protected Sub btnEmail_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles btnEmail.Click

 Call MailIt("jdoe@mycompany.com", "fromMe@buzz.com", "This is a test subject", "This is the body of the email")

   End Sub


If you are not using ASP.NET, then I may have mislead you.
GeneralRe: Execute code from an ASP.NET button Pin
Dalek Dave16-Jul-09 8:57
professionalDalek Dave16-Jul-09 8:57 
Questionnew flash player screws up cool stuff Pin
ed welch16-Jul-09 1:49
ed welch16-Jul-09 1:49 
QuestionDLL Usage in Web Applications Pin
VikashGohil16-Jul-09 1:17
VikashGohil16-Jul-09 1:17 
AnswerRe: DLL Usage in Web Applications Pin
Abhishek Sur16-Jul-09 4:22
professionalAbhishek Sur16-Jul-09 4:22 
GeneralRe: DLL Usage in Web Applications Pin
VikashGohil17-Jul-09 4:38
VikashGohil17-Jul-09 4:38 
QuestionProblem of Web service calling Pin
mani.thirumalai15-Jul-09 20:27
mani.thirumalai15-Jul-09 20:27 
AnswerRe: Problem of Web service calling Pin
Marc Firth15-Jul-09 22:10
Marc Firth15-Jul-09 22:10 
GeneralRe: Problem of Web service calling Pin
mani.thirumalai15-Jul-09 23:57
mani.thirumalai15-Jul-09 23:57 
GeneralRe: Problem of Web service calling Pin
Marc Firth16-Jul-09 0:21
Marc Firth16-Jul-09 0:21 
GeneralIE8 font error Pin
krishna.kommula15-Jul-09 18:50
krishna.kommula15-Jul-09 18:50 
GeneralRe: IE8 font error Pin
Marc Firth15-Jul-09 22:07
Marc Firth15-Jul-09 22:07 
GeneralRe: IE8 font error Pin
dbkman1017-Jul-09 15:44
dbkman1017-Jul-09 15:44 
QuestionInserting Data Into SQL Server Database Pin
pstyles115-Jul-09 2:42
pstyles115-Jul-09 2:42 
AnswerRe: Inserting Data Into SQL Server Database Pin
DoctorMick15-Jul-09 5:24
DoctorMick15-Jul-09 5:24 
GeneralRe: Inserting Data Into SQL Server Database Pin
pstyles115-Jul-09 5:31
pstyles115-Jul-09 5:31 
AnswerRe: Inserting Data Into SQL Server Database Pin
goodideadave16-Jul-09 13:21
goodideadave16-Jul-09 13:21 
QuestionDetecting server certificates in browser Pin
Karo915-Jul-09 0:40
Karo915-Jul-09 0:40 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.