Click here to Skip to main content
15,799,019 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: problem with new line in the text box Pin
Christian Graus19-Sep-09 17:55
protectorChristian Graus19-Sep-09 17:55 
GeneralRe: problem with new line in the text box Pin
prasadbuddhika19-Sep-09 19:48
prasadbuddhika19-Sep-09 19:48 
QuestionCollect Visitor's IP Pin
sjmclean19-Sep-09 12:36
sjmclean19-Sep-09 12:36 
AnswerRe: Collect Visitor's IP Pin
Christian Graus19-Sep-09 12:43
protectorChristian Graus19-Sep-09 12:43 
GeneralRe: Collect Visitor's IP Pin
dan!sh 19-Sep-09 21:42
professional dan!sh 19-Sep-09 21:42 
JokeRe: Collect Visitor's IP Pin
Manas Bhardwaj20-Sep-09 1:00
professionalManas Bhardwaj20-Sep-09 1:00 
AnswerRe: Collect Visitor's IP Pin
Abhishek Sur19-Sep-09 14:23
professionalAbhishek Sur19-Sep-09 14:23 
AnswerRe: Collect Visitor's IP Pin
Robert_Pan19-Sep-09 19:28
Robert_Pan19-Sep-09 19:28 
public static string GetLocalAddress()
    {
        IPAddress[] addressLocal = Dns.GetHostByName(Dns.GetHostName()).AddressList;
        if (addressLocal.Length > 0)
        {
            return addressLocal[addressLocal.Length - 1].ToString();
        }
        return "127.0.0.1";
        
    }

GeneralRe: Collect Visitor's IP Pin
Manas Bhardwaj20-Sep-09 0:57
professionalManas Bhardwaj20-Sep-09 0:57 
QuestionHow to clear Client Cache Pin
ranjan_namitaputra19-Sep-09 10:57
ranjan_namitaputra19-Sep-09 10:57 
AnswerRe: How to clear Client Cache Pin
Abhishek Sur19-Sep-09 11:09
professionalAbhishek Sur19-Sep-09 11:09 
GeneralRe: How to clear Client Cache Pin
ranjan_namitaputra19-Sep-09 11:15
ranjan_namitaputra19-Sep-09 11:15 
GeneralRe: How to clear Client Cache Pin
Abhishek Sur19-Sep-09 11:16
professionalAbhishek Sur19-Sep-09 11:16 
GeneralRe: How to clear Client Cache Pin
ranjan_namitaputra19-Sep-09 11:22
ranjan_namitaputra19-Sep-09 11:22 
GeneralRe: How to clear Client Cache Pin
Abhishek Sur19-Sep-09 11:24
professionalAbhishek Sur19-Sep-09 11:24 
Questionskip validation Pin
laziale19-Sep-09 10:55
laziale19-Sep-09 10:55 
AnswerRe: skip validation Pin
Abhishek Sur19-Sep-09 11:07
professionalAbhishek Sur19-Sep-09 11:07 
AnswerRe: skip validation Pin
Not Active19-Sep-09 16:42
mentorNot Active19-Sep-09 16:42 
QuestionCrystarl report not working online Pin
Sneha Bisht19-Sep-09 3:35
Sneha Bisht19-Sep-09 3:35 
AnswerRe: Crystarl report not working online Pin
Manas Bhardwaj19-Sep-09 4:57
professionalManas Bhardwaj19-Sep-09 4:57 
AnswerRe: Crystarl report not working online Pin
Abhishek Sur19-Sep-09 10:34
professionalAbhishek Sur19-Sep-09 10:34 
QuestionAssembly "AjaxControlToolkit, Version=3.0.30512.17815, Culture=neutral, PublicKeyToken=28f01b0e84b6d53e" does not contain a script with hash code "865923e8" Pin
muniratnam19-Sep-09 2:52
muniratnam19-Sep-09 2:52 
AnswerRe: Assembly "AjaxControlToolkit, Version=3.0.30512.17815, Culture=neutral, PublicKeyToken=28f01b0e84b6d53e" does not contain a script with hash code "865923e8" Pin
Abhishek Sur19-Sep-09 11:38
professionalAbhishek Sur19-Sep-09 11:38 
Questiontimeout Pin
mylogics19-Sep-09 1:55
professionalmylogics19-Sep-09 1:55 
AnswerRe: timeout Pin
Manas Bhardwaj19-Sep-09 2:06
professionalManas Bhardwaj19-Sep-09 2:06 

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.