Showing posts with label tool. Show all posts
Showing posts with label tool. Show all posts

Thursday, March 29, 2012

Please enter a different password

Hi,

I just started with asp.net..I'm using theASP.NET LogoWeb Site Administration Tool to create a user. The problem is when i type ia a password for that user it keeps on displaying.."Please enter a different password", nomatter what password i enter...can anyone direct me to the solution for my problem?..

Big Smile [:D]

By default they have enabled stronger password validation:

http://msdn.microsoft.com/netframework/downloads/updates/fw20readme.aspx

Check out section "3.1.5 ASP.NET Membership Enforces Password Strength Requirements"

-Brock


Hi,

Thanx alot..this link definitely helped..

Big Smile [:D]Yes [Y]

Saturday, March 24, 2012

Please Help ...... Hide the tool bar and menu in new window

Hi Everyone:

I am opening new window using HyperLinkField as below.

<asp:HyperLinkField HeaderText="Process"
Target="_blank" DataTextFormatString="Process me"
DataTextField="doc_name" DataNavigateUrlFields="doc_name"
DataNavigateUrlFormatString ="~/aaaa.aspx?path={0}" /
Is there any way i can set properties like
help:no;resizable:yes;status:no;

Thanks for your kind help.

PargatAre you opening a new (popup) window. You will need to use Javascript and
add the javascript call to the "onclick" attribute of the hyperlinkfield

<pargat.singh@.gmail.com> wrote in message
news:1144876133.236134.104830@.z34g2000cwc.googlegr oups.com...
> Hi Everyone:
>
> I am opening new window using HyperLinkField as below.
> <asp:HyperLinkField HeaderText="Process"
> Target="_blank" DataTextFormatString="Process me"
> DataTextField="doc_name" DataNavigateUrlFields="doc_name"
> DataNavigateUrlFormatString ="~/aaaa.aspx?path={0}" />
>
> Is there any way i can set properties like
> help:no;resizable:yes;status:no;
> Thanks for your kind help.
> Pargat

Please Help ...... Hide the tool bar and menu in new window

Hi Everyone:
I am opening new window using HyperLinkField as below.
<asp:HyperLinkField HeaderText="Process"
Target="_blank" DataTextFormatString="Process me"
DataTextField="doc_name" DataNavigateUrlFields="doc_name"
DataNavigateUrlFormatString ="~/aaaa.aspx?path={0}" />
Is there any way i can set properties like
help:no;resizable:yes;status:no;
Thanks for your kind help.
PargatAre you opening a new (popup) window. You will need to use Javascript and
add the javascript call to the "onclick" attribute of the hyperlinkfield
<pargat.singh@.gmail.com> wrote in message
news:1144876133.236134.104830@.z34g2000cwc.googlegroups.com...
> Hi Everyone:
>
> I am opening new window using HyperLinkField as below.
> <asp:HyperLinkField HeaderText="Process"
> Target="_blank" DataTextFormatString="Process me"
> DataTextField="doc_name" DataNavigateUrlFields="doc_name"
> DataNavigateUrlFormatString ="~/aaaa.aspx?path={0}" />
>
> Is there any way i can set properties like
> help:no;resizable:yes;status:no;
> Thanks for your kind help.
> Pargat
>