Click here to Skip to main content
15,902,634 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Master Page File '~/GlobalMaster.master' Page can not be loaded Pin
Christian Graus2-Oct-07 19:09
protectorChristian Graus2-Oct-07 19:09 
QuestionTime out expired problem Pin
SUDHAKAR PALLAM2-Oct-07 19:00
SUDHAKAR PALLAM2-Oct-07 19:00 
AnswerRe: Time out expired problem Pin
Christian Graus2-Oct-07 19:07
protectorChristian Graus2-Oct-07 19:07 
GeneralRe: Time out expired problem Pin
SUDHAKAR PALLAM2-Oct-07 19:09
SUDHAKAR PALLAM2-Oct-07 19:09 
AnswerRe: Time out expired problem Pin
Parwej Ahamad2-Oct-07 19:10
professionalParwej Ahamad2-Oct-07 19:10 
QuestionUnable to send Email in asp.net Pin
ShuklaGirish2-Oct-07 18:27
ShuklaGirish2-Oct-07 18:27 
AnswerRe: Unable to send Email in asp.net Pin
Christian Graus2-Oct-07 18:39
protectorChristian Graus2-Oct-07 18:39 
GeneralRe: Unable to send Email in asp.net Pin
ShuklaGirish2-Oct-07 19:37
ShuklaGirish2-Oct-07 19:37 
Hi,thanks for ur reply,
this is my code,

SmtpClient c = new SmtpClient("198.168.1.77");
MailMessage message = new MailMessage("shuklagirish@hotmail.com", "girish.javanet@gmail.com", "test", "Hello!!Test message from asp.net");
c.Send(message);



Yes i am having proxy server internet and this ip address is of local machine so should i specify ip of Proxy server and also in the smtpserver of local machine whcih ip should i specify???
GeneralRe: Unable to send Email in asp.net Pin
Christian Graus2-Oct-07 20:22
protectorChristian Graus2-Oct-07 20:22 
Questionhow to add folders and sub folders with out thier complete path [modified] Pin
jagadee2-Oct-07 18:05
jagadee2-Oct-07 18:05 
QuestionReportViewer in webform Pin
C#Coudou2-Oct-07 18:04
C#Coudou2-Oct-07 18:04 
QuestionHow Reload Data from DataBase to Web Page after some seconds time? Pin
quangnd28022-Oct-07 18:01
quangnd28022-Oct-07 18:01 
AnswerRe: How Reload Data from DataBase to Web Page after some seconds time? Pin
Parwej Ahamad2-Oct-07 18:18
professionalParwej Ahamad2-Oct-07 18:18 
QuestionRetiive Parameter from URL Pin
clife5372-Oct-07 17:40
clife5372-Oct-07 17:40 
AnswerRe: Retiive Parameter from URL Pin
Parwej Ahamad2-Oct-07 17:51
professionalParwej Ahamad2-Oct-07 17:51 
GeneralRe: Retiive Parameter from URL Pin
clife5372-Oct-07 18:21
clife5372-Oct-07 18:21 
GeneralRe: Retiive Parameter from URL Pin
Imran Khan Pathan2-Oct-07 18:24
Imran Khan Pathan2-Oct-07 18:24 
GeneralRe: Retiive Parameter from URL Pin
clife5372-Oct-07 19:17
clife5372-Oct-07 19:17 
Questionslideshowextender Pin
diwa852-Oct-07 17:36
diwa852-Oct-07 17:36 
QuestionCapture Active Web Browser Pin
microsoc2-Oct-07 17:24
microsoc2-Oct-07 17:24 
AnswerRe: Capture Active Web Browser Pin
Michael Sync2-Oct-07 22:03
Michael Sync2-Oct-07 22:03 
GeneralRe: Capture Active Web Browser Pin
microsoc3-Oct-07 15:56
microsoc3-Oct-07 15:56 
QuestionServer Error in '/' Application Pin
Giri K2-Oct-07 14:41
Giri K2-Oct-07 14:41 
AnswerRe: Server Error in '/' Application Pin
Christian Graus2-Oct-07 14:53
protectorChristian Graus2-Oct-07 14:53 
Questionproblem problem and problem Pin
netJP12L2-Oct-07 11:49
netJP12L2-Oct-07 11:49 

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.