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

ASP.NET

 
GeneralRe: how to handle mouse events in asp.net Pin
sarang1213-Nov-08 19:40
sarang1213-Nov-08 19:40 
Questionsaving & retrieving images in SQL 2005 or MySql using C# Pin
lilvbong3-Nov-08 14:30
lilvbong3-Nov-08 14:30 
AnswerRe: saving & retrieving images in SQL 2005 or MySql using C# Pin
Sathesh Sakthivel3-Nov-08 21:02
Sathesh Sakthivel3-Nov-08 21:02 
QuestionVs 2008 random moving of controls Pin
dwolver3-Nov-08 12:26
dwolver3-Nov-08 12:26 
QuestionMultiView control - MenuItemClick displaying previous record Pin
PPeterso3-Nov-08 11:25
PPeterso3-Nov-08 11:25 
QuestionIssue on Read Text from Word using Asp.Net Pin
suresh_0013-Nov-08 10:44
suresh_0013-Nov-08 10:44 
QuestionHow do you prevent users from accessing certain web pages by writing the url of these pages in the address bar? Pin
Nada Adel3-Nov-08 8:02
Nada Adel3-Nov-08 8:02 
AnswerRe: How do you prevent users from accessing certain web pages by writing the url of these pages in the address bar? Pin
Jörgen Andersson3-Nov-08 8:16
professionalJörgen Andersson3-Nov-08 8:16 
One way is to use authentication, but that forces the user to login. A user that is not authenticated will be automatically redirected to the login page.
Good or bad? Your choice.

Another way is to have an "entry page" for the users and use server.transfer instead of "response.redirect" when you refer them to the next page. That way they won't find out what the other pages are.
GeneralRe: How do you prevent users from accessing certain web pages by writing the url of these pages in the address bar? Pin
Nada Adel3-Nov-08 8:20
Nada Adel3-Nov-08 8:20 
GeneralRe: How do you prevent users from accessing certain web pages by writing the url of these pages in the address bar? Pin
Jörgen Andersson3-Nov-08 8:29
professionalJörgen Andersson3-Nov-08 8:29 
GeneralRe: How do you prevent users from accessing certain web pages by writing the url of these pages in the address bar? Pin
Nada Adel3-Nov-08 8:41
Nada Adel3-Nov-08 8:41 
GeneralRe: How do you prevent users from accessing certain web pages by writing the url of these pages in the address bar? Pin
Jörgen Andersson3-Nov-08 8:54
professionalJörgen Andersson3-Nov-08 8:54 
GeneralRe: How do you prevent users from accessing certain web pages by writing the url of these pages in the address bar? Pin
Nada Adel3-Nov-08 9:04
Nada Adel3-Nov-08 9:04 
GeneralRe: How do you prevent users from accessing certain web pages by writing the url of these pages in the address bar? Pin
Jörgen Andersson3-Nov-08 11:26
professionalJörgen Andersson3-Nov-08 11:26 
GeneralRe: How do you prevent users from accessing certain web pages by writing the url of these pages in the address bar? Pin
Nada Adel4-Nov-08 0:14
Nada Adel4-Nov-08 0:14 
GeneralRe: How do you prevent users from accessing certain web pages by writing the url of these pages in the address bar? Pin
Jörgen Andersson4-Nov-08 3:30
professionalJörgen Andersson4-Nov-08 3:30 
QuestionCascadingDropDown returns [Method Error 500] [modified] Pin
shovaly3-Nov-08 4:52
shovaly3-Nov-08 4:52 
QuestionHow to alter the connection string in web.config programmatically Pin
dream_liner_7e73-Nov-08 4:23
dream_liner_7e73-Nov-08 4:23 
AnswerRe: How to alter the connection string in web.config programmatically Pin
vaseeem3-Nov-08 4:37
vaseeem3-Nov-08 4:37 
QuestionEditIndex after Sorting a gridview Pin
johland3-Nov-08 4:11
johland3-Nov-08 4:11 
AnswerRe: EditIndex after Sorting a gridview Pin
kenexcelon3-Nov-08 9:46
kenexcelon3-Nov-08 9:46 
GeneralRe: EditIndex after Sorting a gridview Pin
johland3-Nov-08 23:23
johland3-Nov-08 23:23 
GeneralRe: EditIndex after Sorting a gridview Pin
kenexcelon4-Nov-08 9:13
kenexcelon4-Nov-08 9:13 
QuestionError #2048: Security sandbox violation Pin
mangrovecm3-Nov-08 3:54
mangrovecm3-Nov-08 3:54 
QuestionError: Unable to start debugging on the web server..... Pin
Samiullah3-Nov-08 3:00
Samiullah3-Nov-08 3: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.