netadictos

1,743
reputation
239 views

Registered User

name netadictos
member for 1 year
seen Nov 16 at 8:36
website
location Seville
age 34
Web Applications and Windows Developer.
After being keen to PHP, ASP, Flash and javascript, I became a passionate of C# since its birth, I work daily with this programming language.
It all started with ASP.NET but winforms have get my vision as programmer wider.
More I know, more I want to know, I like to solve the most difficult questions my curiosity asks me and stackoverflow is the perfect site for this!!!
You can see my blog here:
http://www.netadictos.com
Oct
30
comment How to retrieve forums and messages in a group with the Facebook API?
If you have discovered something about, plz post it here, I am also interested
Oct
28
asked Facebook: I need to get the last posts of a group?
Oct
28
awarded  Yearling
Oct
25
comment Uppercase and lowercase urls in PHP
I haven't downvoted you but I think you give a radical solution with a lot of costs only to solve one tiny problem.
Oct
19
asked Sharepoint: How to refresh the SpNavigationNodeCollection?
Oct
13
awarded  Popular Question
Oct
9
revised wordpress-mu: other options apart buddypress to build a good blog social network home page etc…?
edited tags
Oct
9
asked wordpress-mu: other options apart buddypress to build a good blog social network home page etc…?
Oct
8
comment Sharepoint, how to know the kilobytes of the attachment without downloading it?
That gives you the length of characters of the name file
Oct
8
comment Sharepoint, how to know the kilobytes of the attachment without downloading it?
Thanks for the info, but it is not a file in a SPDocumentLibrary, it is an attachment in a listitem that you can retrieve with: SPAttachmentCollection attachs= items[0].Attachments; Any idea?
Oct
8
asked Sharepoint, how to know the kilobytes of the attachment without downloading it?
Sep
30
awarded  Popular Question
Sep
7
awarded  Popular Question
Sep
3
asked How to create a blog community?
Sep
1
asked I need to have more information (an image and description) about a site in Sharepoint 2007?
Aug
26
asked Create Server Name Mapping in SSP in Sharepoint 2007?
Aug
15
awarded  Popular Question
Aug
11
comment I need to extract the first folder from url
Ok, this is true it is made an absolute url, oops!, I prefer the regex solution, because to convert to absolute url to extract a part is not so efficient but i point this answer because it's another very good approach.
Aug
6
answered updating dataset using join and bindingsource?
Aug
6
answered Join Tables in .NET DataSet to Display in DataGridView
Aug
6
comment I need to extract the first folder from url
Could you explain the magic for the first method?
Aug
6
comment I need to extract the first folder from url
I think you cannot use Segments for relative urls. Thanks.
Aug
6
asked updating dataset using join and bindingsource?
Jul
31
comment I need to extract the first folder from url
This method does not exist, there is Path.GetPathRoot but it does not work
Jul
31
comment I need to extract the first folder from url
sorry, you can not use segments for relative urls, and the property Count doesnot exist, it is length. The important problem is the first.
Jul
31
asked I need to extract the first folder from url