Hello, I was wondering if anyone has a complete example for adding Users and Roles, and adding Users to Roles (and of course maintaining them, and deleting them) using WCF services. I also do not want to use WAP tool in VS since that would be unavailable to end users. I have found a few samples that do this as far as adding Users, but am having trouble enabling the Role Provider- even though they are included in the example I'm using thus far. My project compiles fine, but hangs on this Role Provider enabling (even the web.config settings 'seem' to be correct). Thanks all.
SteveMets
Posts
-
Membership & Roles using WCF -
Fave Operator of the DayYup. I'd been using C# for 5 years, only to take a job that the Department Standard is VB.Net. I have my revenge by using my scripter (wrote it myself) that will make a project in either language. I have all of the VB traps (things that don't have a C# equivalent or vice versa) already coded to use the proper equivalent - and then I don't deviate without good cause. One day the rest of the bottom-feeders will finally learn C#.
-
12-21-2012All of this talk that "Oracles" agree with this disaster-yet-to-come is just billious blabber from Microsoft.
-
Help!! Freeze Pane DatagridI tried this article, "The Freeze Pane DataGrid" By David R Lewis, November, 2004. I thought it was pretty cool. I'm using a custom paging solution, with data-specific pages (say, Jan, Feb Mar Tabs, which pull up matching records by the month in the Grid OnSelection). The headers freeze fine, but the PagingStyle "Tabs" do not freeze along with the header- gives a really off appearance. I've tried to mimic the same thing for the PagerButtons, but it's either ignored, or property is not recognized. Any help would be great! Thanks :sigh: Oh, also, if this method is used with Edit,Update, Delete link buttons (most datagrids should use this if not R/O), position is lost i.e., scorlls to top. How can position state be maintained?