TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Dipa Ahuja
NA
3.1k
714.2k
Orkut Type Website........
Jan 28 2010 9:30 AM
hi m making orkut type website
how to take profile fields?
i mean should i join with asp.net database..? in webconfig file..?
<profile enabled="true">
<properties>
<add name="Email" type="string"/>
<add name="FirstName" type="String"/>
<add name="LastName" type="String"/>
<add name="Gender" type="String"/>
<add name="BirthDate" type="DateTime"/>
<!--<add name="Occupation" type="String"/>-->
<!--<add name="Website" type="String"/>-->
<!--<group name="Address">-->
<add name="Address" type="String"/>
<add name="PostCode" type="string"/>
<add name="City" type="String"/>
<add name="State" type="String"/>
<add name="Country" type="string"/>
<!--</group>-->
</properties>
or should i create new table??
Thanx!
Reply
Answers (
0
)
how to put Captcha in registration form
A doubt in Sample Code of c#.net