Click here to Skip to main content
15,923,168 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: document.getElementById(ID).all not working with firefox 3.0 Pin
Parwej Ahamad10-Dec-08 0:37
professionalParwej Ahamad10-Dec-08 0:37 
Questionpage redirect and ispostback Pin
rajakgopal9-Dec-08 23:08
rajakgopal9-Dec-08 23:08 
QuestionIIS 7.0 Pin
himanshu25619-Dec-08 22:33
himanshu25619-Dec-08 22:33 
AnswerRe: IIS 7.0 Pin
Brij10-Dec-08 0:43
mentorBrij10-Dec-08 0:43 
GeneralRe: IIS 7.0 Pin
himanshu256110-Dec-08 1:10
himanshu256110-Dec-08 1:10 
GeneralRe: IIS 7.0 Pin
Brij10-Dec-08 1:50
mentorBrij10-Dec-08 1:50 
AnswerRe: IIS 7.0 Pin
Abhijit Jana10-Dec-08 0:43
professionalAbhijit Jana10-Dec-08 0:43 
GeneralRe: IIS 7.0 Pin
himanshu256110-Dec-08 1:11
himanshu256110-Dec-08 1:11 
QuestionProblem when coming back to previous page. Pin
astrovirgin9-Dec-08 20:43
astrovirgin9-Dec-08 20:43 
AnswerRe: Problem when coming back to previous page. Pin
Christian Graus9-Dec-08 21:02
protectorChristian Graus9-Dec-08 21:02 
GeneralRe: Problem when coming back to previous page. Pin
astrovirgin9-Dec-08 21:13
astrovirgin9-Dec-08 21:13 
QuestionHow to stop pages from being grabbed using web grabber? Pin
VijayVishwakarma9-Dec-08 20:21
VijayVishwakarma9-Dec-08 20:21 
AnswerRe: How to stop pages from being grabbed using web grabber? Pin
N a v a n e e t h9-Dec-08 20:53
N a v a n e e t h9-Dec-08 20:53 
GeneralRe: How to stop pages from being grabbed using web grabber? Pin
VijayVishwakarma9-Dec-08 21:01
VijayVishwakarma9-Dec-08 21:01 
GeneralRe: How to stop pages from being grabbed using web grabber? Pin
Christian Graus9-Dec-08 21:03
protectorChristian Graus9-Dec-08 21:03 
GeneralRe: How to stop pages from being grabbed using web grabber? Pin
N a v a n e e t h9-Dec-08 21:11
N a v a n e e t h9-Dec-08 21:11 
VijayVishwakarma wrote:
Web grabber software grab the pages with images and other things.


You are talking about software like this[^], which downloads the pages for offline viewing, right?

To prevent images and other file types to be served, you can create a HttpHandler, map the image and other file extensions to ASP.NET engine and tell ASP.NET to process these extensions by the handler you created. In this handler, you can check whether the requested user/program has successfully passed the authentication. If not, prevent the content being send.


GeneralRe: How to stop pages from being grabbed using web grabber? Pin
VijayVishwakarma10-Dec-08 0:24
VijayVishwakarma10-Dec-08 0:24 
GeneralRe: How to stop pages from being grabbed using web grabber? Pin
N a v a n e e t h10-Dec-08 0:28
N a v a n e e t h10-Dec-08 0:28 
AnswerRe: How to stop pages from being grabbed using web grabber? Pin
Christian Graus9-Dec-08 21:01
protectorChristian Graus9-Dec-08 21:01 
GeneralRe: How to stop pages from being grabbed using web grabber? Pin
VijayVishwakarma9-Dec-08 21:10
VijayVishwakarma9-Dec-08 21:10 
GeneralRe: How to stop pages from being grabbed using web grabber? Pin
N a v a n e e t h9-Dec-08 21:13
N a v a n e e t h9-Dec-08 21:13 
QuestionSelf Extract Cabinate Pin
am.net9-Dec-08 18:50
am.net9-Dec-08 18:50 
AnswerRe: Self Extract Cabinate Pin
Christian Graus9-Dec-08 18:54
protectorChristian Graus9-Dec-08 18:54 
QuestionMaking the queue Pin
farzanehfarhad9-Dec-08 17:57
farzanehfarhad9-Dec-08 17:57 
AnswerRe: Making for queue Pin
N a v a n e e t h9-Dec-08 18:00
N a v a n e e t h9-Dec-08 18:00 

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.