Home
Get Started
Learn
Downloads
AJAX
MVC
Community
Wiki
Forums
Sign in
|
Join
Home
›
ASP.NET Forums
›
Search
Search
You searched for the word(s): userid:605921
More Search Options
RSS Available
Matching Posts
Where to get the installation package of ASP.NET Quick Start Tutorials
Hello, I remember the standalone installation package for ASP.NET Quick Start Tutorials is available. Where can I get it ? ASP.NET 2.0 or later is expected. Thanks.
Posted to
Getting Started
(Forum)
by
Jinglecat
on 8/19/2009
Re: Where to get the installation package of ASP.NET Quick Start Tutorials
Thanks all. I find it in the .NET 2.0 SDK. http://www.microsoft.com/downloads/details.aspx?FamilyID=fe6f2099-b7b4-4f47-a244-c96d69c35dec&displaylang=en
Posted to
Getting Started
(Forum)
by
Jinglecat
on 8/19/2009
Textbox in password mode will just ignore AutoCompleteType?
Hello, I suddenly find that the textbox in the password mode won't render the autocomplete attribute even if I explicitly set a valid value to the AutoCompleteType property. It proves to see the source code from Reflector. At this time, an alternative is to directly set autocomplete="off". Is this by-design or a potential bug? Thanks
Posted to
Web Forms
(Forum)
by
Jinglecat
on 7/26/2009
Re: COMException (0x8007203a): The server is not operational.
Figure it out!!! It's the problem about the username mapping mode of userPrincipalName or sAMAccountName. If you want to create a new user with the ActiveDirectoryMembershipProvider, explicitly specify the sAMAccountName mode(username only) in the provider setting. It take userPrincipalName mode( username@domain ) <membership defaultProvider= "ADMembershipProvider" > "ADMembershipProvider" type= "System.Web.Security.ActiveDirectoryMembershipProvider, System.Web
Posted to
Active Directory and LDAP
(Forum)
by
Jinglecat
on 3/26/2009
COMException (0x8007203a): The server is not operational.
Hello, Today I'm trying to new a user with ActiveDirectoryMembershipProvider in the CreateUserWizard control, it throws me the exception: System.Runtime.InteropServices.COMException: The server is not operational. However, I can get users via the Membership.FindUsersByName(usernameToMatch, pageIndex, pageSize, out totalRecords) method, so it proves my LDAP connection string is right. I can not just write info into my AD. And I'm sure the application of creating new users can work well last
Posted to
Active Directory and LDAP
(Forum)
by
Jinglecat
on 3/26/2009
Re: Change Password in LDAP or active directory
You can try to invoke directly the ActiveDirectoryMembershipProvider.ChangePassword method to see what happens behind the screen : System.Web.Security.Membership.Provider.ChangePassword(" user@example.com ", "oldpwd", "newpwd"); It may throw exceptions: The password does not meet the password policy requirements. Check the minimum password length, password complexity and password history requirements. (Exception from HRESULT: 0x800708C5)
Posted to
Active Directory and LDAP
(Forum)
by
Jinglecat
on 3/13/2009
Re: How to use ListViewPagedDataSource to customize paging?
Hi Samu, Thank you very much. I'm always on the Mid-Autumn holiday recently, so I'm missing the thread a bit Your sample looks well. But it's really a problem for me to add the DataPager control. I have no idea about that. Now I have to use the ObjectDataSource to implement the paging functionality, althought ObjectDataSource is a little stupid to require that the SelectMethod and SelectCountMethod have the same method signature. Let's say my ObjectDataSource is: <asp:ObjectDataSource
Posted to
Data Presentation Controls
(Forum)
by
Jinglecat
on 9/18/2008
Re: How to use ListViewPagedDataSource to customize paging?
Hi Samu Do you remember the legacy PagedDataSource component in 1.x/2.0. It has a AllowCustomPaging property to allow us to customize the paging functionality. And the ObjectDataSource also has SelectCountMethod to provide this capacity.
Posted to
Data Presentation Controls
(Forum)
by
Jinglecat
on 9/12/2008
Re: How to use ListViewPagedDataSource to customize paging?
I forgot to point I would like to bind the ListView control with the DataPager control together in a virtual mode, but without the ObjectDataSource.
Posted to
Data Presentation Controls
(Forum)
by
Jinglecat
on 9/9/2008
How to use ListViewPagedDataSource to customize paging?
Hello, Does anyone know how to customize the paging capacity with ListViewPagedDataSource component (or other stuff) for ListView control? In fact, I just want to page the records in a virtual mode. I can do this combining ObjectDataSource component with ListViewControl. But I do not want to be in this way. The ObjectDataSource use the reflection, and it's not flexible enough. I'm awalys like to bind the data list control manually. It's in vain that I try to read the MSDN to find some
Posted to
Data Presentation Controls
(Forum)
by
Jinglecat
on 9/9/2008
Page 1 of 7 (65 items) 1
2
3
4
5
Next >
...
Last »
TechNet Edge:
How Microsoft Reduces Operational Risk through Business Continuity Management
Channel 9:
Jeffrey Van Gogh and Bart De Smet: Inside System.Interactive
WindowsClient:
Runtime Fault Injection using TestAPI
TechNet Edge:
TechNet Radio: Community Corner with John Weston (Episode 1)
TechNet Edge:
Windows Firestarter Events (Part 3 of 5): IE8 - Browse the Web in Style!
WindowsClient:
The year ahead, 2010.
TechNet Edge:
FOPE Policies Deep Dive Interview
Silverlight:
Silverlight HVP Design Update
WindowsClient:
Windows Client Developer Roundup for 12/28/2009
WindowsClient:
Snoop with 64 bit support
ASP.NET:
jQuery Hide/Close Link
ASP.NET:
Merry Christmas
TechNet Edge:
FPE Customer Story
Silverlight:
Being a writer, and having an editor. A Short Rant.
Channel 9:
Channel 9 Live at PDC09: Dr Brian Brooks (3M)
Channel 9:
C9 Lectures: Dr. Erik Meijer - Functional Programming Fundamentals Chapter 13 of 13
Silverlight:
Information for Silverlight HVP Developers…
WindowsClient:
Custom Content Loaders in Silverlight 4.0
WindowsClient:
MVVM Links\Info
TechNet Edge:
Check out how Dolly Parton uses IE8 and Web slices!!!
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online