Showing posts with label users. Show all posts
Showing posts with label users. Show all posts

Thursday, March 29, 2012

newbie: I wonder if this is possible in asp.net 2.0

Hey

asp.net 2.0

As far as I know it's possible to search the users registrered at a asp.net
2.0 web portal using either username or e-mail.

But what about the custom profile properties which can be configured in
web.config? Can they be searched too? I guess it can by using foreach loop
and test the contents on every user object.. but I thought maybe there was a
cleaner and faster way to do it...

Lets say for example these are custom profile settings in web.config. any
suggestion on how to search them? Lets say the search should return all
users containing the phrase "Lets" in lastname? or all users of a specific
gender?
<profile enabled="true">
<properties>
<add name="FirstName" type="string"/>
<add name="LastName" type="string"/>
<add name="Gender" type="string"/>
<add name="BirthDate" type="DateTime"/>
</properties>
</profile>

Best RegardsThis article should help, and even fleshes out some of the sample code
provided by one of the MS people for it:

http://www.eggheadcafe.com/articles/20060731.asp
Peter
--
Co-founder, Eggheadcafe.com developer portal:
http://www.eggheadcafe.com
UnBlog:
http://petesbloggerama.blogspot.com
"Jeff" wrote:

Quote:

Originally Posted by

Hey
>
asp.net 2.0
>
As far as I know it's possible to search the users registrered at a asp.net
2.0 web portal using either username or e-mail.
>
But what about the custom profile properties which can be configured in
web.config? Can they be searched too? I guess it can by using foreach loop
and test the contents on every user object.. but I thought maybe there was a
cleaner and faster way to do it...
>
Lets say for example these are custom profile settings in web.config. any
suggestion on how to search them? Lets say the search should return all
users containing the phrase "Lets" in lastname? or all users of a specific
gender?
<profile enabled="true">
<properties>
<add name="FirstName" type="string"/>
<add name="LastName" type="string"/>
<add name="Gender" type="string"/>
<add name="BirthDate" type="DateTime"/>
</properties>
</profile>
>
Best Regards
>
>
>

newbie: I wonder if this is possible in asp.net 2.0

Hey
asp.net 2.0
As far as I know it's possible to search the users registrered at a asp.net
2.0 web portal using either username or e-mail.
But what about the custom profile properties which can be configured in
web.config? Can they be searched too? I guess it can by using foreach loop
and test the contents on every user object.. but I thought maybe there was a
cleaner and faster way to do it...
Lets say for example these are custom profile settings in web.config. any
suggestion on how to search them? Lets say the search should return all
users containing the phrase "Lets" in lastname? or all users of a specific
gender?
<profile enabled="true">
<properties>
<add name="FirstName" type="string"/>
<add name="LastName" type="string"/>
<add name="Gender" type="string"/>
<add name="BirthDate" type="DateTime"/>
</properties>
</profile>
Best RegardsThis article should help, and even fleshes out some of the sample code
provided by one of the MS people for it:
http://www.eggheadcafe.com/articles/20060731.asp
Peter
--
Co-founder, Eggheadcafe.com developer portal:
http://www.eggheadcafe.com
UnBlog:
http://petesbloggerama.blogspot.com
"Jeff" wrote:

> Hey
> asp.net 2.0
> As far as I know it's possible to search the users registrered at a asp.ne
t
> 2.0 web portal using either username or e-mail.
> But what about the custom profile properties which can be configured in
> web.config? Can they be searched too? I guess it can by using foreach loop
> and test the contents on every user object.. but I thought maybe there was
a
> cleaner and faster way to do it...
> Lets say for example these are custom profile settings in web.config. any
> suggestion on how to search them? Lets say the search should return all
> users containing the phrase "Lets" in lastname? or all users of a specific
> gender?
> <profile enabled="true">
> <properties>
> <add name="FirstName" type="string"/>
> <add name="LastName" type="string"/>
> <add name="Gender" type="string"/>
> <add name="BirthDate" type="DateTime"/>
> </properties>
> </profile>
> Best Regards
>
>

Thursday, March 22, 2012

newgroups plugin to website

Hi,
Just a thought. How would one go about integrating newgroups such are this
one into your website where users can post a reply.
I havent started looking into it yet. and it might be pretty simple thing.
Just lemme know your thoughts,

Regards,

Hermit DaveThere are actually several out there that are basically web-portals for
newsgroups both open-source projects you could deploy and production sites
that are running today. Many of them are actually for programming-related
discussions such as this... (especially since microsoft allows anon access
to their servers)

I forget the names of several, but definately search first because there's
out there!

"Hermit Dave" <hermitdREMOVE@.CAPShotmail.com> wrote in message
news:O4axQdmvDHA.2444@.TK2MSFTNGP12.phx.gbl...
> Hi,
> Just a thought. How would one go about integrating newgroups such are this
> one into your website where users can post a reply.
> I havent started looking into it yet. and it might be pretty simple thing.
> Just lemme know your thoughts,
> Regards,
> Hermit Dave
Hey,
Yeah i know... i actually stumbled upon my own post once and that too on a
site i never visited before and it was then i realised that its just msnews
across.
Will look around for info. And will you lot posted.

"Craig" <cscheets@.remoovdis.kc.rr.com> wrote in message
news:%233xvSBnvDHA.2712@.TK2MSFTNGP11.phx.gbl...
> There are actually several out there that are basically web-portals for
> newsgroups both open-source projects you could deploy and production sites
> that are running today. Many of them are actually for programming-related
> discussions such as this... (especially since microsoft allows anon access
> to their servers)
> I forget the names of several, but definately search first because there's
> out there!
> "Hermit Dave" <hermitdREMOVE@.CAPShotmail.com> wrote in message
> news:O4axQdmvDHA.2444@.TK2MSFTNGP12.phx.gbl...
> > Hi,
> > Just a thought. How would one go about integrating newgroups such are
this
> > one into your website where users can post a reply.
> > I havent started looking into it yet. and it might be pretty simple
thing.
> > Just lemme know your thoughts,
> > Regards,
> > Hermit Dave

Friday, March 16, 2012

News Ticker

Hi,
I am currently working on a site and i need to implement a News Ticker into the Main Page i have and be display general information to users.
So i am looking for some examples in .Net everthing i have seen is done in Applets.
Could someone please point me in the right direction.

Thanks, RonMaybe you should take a look at htis product:

http://www.richcontentrotator.com/home.aspx
Hi freind,

I am facing the same problem you used to have. I tried to view the website that was sent to you but didn't find any help could you please advice me if you can.

Thanks :)