Avatar of Dinesh Kumar
Dinesh Kumar
Flag for India asked on

asp.net lightbox jquery

I am using a lightbox to show a form which sends the email from the codebehind (.cs file) however I see that in the lightbox whenever i click the [Send] button, the debug point is not hit. can anyone suggest me a lightbox effect example or already implemented lightbox in asp.net so that i can plug in that and i can send the email.

Moreover I think that i should not use javascript to send the email becuase it uses my passwords as well e.g

Dim MailCreds As New System.Net.NetworkCredential("sitemgr@something.com", "password")

please help!
Visual Basic.NETJavaScript.NET Programming

Avatar of undefined
Last Comment
Dinesh Kumar

8/22/2022 - Mon
Nirmalan Nagenthiran

PeteEngineer

Dinesh Kumar

ASKER
Thickbox is getting postback to the Sever but lightbox is not.
This is the best money I have ever spent. I cannot not tell you how many times these folks have saved my bacon. I learn so much from the contributors.
rwheeler23
Dinesh Kumar

ASKER
Thank you
ASKER CERTIFIED SOLUTION
Dinesh Kumar

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
Dinesh Kumar

ASKER
This is the best approach using web methods as i am also using light box which is client side so using webmethods does not require page refresh also.