Click here to Skip to main content
15,904,339 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: asp.net Pin
kulandaivel_mca200725-Jan-09 22:09
kulandaivel_mca200725-Jan-09 22:09 
QuestionDRM with website authentication Pin
Mohendiz24-Jan-09 21:39
Mohendiz24-Jan-09 21:39 
QuestionHow to communicate with a bar-code reader with my ASP.NET app.? Pin
Subin Alex24-Jan-09 20:27
Subin Alex24-Jan-09 20:27 
AnswerRe: How to communicate with a bar-code reader with my ASP.NET app.? Pin
SeMartens25-Jan-09 1:11
SeMartens25-Jan-09 1:11 
QuestionProtect a webpage Pin
rowdykuttan24-Jan-09 18:30
rowdykuttan24-Jan-09 18:30 
AnswerRe: Protect a webpage Pin
DevCubed24-Jan-09 19:53
DevCubed24-Jan-09 19:53 
AnswerRe: Protect a webpage Pin
Sundar_R24-Jan-09 20:16
Sundar_R24-Jan-09 20:16 
AnswerRe: Protect a webpage Pin
Guffa25-Jan-09 3:44
Guffa25-Jan-09 3:44 
rowdykuttan wrote:
In this i have accomplised the tasks 1 & 2 using javascript.


And anyone can easily disable Javascript in the browser to undo that.

rowdykuttan wrote:
is there any way to do the 3 & 4 tasks.


You might be able to accomplish part of task 3, but than can also easily be undone by simply requesting the page using some other program than the browser. All that is needed is a single line of code:

new WebClient().DownloadFile(url, fileName);


Anything that the browser can read can also be read by other programs, so there is no way that you can keep anyone from reading anything that you want to show on the web.

Task 4 is not possible at all using Javascript, as it's not a function in the browser, it's a function in the operating system.

Despite everything, the person most likely to be fooling you next is yourself.

AnswerRe: Protect a webpage Pin
Perspx25-Jan-09 4:34
Perspx25-Jan-09 4:34 
AnswerRe: Protect a webpage Pin
Todd Smith25-Jan-09 14:30
Todd Smith25-Jan-09 14:30 
AnswerRe: Protect a webpage Pin
Christian Graus25-Jan-09 14:39
protectorChristian Graus25-Jan-09 14:39 
AnswerRe: Protect a webpage Pin
Rajdev Ramasamy26-Jan-09 20:55
Rajdev Ramasamy26-Jan-09 20:55 
Questiondropdown list Pin
billcodes24-Jan-09 17:23
billcodes24-Jan-09 17:23 
AnswerRe: dropdown list Pin
somasekhara77724-Jan-09 22:48
somasekhara77724-Jan-09 22:48 
AnswerRe: dropdown list Pin
sudhanvag25-Jan-09 2:32
sudhanvag25-Jan-09 2:32 
AnswerRe: dropdown list Pin
CooperWu25-Jan-09 2:38
CooperWu25-Jan-09 2:38 
QuestionReading javascript modified value from a readOnly TextBox [modified] Pin
SmartSpider24-Jan-09 9:56
SmartSpider24-Jan-09 9:56 
AnswerRe: Reading javascript modified value from a readOnly TextBox Pin
Not Active24-Jan-09 13:23
mentorNot Active24-Jan-09 13:23 
GeneralRe: Reading javascript modified value from a readOnly TextBox Pin
SmartSpider25-Jan-09 7:54
SmartSpider25-Jan-09 7:54 
GeneralRe: Reading javascript modified value from a readOnly TextBox Pin
Not Active25-Jan-09 8:08
mentorNot Active25-Jan-09 8:08 
QuestionHow to create an array of buttons then access attributes in event handler Pin
scjsb24-Jan-09 7:48
scjsb24-Jan-09 7:48 
AnswerRe: How to create an array of buttons then access attributes in event handler Pin
sudhanvag25-Jan-09 7:41
sudhanvag25-Jan-09 7:41 
Questioncan't get to display image in gridview Pin
Meax24-Jan-09 5:58
Meax24-Jan-09 5:58 
AnswerRe: can't get to display image in gridview Pin
CooperWu25-Jan-09 2:28
CooperWu25-Jan-09 2:28 
QuestionHelp! ASP.NET cannot do simple arithmetic... Pin
Ben Jern24-Jan-09 5:02
Ben Jern24-Jan-09 5: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.