Storing Array in the Profile of Web.config
-
I am working on a community site.I Wanted to store the user's friends in the profile of the user programmatically by storing an array of friends in the profile of the user to avoid an extra table. Is it possible to store an array in the profile? If yes the plz ....How? thks
-
I am working on a community site.I Wanted to store the user's friends in the profile of the user programmatically by storing an array of friends in the profile of the user to avoid an extra table. Is it possible to store an array in the profile? If yes the plz ....How? thks
This is a little closer, I guess. I would store it as a single property and make it a tab seperated list, then you can turn it into an array with the string.Split method.
Christian Graus Please read this if you don't understand the answer I've given you "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
-
This is a little closer, I guess. I would store it as a single property and make it a tab seperated list, then you can turn it into an array with the string.Split method.
Christian Graus Please read this if you don't understand the answer I've given you "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
I am new to cp thats why i put the question to the wrong place but thks ur answer is helpful. By the passage of time i will get used to CP. :-O :rose:
-
I am new to cp thats why i put the question to the wrong place but thks ur answer is helpful. By the passage of time i will get used to CP. :-O :rose:
That's fine - I hope you feel welcome here, and get a lot of use out of the site. Again, I was only directing for your benefit, if you ask in the right place, people will see and be able to help.
Christian Graus Please read this if you don't understand the answer I've given you "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )