Click here to Skip to main content
15,917,454 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Passing connection information from Application to class library. Pin
Ramesh Swaminathan16-May-09 9:18
Ramesh Swaminathan16-May-09 9:18 
QuestionPlease I need Ur help in asp problem Pin
Diya'a15-May-09 21:23
Diya'a15-May-09 21:23 
AnswerRe: Please I need Ur help in asp problem Pin
Diya'a17-May-09 21:59
Diya'a17-May-09 21:59 
QuestionAssigning value to session in javascript Pin
Indrajeet Sutar15-May-09 20:26
Indrajeet Sutar15-May-09 20:26 
AnswerRe: Assigning value to session in javascript Pin
Manas Bhardwaj16-May-09 5:59
professionalManas Bhardwaj16-May-09 5:59 
Questionhow to apply css on file uploader Pin
Jagz W15-May-09 19:13
professionalJagz W15-May-09 19:13 
AnswerRe: how to apply css on file uploader Pin
N a v a n e e t h15-May-09 20:14
N a v a n e e t h15-May-09 20:14 
QuestionHaving problem recognizing the value property of htmlcheckbox Pin
CrazyCoder2615-May-09 19:01
CrazyCoder2615-May-09 19:01 
QuestionCann't send email and attachment thru asp.net 2003 using smptserver="localhost" [modified] Pin
micydon15-May-09 15:59
micydon15-May-09 15:59 
AnswerRe: Cann't send email and attachment thru asp.net 2003 using smptserver="localhost" Pin
Ramesh Swaminathan15-May-09 16:41
Ramesh Swaminathan15-May-09 16:41 
GeneralRe: Cann't send email and attachment thru asp.net 2003 using smptserver="localhost" Pin
micydon15-May-09 17:28
micydon15-May-09 17:28 
GeneralRe: Cann't send email and attachment thru asp.net 2003 using smptserver="localhost" Pin
keyur satyadev15-May-09 19:14
keyur satyadev15-May-09 19:14 
QuestionGrid view Pin
hahii15-May-09 15:09
hahii15-May-09 15:09 
AnswerRe: Grid view Pin
Ramesh Swaminathan15-May-09 16:54
Ramesh Swaminathan15-May-09 16:54 
AnswerRe: Grid view Pin
padmanabhan N21-May-09 1:24
padmanabhan N21-May-09 1:24 
QuestionIP in Text Box Pin
sjmclean15-May-09 13:09
sjmclean15-May-09 13:09 
Hi, I am trying to set up a text box, which as soon as the page loads, the IP of the visitor is shown in a Text Box.

The Text Box must also be locked, so that the user can see the IP, but not edited.

I am using the following code:
<asp:TextBox ID="TextBox4" runat="server" ReadOnly="true" Text="<%(Request.ServerVariables("remote_addr"))%>"></asp:TextBox>;


But it is not getting the IP address, instead it is just displaying: <;

Any help about how I should tackle this problem? Smile | :)

(Btw, I'm using C# in Visual Studio)
AnswerRe: IP in Text Box Pin
keyur satyadev15-May-09 19:21
keyur satyadev15-May-09 19:21 
GeneralRe: IP in Text Box Pin
sjmclean15-May-09 23:27
sjmclean15-May-09 23:27 
GeneralRe: IP in Text Box Pin
keyur satyadev15-May-09 23:39
keyur satyadev15-May-09 23:39 
AnswerRe: IP in Text Box Pin
Manas Bhardwaj16-May-09 6:08
professionalManas Bhardwaj16-May-09 6:08 
Questionget value from popup window Pin
Mohammed Elkholy15-May-09 10:53
Mohammed Elkholy15-May-09 10:53 
AnswerRe: get value from popup window Pin
Jeff Circeo16-May-09 3:19
Jeff Circeo16-May-09 3:19 
QuestionGrrrrr Pin
JoelD31115-May-09 10:50
JoelD31115-May-09 10:50 
AnswerRe: Grrrrr Pin
keyur satyadev15-May-09 19:25
keyur satyadev15-May-09 19:25 
QuestionDataBinding Pin
hahii15-May-09 7:25
hahii15-May-09 7:25 

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.