Click here to Skip to main content
15,881,172 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: asp.net Pin
Sibeesh KV29-Sep-14 1:49
professionalSibeesh KV29-Sep-14 1:49 
QuestionMobile phone detection Pin
Member 1087082524-Jul-14 19:01
Member 1087082524-Jul-14 19:01 
AnswerRe: Mobile phone detection Pin
kashyapa7826-Jul-14 21:47
professionalkashyapa7826-Jul-14 21:47 
Questiongenerate id for some another user in asp.net Pin
Member 1096700123-Jul-14 11:00
Member 1096700123-Jul-14 11:00 
GeneralRe: generate id for some another user in asp.net Pin
thatraja24-Jul-14 2:32
professionalthatraja24-Jul-14 2:32 
AnswerRe: generate id for some another user in asp.net Pin
David Mujica24-Jul-14 2:56
David Mujica24-Jul-14 2:56 
AnswerRe: generate id for some another user in asp.net Pin
ZurdoDev24-Jul-14 7:53
professionalZurdoDev24-Jul-14 7:53 
AnswerRe: generate id for some another user in asp.net Pin
Member 924543128-Jul-14 8:31
Member 924543128-Jul-14 8:31 
this sounds like a question about implementing asp.net membership / roles

in which case you can control access to functions by using membership / roles like this:

if (Roles.IsUserInRole(userName, role)){ //do your role specific stuff here}
Questionweb forms asp.net 2010 web deploy to iis Pin
dcof23-Jul-14 4:52
dcof23-Jul-14 4:52 
AnswerI don't think anyone uses the web deployment anymore, do you? Pin
jkirkerx23-Jul-14 10:44
professionaljkirkerx23-Jul-14 10:44 
QuestionNeed broad brush guidance on web approach Pin
Duke Carey23-Jul-14 2:42
professionalDuke Carey23-Jul-14 2:42 
AnswerRe: Need broad brush guidance on web approach Pin
jkirkerx23-Jul-14 11:08
professionaljkirkerx23-Jul-14 11:08 
GeneralRe: Need broad brush guidance on web approach Pin
Duke Carey24-Jul-14 0:26
professionalDuke Carey24-Jul-14 0:26 
GeneralRe: Need broad brush guidance on web approach Pin
jkirkerx24-Jul-14 5:44
professionaljkirkerx24-Jul-14 5:44 
AnswerRe: Need broad brush guidance on web approach Pin
Wombaticus23-Jul-14 22:41
Wombaticus23-Jul-14 22:41 
GeneralRe: Need broad brush guidance on web approach Pin
Duke Carey24-Jul-14 1:40
professionalDuke Carey24-Jul-14 1:40 
GeneralRe: Need broad brush guidance on web approach Pin
Wombaticus24-Jul-14 1:57
Wombaticus24-Jul-14 1:57 
QuestionChat Application in ASP.NET Pin
rbala00622-Jul-14 20:49
rbala00622-Jul-14 20:49 
AnswerRe: Chat Application in ASP.NET Pin
ZurdoDev24-Jul-14 7:56
professionalZurdoDev24-Jul-14 7:56 
QuestionAsp.Net application after hosting(iis7.5) not executing wkhtmltopdf.exe Pin
Member 791718220-Jul-14 21:16
Member 791718220-Jul-14 21:16 
AnswerRe: Asp.Net application after hosting(iis7.5) not executing wkhtmltopdf.exe Pin
Blikkies20-Jul-14 23:09
professionalBlikkies20-Jul-14 23:09 
GeneralRe: Asp.Net application after hosting(iis7.5) not executing wkhtmltopdf.exe Pin
niteoti21-Jul-14 1:39
niteoti21-Jul-14 1:39 
GeneralRe: Asp.Net application after hosting(iis7.5) not executing wkhtmltopdf.exe Pin
Member 791718221-Jul-14 3:55
Member 791718221-Jul-14 3:55 
AnswerRe: Asp.Net application after hosting(iis7.5) not executing wkhtmltopdf.exe Pin
Kornfeld Eliyahu Peter21-Jul-14 9:24
professionalKornfeld Eliyahu Peter21-Jul-14 9:24 
AnswerRe: Asp.Net application after hosting(iis7.5) not executing wkhtmltopdf.exe Pin
jkirkerx23-Jul-14 11:11
professionaljkirkerx23-Jul-14 11:11 

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.