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

ASP.NET

 
GeneralProblem Generate Excel Reports if the Data is too much Pin
HatakeKaKaShi23-Jan-08 15:43
HatakeKaKaShi23-Jan-08 15:43 
QuestionMoving an image control in ASP.NET Pin
Yatish Kasa23-Jan-08 7:50
Yatish Kasa23-Jan-08 7:50 
GeneralRe: Moving an image control in ASP.NET Pin
ToddHileHoffer23-Jan-08 9:08
ToddHileHoffer23-Jan-08 9:08 
QuestionDefault Button of a page -- how? Pin
dipak.dipak23-Jan-08 4:44
dipak.dipak23-Jan-08 4:44 
GeneralRe: Default Button of a page -- how? Pin
ToddHileHoffer23-Jan-08 4:54
ToddHileHoffer23-Jan-08 4:54 
GeneralRe: Default Button of a page -- how? Pin
eyeseetee23-Jan-08 4:59
eyeseetee23-Jan-08 4:59 
GeneralRe: Default Button of a page -- how? Pin
Ajeet mittal23-Jan-08 10:37
Ajeet mittal23-Jan-08 10:37 
GeneralConnection time out (Between client and server) Pin
attalurisubbu23-Jan-08 3:25
attalurisubbu23-Jan-08 3:25 
AnswerRe: Connection time out (Between client and server) [modified] Pin
ToddHileHoffer23-Jan-08 4:51
ToddHileHoffer23-Jan-08 4:51 
GeneralHw can ı get multi selected data new created object whit postback or whitout it Pin
Member 464351023-Jan-08 3:11
Member 464351023-Jan-08 3:11 
Generalseparate the string Pin
Member 387988123-Jan-08 2:37
Member 387988123-Jan-08 2:37 
GeneralRe: separate the string Pin
Vasudevan Deepak Kumar23-Jan-08 2:45
Vasudevan Deepak Kumar23-Jan-08 2:45 
GeneralRe: separate the string Pin
#realJSOP23-Jan-08 3:07
professional#realJSOP23-Jan-08 3:07 
GeneralRe: separate the string Pin
Malcolm Smart23-Jan-08 3:12
Malcolm Smart23-Jan-08 3:12 
GeneralRe: separate the string Pin
Malcolm Smart23-Jan-08 3:09
Malcolm Smart23-Jan-08 3:09 
GeneralRe: separate the string Pin
Member 387988123-Jan-08 17:03
Member 387988123-Jan-08 17:03 
QuestionCopy Contents in Excel Pin
mohankatari23-Jan-08 2:08
mohankatari23-Jan-08 2:08 
GeneralWrong forum Pin
pmarfleet23-Jan-08 11:01
pmarfleet23-Jan-08 11:01 
QuestionHOWTO: More than one RoleManager provider? Pin
jdstuart23-Jan-08 2:07
jdstuart23-Jan-08 2:07 
Sorry for posting again. My code didn't show in the previous post.

I've got the two following roleManager providers defined in my web.config file. The one "CustomRoleProvider" is the default one that needs to be used by the whole application.

I wrote another role manager provider "ModifiedCustomRoleProvider" that needs to be the roleProvider used by certain pages or need to be used by a certain page, based on the users role.

<code>
<roleManager defaultProvider="CustomRoleProvider" enabled="true">
<providers>
<clear/>
<add name="CustomRoleProvider" type="MyWebPagesStarterKit.Providers.CustomRoleProvider"/>
<add name="ModifiedCustomRoleProvider" type="MyWebPagesStarterKit.Providers.ModifiedCustomRoleProvider"/>
</providers>
</roleManager>
</code>

If the page "useModifiedProvider.aspx" is loaded, it must make use of the "ModifiedCustomRoleProvider" provider for all the calls made to the Roles class.

Can someone please tell me how I can force a certain page to make use of another roleProvider other than the default one specified for the application.

Thanks in advance
JD Stuart
GeneralRe: HOWTO: More than one RoleManager provider? Pin
pmarfleet23-Jan-08 11:07
pmarfleet23-Jan-08 11:07 
QuestionHOWTO: More than one RoleManager provider? Pin
jdstuart23-Jan-08 2:01
jdstuart23-Jan-08 2:01 
QuestionOutputting Reports in Excel through ASP.NET application Pin
v1i9n6o7d23-Jan-08 1:41
v1i9n6o7d23-Jan-08 1:41 
GeneralRe: Outputting Reports in Excel through ASP.NET application Pin
ToddHileHoffer23-Jan-08 4:56
ToddHileHoffer23-Jan-08 4:56 
Generalabout installation Pin
Hum Dum23-Jan-08 1:01
Hum Dum23-Jan-08 1:01 
GeneralRe: about installation Pin
Vasudevan Deepak Kumar23-Jan-08 1:43
Vasudevan Deepak Kumar23-Jan-08 1:43 

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.