Click here to Skip to main content
15,888,062 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Remainder and automatic SMS to mobiles... Pin
thatraja3-May-11 2:27
professionalthatraja3-May-11 2:27 
GeneralRe: Remainder and automatic SMS to mobiles... Pin
saigirish3-May-11 19:09
saigirish3-May-11 19:09 
QuestionLoad PowerPoint SlideShow in User Control Pin
Ravi Sant2-May-11 23:58
Ravi Sant2-May-11 23:58 
AnswerRe: Load PowerPoint SlideShow in User Control Pin
Shahriar Iqbal Chowdhury/Galib3-May-11 3:12
professionalShahriar Iqbal Chowdhury/Galib3-May-11 3:12 
QuestionEmpty publish Folder [modified] Pin
Ali Al Omairi(Abu AlHassan)2-May-11 22:38
professionalAli Al Omairi(Abu AlHassan)2-May-11 22:38 
AnswerRe: Empty publish Folder Pin
Ravi Sant3-May-11 0:07
Ravi Sant3-May-11 0:07 
AnswerRe: Empty publish Folder Pin
Sneha Bisht3-May-11 0:16
Sneha Bisht3-May-11 0:16 
QuestionDisable forward and backward browser Pin
anishkannan2-May-11 18:29
anishkannan2-May-11 18:29 
How to disable forward and backward through browser ...

i used these things

<script>
history.go(1);
function noBack() \\ this is called while body unload
{
   window.history.forward();
} 
<script/>



This will be performed like page reload ... doesnt maintain the data of that page...

please let me know if need anything more...

thanks...
AnswerRe: Disable forward and backward browser Pin
Prasanta_Prince3-May-11 4:26
Prasanta_Prince3-May-11 4:26 
AnswerRe: Disable forward and backward browser Pin
Sandeep Mewara3-May-11 4:55
mveSandeep Mewara3-May-11 4:55 
QuestionDenial of service attack ... [modified] Pin
devboycpp2-May-11 17:20
devboycpp2-May-11 17:20 
AnswerRe: Denial of service attack ... Pin
loveangel8883-May-11 19:42
loveangel8883-May-11 19:42 
Questionhow can add checkboxlist in dropdownlist ??? Pin
lolostar2-May-11 15:47
lolostar2-May-11 15:47 
AnswerRe: how can add checkboxlist in dropdownlist ??? Pin
thatraja2-May-11 17:21
professionalthatraja2-May-11 17:21 
QuestionWhen I Should use XQuery ? Pin
Honeyboy_202-May-11 14:38
Honeyboy_202-May-11 14:38 
AnswerRe: When I Should use XQuery ? Pin
thatraja2-May-11 15:10
professionalthatraja2-May-11 15:10 
QuestionRadioButton dans un tableau [modified] Pin
said wahid2-May-11 5:11
said wahid2-May-11 5:11 
GeneralSuggestions Pin
thatraja2-May-11 5:48
professionalthatraja2-May-11 5:48 
QuestionStreamwriter on server Pin
vanikanc2-May-11 4:17
vanikanc2-May-11 4:17 
AnswerRe: Streamwriter on server Pin
vanikanc2-May-11 4:49
vanikanc2-May-11 4:49 
AnswerRe: Streamwriter on server Pin
David Mujica2-May-11 5:04
David Mujica2-May-11 5:04 
GeneralRe: Streamwriter on server Pin
vanikanc2-May-11 7:44
vanikanc2-May-11 7:44 
GeneralRe: Streamwriter on server Pin
David Mujica2-May-11 9:28
David Mujica2-May-11 9:28 
GeneralRe: Streamwriter on server Pin
vanikanc5-May-11 9:28
vanikanc5-May-11 9:28 
Questionhow can I bind its checked property to a database field, so that if it is checked "Y" should be stored in the database. If not checked then "N" should be stored. The field at the backend is of type (bit(1), not null) Pin
Vipinshishodia2-May-11 3:02
Vipinshishodia2-May-11 3:02 

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.