Click here to Skip to main content
15,910,603 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionA Problem in auto Post-back Pin
Ali Al Omairi(Abu AlHassan)16-Jan-11 1:29
professionalAli Al Omairi(Abu AlHassan)16-Jan-11 1:29 
Questionhow to write to text file or any other way who Visited (ip and computer name) in my web ? Pin
Gali197815-Jan-11 7:54
Gali197815-Jan-11 7:54 
AnswerRe: how to write to text file or any other way who Visited (ip and computer name) in my web ? [modified] Pin
Parwej Ahamad15-Jan-11 9:28
professionalParwej Ahamad15-Jan-11 9:28 
GeneralRe: how to write to text file or any other way who Visited (ip and computer name) in my web ? Pin
goldsoft16-Jan-11 4:17
goldsoft16-Jan-11 4:17 
GeneralRe: how to write to text file or any other way who Visited (ip and computer name) in my web ? Pin
Parwej Ahamad22-Jan-11 8:15
professionalParwej Ahamad22-Jan-11 8:15 
Questionwhen i press my gridView on e-mail column - how to sent to this person ? Pin
Gali197814-Jan-11 7:49
Gali197814-Jan-11 7:49 
AnswerRe: when i press my gridView on e-mail column - how to sent to this person ? Pin
Abhijit Jana14-Jan-11 8:04
professionalAbhijit Jana14-Jan-11 8:04 
AnswerRe: when i press my gridView on e-mail column - how to sent to this person ? Pin
Yusuf14-Jan-11 9:14
Yusuf14-Jan-11 9:14 
If you write out the email column in the following format

<a href="mailto:user@domain.com">Send email</a>

it will send the email using the default email client. But, that is not recommended way of doing it. For starters, since the email is exposed, it can be harvested by bots easily. Instead handle it at the back-end or use some email address obfuscation javascript code.

GeneralRe: when i press my gridView on e-mail column - how to sent to this person ? Pin
Ali Al Omairi(Abu AlHassan)16-Jan-11 4:22
professionalAli Al Omairi(Abu AlHassan)16-Jan-11 4:22 
QuestionDocuments Pin
indian14314-Jan-11 6:11
indian14314-Jan-11 6:11 
AnswerRe: Documents Pin
Not Active14-Jan-11 8:28
mentorNot Active14-Jan-11 8:28 
GeneralRe: Documents Pin
indian14314-Jan-11 10:02
indian14314-Jan-11 10:02 
QuestionDynamic CheckBox Problem Pin
buffering8313-Jan-11 18:26
buffering8313-Jan-11 18:26 
AnswerRe: Dynamic CheckBox Problem Pin
Abhijit Jana13-Jan-11 18:47
professionalAbhijit Jana13-Jan-11 18:47 
AnswerRe: Dynamic CheckBox Problem Pin
Sandeep Mewara13-Jan-11 19:31
mveSandeep Mewara13-Jan-11 19:31 
AnswerRe: Dynamic CheckBox Problem PinPopular
Abhijit Jana13-Jan-11 19:49
professionalAbhijit Jana13-Jan-11 19:49 
GeneralRe: Dynamic CheckBox Problem Pin
Sandeep Mewara13-Jan-11 19:52
mveSandeep Mewara13-Jan-11 19:52 
GeneralRe: Dynamic CheckBox Problem Pin
Abhijit Jana13-Jan-11 19:54
professionalAbhijit Jana13-Jan-11 19:54 
GeneralRe: Dynamic CheckBox Problem Pin
Brij13-Jan-11 21:24
mentorBrij13-Jan-11 21:24 
GeneralRe: Dynamic CheckBox Problem Pin
Ankur\m/14-Jan-11 0:45
professionalAnkur\m/14-Jan-11 0:45 
GeneralRe: Dynamic CheckBox Problem Pin
Brij16-Jan-11 23:18
mentorBrij16-Jan-11 23:18 
QuestionIIS problem... Pin
Super Lloyd13-Jan-11 16:28
Super Lloyd13-Jan-11 16:28 
AnswerRe: IIS problem... Pin
Abhijit Jana13-Jan-11 18:43
professionalAbhijit Jana13-Jan-11 18:43 
AnswerRe: IIS problem... Pin
Ravi Sant14-Jan-11 4:05
Ravi Sant14-Jan-11 4:05 
QuestionC# and VB.Net Pin
vanikanc13-Jan-11 10:52
vanikanc13-Jan-11 10:52 

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.