Click here to Skip to main content
15,888,351 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: How to pass and use web page to an external class? Pin
QuickBooksDev29-Dec-14 4:10
QuickBooksDev29-Dec-14 4:10 
AnswerRe: How to pass and use web page to an external class? Pin
Dominic Burford30-Dec-14 5:44
professionalDominic Burford30-Dec-14 5:44 
GeneralRe: How to pass and use web page to an external class? Pin
QuickBooksDev31-Dec-14 0:23
QuickBooksDev31-Dec-14 0:23 
GeneralRe: How to pass and use web page to an external class? Pin
Dominic Burford31-Dec-14 0:40
professionalDominic Burford31-Dec-14 0:40 
GeneralRe: How to pass and use web page to an external class? Pin
QuickBooksDev31-Dec-14 1:36
QuickBooksDev31-Dec-14 1:36 
GeneralRe: How to pass and use web page to an external class? Pin
Dominic Burford31-Dec-14 1:56
professionalDominic Burford31-Dec-14 1:56 
GeneralRe: How to pass and use web page to an external class? Pin
QuickBooksDev4-Jan-15 5:35
QuickBooksDev4-Jan-15 5:35 
AnswerRe: How to pass and use web page to an external class? Pin
Ferd Really20-Jan-15 6:31
Ferd Really20-Jan-15 6:31 
Consider this. The .dll exists on the server. Even if you did have a msgbox, that code is not running on the client - client would never see this msgbox.

Why not instantiate the class in code-behind of the webpage and access methods that way. It makes no matter that it is a vb.net class. The class methods will need to return results that can then be used to render on the page as necessary.

MsgBox in server code for website can cause much grief.
There are strangers on the Plain, Croaker

GeneralRe: How to pass and use web page to an external class? Pin
QuickBooksDev20-Jan-15 7:11
QuickBooksDev20-Jan-15 7:11 
QuestionStill i cant send email .will someone help? does any change require for smtp? Pin
Member 1133603427-Dec-14 5:39
Member 1133603427-Dec-14 5:39 
SuggestionRe: Still i cant send email .will someone help? does any change require for smtp? Pin
Richard MacCutchan27-Dec-14 9:34
mveRichard MacCutchan27-Dec-14 9:34 
GeneralRe: Still i cant send email .will someone help? does any change require for smtp? Pin
Member 1133603427-Dec-14 18:06
Member 1133603427-Dec-14 18:06 
GeneralRe: Still i cant send email .will someone help? does any change require for smtp? Pin
Richard MacCutchan27-Dec-14 23:10
mveRichard MacCutchan27-Dec-14 23:10 
Questioni am facing the NetworkCredential problem which is given below Pin
Member 1133603426-Dec-14 1:12
Member 1133603426-Dec-14 1:12 
AnswerRe: i am facing the NetworkCredential problem which is given below Pin
Wendelius26-Dec-14 1:56
mentorWendelius26-Dec-14 1:56 
GeneralRe: i am facing the NetworkCredential problem which is given below Pin
Member 1133603427-Dec-14 5:32
Member 1133603427-Dec-14 5:32 
AnswerRe: i am facing the NetworkCredential problem which is given below Pin
ZurdoDev26-Dec-14 2:05
professionalZurdoDev26-Dec-14 2:05 
GeneralRe: i am facing the NetworkCredential problem which is given below Pin
Member 1133603427-Dec-14 5:32
Member 1133603427-Dec-14 5:32 
QuestionHow to check login OWA success or not (Exchange 20007) Pin
rosy8425-Dec-14 4:30
rosy8425-Dec-14 4:30 
AnswerRe: How to check login OWA success or not (Exchange 20007) Pin
syed shanu25-Dec-14 17:33
mvasyed shanu25-Dec-14 17:33 
QuestionHow can to change the properties of a control in another page? Pin
Member 1130721224-Dec-14 13:06
Member 1130721224-Dec-14 13:06 
AnswerRe: How can to change the properties of a control in another page? Pin
ZurdoDev26-Dec-14 2:03
professionalZurdoDev26-Dec-14 2:03 
QuestionHow can to change the properties of a control in another page? Pin
Member 1130721224-Dec-14 12:04
Member 1130721224-Dec-14 12:04 
AnswerRe: How can to change the properties of a control in another page? Pin
ZurdoDev26-Dec-14 2:04
professionalZurdoDev26-Dec-14 2:04 
AnswerRe: How can to change the properties of a control in another page? Pin
sudevsu29-Dec-14 2:33
sudevsu29-Dec-14 2:33 

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.