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

ASP.NET

 
Questioncreaing aspx pages at runtime [modified] Pin
Mogaambo14-May-08 6:14
Mogaambo14-May-08 6:14 
AnswerRe: creaing aspx pages at runtime Pin
Bursh.15-May-08 0:40
Bursh.15-May-08 0:40 
Question[Message Deleted] Pin
Boshkash14-May-08 5:15
Boshkash14-May-08 5:15 
AnswerRe: Error in saving arabic chars into sql server 05 in Pin
SomeGuyThatIsMe14-May-08 5:56
SomeGuyThatIsMe14-May-08 5:56 
AnswerIGNORE Pin
leckey14-May-08 8:19
leckey14-May-08 8:19 
QuestionGenerating PDF files Pin
Imthu14-May-08 4:17
Imthu14-May-08 4:17 
AnswerRe: Generating PDF files Pin
led mike14-May-08 4:27
led mike14-May-08 4:27 
QuestionBrowser back button.. Pin
SamRST14-May-08 4:14
SamRST14-May-08 4:14 
hi friends..
i used the following code to disable the browser back button.
but its not working, until i clicked any button.
Code i used :

Response.Cache.SetCacheability(HttpCacheability.NoCache)
Response.Cache.SetExpires(DateTime.Now.AddDays(-1))
Response.Cache.SetAllowResponseInBrowserHistory(False)

Thanks in advance..
cheers..
AnswerRe: Browser back button.. Pin
Christian Graus14-May-08 15:03
protectorChristian Graus14-May-08 15:03 
QuestionFailed to load viewstate Pin
Premchand MR14-May-08 3:57
Premchand MR14-May-08 3:57 
AnswerRe: Failed to load viewstate Pin
Christian Graus14-May-08 15:03
protectorChristian Graus14-May-08 15:03 
Questionjavascript to make the browser's title bar blink Pin
deostroll14-May-08 3:50
deostroll14-May-08 3:50 
AnswerRe: javascript to make the browser's title bar blink Pin
Expert Coming14-May-08 6:11
Expert Coming14-May-08 6:11 
GeneralRe: javascript to make the browser's title bar blink Pin
deostroll14-May-08 23:10
deostroll14-May-08 23:10 
QuestionClient method was not called Pin
ganeshMohan14-May-08 3:29
ganeshMohan14-May-08 3:29 
QuestionCannot use a leading .. to exit above the top directory Pin
MHASSANF14-May-08 3:09
MHASSANF14-May-08 3:09 
AnswerRe: Cannot use a leading .. to exit above the top directory Pin
eyeseetee14-May-08 3:14
eyeseetee14-May-08 3:14 
QuestionRe: Cannot use a leading .. to exit above the top directory Pin
MHASSANF14-May-08 3:18
MHASSANF14-May-08 3:18 
AnswerRe: Cannot use a leading .. to exit above the top directory Pin
eyeseetee14-May-08 4:32
eyeseetee14-May-08 4:32 
AnswerRe: Cannot use a leading .. to exit above the top directory Pin
Expert Coming14-May-08 6:14
Expert Coming14-May-08 6:14 
Questionwhy cant i access a session variable Pin
Meax14-May-08 2:57
Meax14-May-08 2:57 
AnswerRe: why cant i access a session variable Pin
Christian Graus14-May-08 3:01
protectorChristian Graus14-May-08 3:01 
GeneralRe: why cant i access a session variable Pin
Meax14-May-08 3:06
Meax14-May-08 3:06 
QuestionProblem while Loading image from external site Pin
sreeraghavendra14-May-08 2:29
sreeraghavendra14-May-08 2:29 
AnswerRe: Problem while Loading image from external site Pin
Christian Graus14-May-08 2:39
protectorChristian Graus14-May-08 2:39 

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.