CodeVerge.Net Beta


   Item Entry   Register  Login  
Microsoft News
Asp.Net Forums
IBM Software
Borland Forums
Adobe Forums
Novell Forums




Can Reply:  No Members Can Edit: No Online: Yes
Zone: > Asp.Net Forum > microsoft_downloads.css_friendly_control_adapters Tags:
Item Type: Date Entered: 6/4/2007 2:32:24 PM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
NR
XPoints: N/A Replies: 4 Views: 49 Favorited: 0 Favorite
5 Items, 1 Pages 1 |< << Go >> >|
"KenA" <>
NewsGroup User
css friendly adapters + createuserwizard + custom membership provider = trouble?6/4/2007 2:32:24 PM

0

i believe the combination of [css friendly adapters + createuserwizard + custom membership provider] is the cause of the trouble i'm having ...
i was testing my custom membership provider's createuser method and i discovered that when i use it with the createuserwizard it actually call the
method twice, thus saving the user 2 times ... for this issue i explicitly set the user table in the database with the username field to allow
duplicate names.

when i turn off the css adaptor by commenting it in the app_browsers folder: CSSFriendlyAdapters.browser file, then everything works just fine.

does anyone else experienced such a behaviour?


??? KenA
"steve harman"
NewsGroup User
Re: css friendly adapters + createuserwizard + custom membership provider = trouble?6/4/2007 2:57:25 PM

0

You might want to checkout the new home of the CSS Adapters on Code Plex. There have already been a ton of fixes and some new features added to the code base, and you can get always get the latest bits via the download section.

"Russ Helfand"
NewsGroup User
Re: css friendly adapters + createuserwizard + custom membership provider = trouble?6/6/2007 1:55:06 AM

0

The fix for the problem you mentioned can be found on the forum, http://forums.asp.net/p/1100637/1676119.aspx#1676119.

Also see http://www.codeplex.com/cssfriendly/WorkItem/View.aspx?WorkItemId=234.


Russ Helfand
Groovybits.com
"tuhin" <>
NewsGroup User
Re: css friendly adapters + createuserwizard + custom membership provider = trouble?6/8/2007 3:01:12 PM

0

I am having a similar problem with the same settings. I am trying to customize the login form to not show up the secret question and answer field. But the

settings in the web.config does not seem to have any effect.  Has anyone overcome this problem? Thanks

 

<add name="MySqlMembershipProvider"

connectionStringName="MyLocalSQLServer"

applicationName="MyAppName"

passwordAttemptWindow="10"

enablePasswordRetrieval="false" enablePasswordReset="true"

requiresQuestionAndAnswer="false" requiresUniqueEmail="true"

passwordFormat="Hashed" minRequiredPasswordLength="4" minRequiredNonalphanumericCharacters="0"

passwordStrengthRegularExpression=""

type="System.Web.Security.SqlMembershipProvider, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />

"KenA" <>
NewsGroup User
Re: css friendly adapters + createuserwizard + custom membership provider = trouble?6/8/2007 5:52:49 PM

0

 hi tuhin, i believe your membership settings in the web.config is not correct ... try to make a comparison to the one i'm using:

1    <membership>
2 <providers>
3 <clear/>
4 <add connectionStringName="cnnStr"
5 name="AspNetSqlMembershipProvider"
6 type="System.Web.Security.SqlMembershipProvider, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
7 enablePasswordRetrieval="false"
8 enablePasswordReset="true"
9 requiresQuestionAndAnswer="false"
10 applicationName="/VS2005.WebUI"
11 maxInvalidPasswordAttempts="3"
12 passwordAttemptWindow="10"
13 requiresUniqueEmail="true"
14 passwordFormat="Hashed"
15 minRequiredPasswordLength="5"
16 minRequiredNonalphanumericCharacters="1"
17 passwordStrengthRegularExpression=""
18 />
19 </providers>
20 </membership>
 the config above is not for a custom membership, but for a default AspNetSqlMembershipProvider, since in your case the type attribute is also set to System.Web.Security.SqlMembershipProvider i believe you're using the default membeship provider, right?

??? KenA
5 Items, 1 Pages 1 |< << Go >> >|


Free Download:













warning cssselectorclass

no results with vb code when using css-adapters

flicker fix

css friendly menu control not working properly in ie6

adapters break createuserwizard?

adapting the validator controls....

menu divider or seperator using css and or css adapters.

suggested enhancment

css height

changepasswordadapter writefinalvalidators

can writebegintag generate spaces instead of tabs?

name mangling

last menu item drops down several pixals after certain width

how stable are these adapters now?

multiple classes ok?

output opinion

gridview adapter doesn't distinguish between itemstyle and headerstyle

some extension to support enter key in textboxes, within the adapters.

when menuitem.navigateurl is not set the menuitemclick event isn't fired!

treeview styles collaspe right column

problem centering menu control using adpaters

q: horizontal menu - varying width for top elements ?

another menu is not displaying in ie6 using css control adapters

ajax issue: you may need a manadatory updatepanel

problems using the adapters.

stylesheet question

.vsi broken?

.css files

asp.net menu control - on hover makes page content disappear (ie 6)

css and sitemap

problem with aspnet-menu-selected friendly css menu

emptydatatemplate does not render with gridview

partial install success

alternate rendering for login control

button click event in gridview emptydatatemplate

ajax + detailsview + css adapters = fail

javascript files embedded in cssfriendly.dll?

menu, from right to left?

problems with horizontal orientation

phantom menus

securitytrimmingenabled treeview adapter

how to access tier 2 elements - css adapter menu

css adapters - are websites more functional with or without?

rememberme control in login adapter "forgets"

adjustable tabs in css adapters menu

wizard control adapter with sidebar on top

variable width of horizontal top level menu elements?

tweaking the html layouts

gridview with a linked formview; cancel command requires two clicks

why isn't any <ul> html generated for my details view?

   
  Privacy | Contact Us
All Times Are GMT