Thank you for your replay,
I will check the site for the Store project.
I am two more questions,
1) You helped me to retrive the user profile details by using the userInfo properties and I retrived it successfully.
But, now I have added some new user profile fields unser the catogery "Shipping Address", I can't retrive the newly added user profile details by using userInfo property.
Here is the code I used,
TextBox4.Text = UserInfo.Profile.Telephone.ToString
TextBox3.Text = UserInfo.Profile.Street.ToString
TextBox17.Text = UserInfo.Profile.City.ToString
TextBox18.Text = UserInfo.Profile.Region.ToString
TextBox19.Text = UserInfo.Profile.PostalCode.ToString
Its working fine , but,
TextBox6.Text = UserInfo.Profile.ShippingStreet.ToString
TextBox7.Text = UserInfo.Profile.ShippingCity.ToString
TextBox8.Text = UserInfo.Profile.ShippingRegion.ToString
TextBox9.Text = UserInfo.Profile.ShippingPostalcode.ToString
Its not working. Any changes need. Please replay me.
2) My site is loading very late. It takes long time to load. How can I improve the efficency of my site. Is any thing needed to be changed in DNN admin.
Thank you.....