Click here to Skip to main content
15,891,905 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Regarding For Sending Mail through SMTP server Pin
Baran M24-Jun-09 23:56
Baran M24-Jun-09 23:56 
GeneralRe: Regarding For Sending Mail through SMTP server Pin
Baran M25-Jun-09 1:05
Baran M25-Jun-09 1:05 
AnswerRe: Regarding For Sending Mail through SMTP server Pin
Manas Bhardwaj25-Jun-09 0:05
professionalManas Bhardwaj25-Jun-09 0:05 
QuestionSidebar with Hyperlinks to pushpins in google maps Pin
wachira0924-Jun-09 22:11
wachira0924-Jun-09 22:11 
AnswerRe: Sidebar with Hyperlinks to pushpins in google maps Pin
Christian Graus24-Jun-09 22:33
protectorChristian Graus24-Jun-09 22:33 
QuestionHow to get Machine IP from a server Pin
Avi198924-Jun-09 20:32
Avi198924-Jun-09 20:32 
AnswerRe: How to get Machine IP from a server Pin
Christian Graus24-Jun-09 21:05
protectorChristian Graus24-Jun-09 21:05 
AnswerRe: How to get Machine IP from a server Pin
r a m e s h24-Jun-09 21:07
r a m e s h24-Jun-09 21:07 
Try this.

string strIPAddress = Request.ServerVariables["HTTP_X_FORWARDED_FOR"];
if (String.IsNullOrEmpty(strIPAddress))
strIPAddress = Request.ServerVariables["REMOTE_ADDR"];
QuestionGrid View Row Command help Pin
KhandelwalA24-Jun-09 20:29
KhandelwalA24-Jun-09 20:29 
AnswerRe: Grid View Row Command help Pin
padmanabhan N24-Jun-09 20:52
padmanabhan N24-Jun-09 20:52 
QuestionHow to get an ID of a selected Row in a Ultrawebgrid Pin
Vimalsoft(Pty) Ltd24-Jun-09 20:21
professionalVimalsoft(Pty) Ltd24-Jun-09 20:21 
QuestionProblem in renaming Directories. Pin
souravghosh1824-Jun-09 19:52
souravghosh1824-Jun-09 19:52 
AnswerRe: Problem in renaming Directories. Pin
Abhijit Jana24-Jun-09 20:02
professionalAbhijit Jana24-Jun-09 20:02 
GeneralRe: Problem in renaming Directories. Pin
souravghosh1824-Jun-09 20:04
souravghosh1824-Jun-09 20:04 
AnswerRe: Problem in renaming Directories. Pin
padmanabhan N24-Jun-09 20:02
padmanabhan N24-Jun-09 20:02 
QuestionSave Dialog in asp.net Pin
ballameharmurali24-Jun-09 19:32
ballameharmurali24-Jun-09 19:32 
AnswerRe: Save Dialog in asp.net Pin
dan!sh 24-Jun-09 19:49
professional dan!sh 24-Jun-09 19:49 
GeneralRe: Save Dialog in asp.net Pin
ballameharmurali25-Jun-09 20:20
ballameharmurali25-Jun-09 20:20 
AnswerRe: Save Dialog in asp.net Pin
r a m e s h24-Jun-09 21:02
r a m e s h24-Jun-09 21:02 
GeneralRe: Save Dialog in asp.net Pin
ballameharmurali25-Jun-09 20:21
ballameharmurali25-Jun-09 20:21 
AnswerRe: Save Dialog in asp.net Pin
Christian Graus24-Jun-09 21:06
protectorChristian Graus24-Jun-09 21:06 
GeneralRe: Save Dialog in asp.net Pin
ballameharmurali25-Jun-09 20:22
ballameharmurali25-Jun-09 20:22 
QuestionAppling Alternate Rows with border for Datagrid Pin
antony beula24-Jun-09 19:31
antony beula24-Jun-09 19:31 
AnswerRe: Appling Alternate Rows with border for Datagrid Pin
Chetan.visodiya24-Jun-09 22:54
Chetan.visodiya24-Jun-09 22:54 
GeneralRe: Appling Alternate Rows with border for Datagrid Pin
antony beula25-Jun-09 0:48
antony beula25-Jun-09 0:48 

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.