Click here to Skip to main content
16,004,836 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Connection to SQL database Pin
Big Ralph17-Sep-07 22:26
Big Ralph17-Sep-07 22:26 
AnswerRe: Connection to SQL database Pin
Naik A2Ze17-Sep-07 22:48
Naik A2Ze17-Sep-07 22:48 
Questionhelp in file uploade control plz Pin
ahmed_fci200617-Sep-07 22:07
ahmed_fci200617-Sep-07 22:07 
AnswerRe: help in file uploade control plz Pin
Ballita17-Sep-07 22:45
Ballita17-Sep-07 22:45 
GeneralRe: help in file uploade control plz Pin
ahmed_fci200618-Sep-07 23:05
ahmed_fci200618-Sep-07 23:05 
AnswerRe: help in file uploade control plz Pin
VenkataRamana.Gali17-Sep-07 23:00
VenkataRamana.Gali17-Sep-07 23:00 
GeneralRe: help in file uploade control plz Pin
ahmed_fci200618-Sep-07 23:06
ahmed_fci200618-Sep-07 23:06 
Questionip address of client machine Pin
Sonia Gupta17-Sep-07 21:48
Sonia Gupta17-Sep-07 21:48 
i wanted to calcuate the ip address of the machine which is tying to access my website(intranet application).
At clienty machine it shows the ip addess of server machine .y this is happening.
for that i wrote the following code
IPAddress[] ip;
string str = Dns.GetHostName();
IPHostEntry hostentry = Dns.GetHostByName(str);
ip = hostentry.AddressList;
Response.Write(ip.GetValue(0).ToString());

Soniagupta1@yahoo.co.in

AnswerRe: ip address of client machine Pin
Parwej Ahamad17-Sep-07 22:08
professionalParwej Ahamad17-Sep-07 22:08 
GeneralRe: ip address of client machine Pin
Sonia Gupta17-Sep-07 22:16
Sonia Gupta17-Sep-07 22:16 
Questionhow to set Maximum Length In Multiline Mode of TextBox Pin
Jintal Patel17-Sep-07 21:44
Jintal Patel17-Sep-07 21:44 
AnswerRe: how to set Maximum Length In Multiline Mode of TextBox Pin
Naik A2Ze17-Sep-07 21:51
Naik A2Ze17-Sep-07 21:51 
GeneralRe: how to set Maximum Length In Multiline Mode of TextBox Pin
Sonia Gupta17-Sep-07 22:30
Sonia Gupta17-Sep-07 22:30 
AnswerRe: how to set Maximum Length In Multiline Mode of TextBox Pin
Ballita17-Sep-07 22:27
Ballita17-Sep-07 22:27 
Questionupdate query when handling the database form remote machine. [modified] Pin
Sonia Gupta17-Sep-07 21:44
Sonia Gupta17-Sep-07 21:44 
AnswerRe: update query when handling the database form remote machine. Pin
Parwej Ahamad17-Sep-07 22:31
professionalParwej Ahamad17-Sep-07 22:31 
GeneralRe: update query when handling the database form remote machine. Pin
Sonia Gupta17-Sep-07 22:37
Sonia Gupta17-Sep-07 22:37 
GeneralRe: update query when handling the database form remote machine. Pin
Parwej Ahamad17-Sep-07 22:43
professionalParwej Ahamad17-Sep-07 22:43 
AnswerRe: update query when handling the database form remote machine. Pin
saini arun17-Sep-07 22:42
saini arun17-Sep-07 22:42 
GeneralRe: update query when handling the database form remote machine. Pin
Sonia Gupta18-Sep-07 0:00
Sonia Gupta18-Sep-07 0:00 
QuestionValidation Controls Inside DIV tag Not working Pin
John-ph17-Sep-07 21:38
John-ph17-Sep-07 21:38 
AnswerRe: Validation Controls Inside DIV tag Not working Pin
John-ph23-Sep-07 22:40
John-ph23-Sep-07 22:40 
Questionasp.net with VB Pin
abglorie17-Sep-07 21:29
abglorie17-Sep-07 21:29 
AnswerRe: asp.net with VB Pin
Parwej Ahamad17-Sep-07 22:01
professionalParwej Ahamad17-Sep-07 22:01 
GeneralRe: asp.net with VB Pin
abglorie17-Sep-07 22:43
abglorie17-Sep-07 22:43 

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.