Click here to Skip to main content
15,914,416 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: can i dynamically set flash movie paramter Pin
Grapes-R-Fun31-Dec-06 10:05
Grapes-R-Fun31-Dec-06 10:05 
GeneralRe: can i dynamically set flash movie paramter Pin
keroed_edmond2-Jan-07 4:04
keroed_edmond2-Jan-07 4:04 
GeneralRe: can i dynamically set flash movie paramter Pin
Grapes-R-Fun2-Jan-07 7:18
Grapes-R-Fun2-Jan-07 7:18 
GeneralRe: Someone has written a special control to embed Flash! Take a look Pin
Grapes-R-Fun2-Jan-07 7:20
Grapes-R-Fun2-Jan-07 7:20 
GeneralRe: it worked just fine for me! Pin
Grapes-R-Fun2-Jan-07 7:38
Grapes-R-Fun2-Jan-07 7:38 
Questionupload file to webpage Pin
keroed_edmond30-Dec-06 9:31
keroed_edmond30-Dec-06 9:31 
QuestionAuthentication! Pin
MoeInsairat30-Dec-06 9:11
MoeInsairat30-Dec-06 9:11 
AnswerRe: Authentication! Pin
sybux200030-Dec-06 11:53
sybux200030-Dec-06 11:53 
Hi,

I've done such a program but in PHP Smile | :)

In fact you have to check on each page if the user have enough privilege to load this page.

You should implement a little function in the page_load for exemple :
if check_rights(userid) > 200 then<br />
  ' have admin access for exemple<br />
  ...


and

function check_rights(byval userid as integer) as integer<br />
   ' do a select on a database to load the userlevel of the user<br />
   return userlevel<br />
end function


Hope it can help you !
GeneralRe: Authentication! Pin
MoeInsairat30-Dec-06 11:56
MoeInsairat30-Dec-06 11:56 
QuestionAll my buttons have gone haywire Pin
John Strudwick30-Dec-06 8:39
John Strudwick30-Dec-06 8:39 
AnswerRe: All my buttons have gone haywire Pin
Grapes-R-Fun31-Dec-06 10:18
Grapes-R-Fun31-Dec-06 10:18 
GeneralThey came back but it was weird Pin
John Strudwick1-Jan-07 4:03
John Strudwick1-Jan-07 4:03 
GeneralRe: They came back but it was weird Pin
Grapes-R-Fun1-Jan-07 6:35
Grapes-R-Fun1-Jan-07 6:35 
GeneralFull VS and I don't believe I set it as a template Pin
John Strudwick1-Jan-07 6:44
John Strudwick1-Jan-07 6:44 
QuestionProperties in Class Pin
Amit Kumar G30-Dec-06 5:41
Amit Kumar G30-Dec-06 5:41 
AnswerRe: Properties in Class Pin
Colin Angus Mackay30-Dec-06 7:32
Colin Angus Mackay30-Dec-06 7:32 
GeneralRe: Properties in Class Pin
Amit Kumar G31-Dec-06 2:58
Amit Kumar G31-Dec-06 2:58 
QuestionHow to implement Transparency to ASP.NET Menu Control? Pin
RameshKrishnan.NET30-Dec-06 5:33
RameshKrishnan.NET30-Dec-06 5:33 
AnswerRe: How to implement Transparency to ASP.NET Menu Control? Pin
Paszt3-Jan-07 9:16
Paszt3-Jan-07 9:16 
QuestionCrystal report or how to getting nuts with the Logon Failed error Pin
sybux200029-Dec-06 23:21
sybux200029-Dec-06 23:21 
QuestionCDO.Message Pin
vineesh v29-Dec-06 22:54
vineesh v29-Dec-06 22:54 
QuestionAsp.net DataGrid Pin
Member 288983729-Dec-06 21:55
Member 288983729-Dec-06 21:55 
QuestionHow to retrieve HTTP_RAW_POST_DATA in c# 2.0 Pin
Suman Singh29-Dec-06 19:39
professionalSuman Singh29-Dec-06 19:39 
AnswerRe: How to retrieve HTTP_RAW_POST_DATA in c# 2.0 Pin
DavidNohejl1-Jan-07 22:37
DavidNohejl1-Jan-07 22:37 
GeneralRe: How to retrieve HTTP_RAW_POST_DATA in c# 2.0 Pin
Suman Singh2-Jan-07 0:24
professionalSuman Singh2-Jan-07 0:24 

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.