User netadictos - Stack Overflowmost recent 30 from stackoverflow.com2009-12-22T05:34:43Zhttp://stackoverflow.com/feeds/user/31791http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1333560/create-server-name-mapping-in-ssp-in-sharepoint-20070Create Server Name Mapping in SSP in Sharepoint 2007?netadictos2009-08-26T09:52:58Z2009-11-30T14:10:36Z
<p>Hi:
I have created a SSP and i am getting the results from here. The problem is that I have a list that the SSP is crawling and it gives me the internal URL.</p>
<p><a href="http://domain.com/ES/pubs/editorial/Lists/pubs/DispForm.aspx?ID=10" rel="nofollow">http://domain.com/ES/pubs/editorial/Lists/pubs/DispForm.aspx?ID=10</a> (or whatever) </p>
<p>I want to change it for this:</p>
<p><a href="http://domain.com/ES/pubs/editorialFO/Paginas/searcher.aspx?IdPub=" rel="nofollow">http://domain.com/ES/pubs/editorialFO/Paginas/searcher.aspx?IdPub=</a> </p>
<p>In the Administration of the SSP we have the Server Name Mappings, here is where I can change it.</p>
<p>I could change this:</p>
<blockquote>
<p><a href="http://domain.com/ES/pubs/editorial/Lists/pubs/DispForm.aspx" rel="nofollow">http://domain.com/ES/pubs/editorial/Lists/pubs/DispForm.aspx</a></p>
</blockquote>
<p>for </p>
<p><a href="http://domain.com/ES/pubs/editorialFO/Paginas/searcher.aspx" rel="nofollow">http://domain.com/ES/pubs/editorialFO/Paginas/searcher.aspx</a></p>
<blockquote>
<p>Blockquote</p>
</blockquote>
<p>The problem is that it works without parameter, but it doesn't work with the parameter.</p>
<p>That's to say, if I include de "?id=" and in the other "?IdPub=" it doesn't work.</p>
<p>I know i could change the idPub so that it could be "id", but it is not something i can change. Any Ideas.</p>
<p>I have try wildcards without success:</p>
<blockquote>
<p><a href="http://domain.com/ES/pubs/editorial/Lists/pubs/DispForm.aspx?id=" rel="nofollow">http://domain.com/ES/pubs/editorial/Lists/pubs/DispForm.aspx?id=</a>*</p>
</blockquote>
<p>for </p>
<blockquote>
<p><a href="http://domain.com/ES/pubs/editorialFO/Paginas/searcher.aspx?IdPub=" rel="nofollow">http://domain.com/ES/pubs/editorialFO/Paginas/searcher.aspx?IdPub=</a>*</p>
</blockquote>
<p>and </p>
<blockquote>
<p><a href="http://domain.com/ES/pubs/editorial/Lists/pubs/DispForm.aspx?id=" rel="nofollow">http://domain.com/ES/pubs/editorial/Lists/pubs/DispForm.aspx?id=</a></p>
</blockquote>
<p>for </p>
<blockquote>
<p><a href="http://domain.com/ES/pubs/editorialFO/Paginas/searcher.aspx?IdPub=" rel="nofollow">http://domain.com/ES/pubs/editorialFO/Paginas/searcher.aspx?IdPub=</a></p>
</blockquote>
http://stackoverflow.com/questions/1637284/facebook-i-need-to-get-the-last-posts-of-a-group0Facebook: I need to get the last posts of a group?netadictos2009-10-28T13:36:45Z2009-11-28T08:00:04Z
<p>Hi, </p>
<p>I have a group in facebook, and I want to build something like the <a href="http://www.facebook.com/facebook-widgets/fanbox.php" rel="nofollow">fanbox</a> in which I get the last posts and users that have collaborated in the group.</p>
<p>I have to program in .NET, and I have not found any info about all this.</p>
<p>I have seen info about applications but I think this is not what I need.</p>
<p>Could you recommend some examples / libraries?</p>
<p>Thanks.</p>
http://stackoverflow.com/questions/781182/how-to-change-default-page-for-a-site-in-sharepoint-using-team-definition0how to change default page for a site in Sharepoint using Team Definition?netadictos2009-04-23T10:46:44Z2009-11-12T00:00:02Z
<p>Now i am using the sharepoint extensions 1.1 for Visual Studio 2005 to deploy my website in Sharepoint 2007. When you create a new site, there is a new default page with the contenttype: Welcomelinks..., i would like to change it including my own ContentType and PageLayout in the onet.xml.
The way to deploy I am using is Team Definition.</p>
<p>Could someone give some code, plz?</p>
http://stackoverflow.com/questions/1588183/sharepoint-how-to-refresh-the-spnavigationnodecollection0Sharepoint: How to refresh the SpNavigationNodeCollection?netadictos2009-10-19T11:33:38Z2009-10-19T11:33:38Z
<p>Hi,
I have a Sharepoint 2007 website.
As you know,in settings users can order the sites and pages as they want in exploration, and then you can get these items with this order with:</p>
<pre><code>SPWeb web = CurrentSite.OpenWeb(currentSite);
SPNavigation nav = web.Navigation;
SPNavigationNodeCollection nodeColl = nav.QuickLaunch;
</code></pre>
<p>The problem is that when you add a site or page, this SPNavigationNodeCollection does not refresh automatically.</p>
<p>You will also notice a very weird behavior of
SharePoint that as soon as you open the “Navigation” page in the UI of
that site and make any change and save it – since that change all items suddenly
appear in the navigation collection as you expected them to from the
beginning!</p>
<p>Can you give any solution to automatize all this? It is not practic to enter exploration everytime you create a site or page?</p>
<p>If there is another way with CAML to get the pages/sites order by the user, that would be great too.</p>
<p>it is also treated in this article but i am not convinced:
<a href="http://kwizcom.blogspot.com/2007/08/manage-publishing-page-nodes-in-site.html" rel="nofollow">http://kwizcom.blogspot.com/2007/08/manage-publishing-page-nodes-in-site.html</a></p>
http://stackoverflow.com/questions/1543169/wordpress-mu-other-options-apart-buddypress-to-build-a-good-blog-social-network0wordpress-mu: other options apart buddypress to build a good blog social network home page etc…?netadictos2009-10-09T11:08:17Z2009-10-12T06:18:53Z
<p>Hi, I want to mount a social network of blogs and I am using Wordpress-mu, I need to have a home page to resume all the activity / members / comments, and add featured blogs.</p>
<p>I have considered buddypress but I am not very satisfied, because it has more things than what I want.</p>
<p>Plz, can you give me names / urls of free plugins for wordpress-mui, to get all the info about the other blogs easily, or a special theme to do this, or simply to do this the right way?</p>
<p>Thanks.</p>
http://stackoverflow.com/questions/1537345/sharepoint-how-to-know-the-kilobytes-of-the-attachment-without-downloading-it0Sharepoint, how to know the kilobytes of the attachment without downloading it?netadictos2009-10-08T11:51:50Z2009-10-08T16:09:19Z
<p>Hi.
I have a list of elements in Sharepoint, they have title, description and the option to have an attachment. It's the classic list.</p>
<p>I need to make a list of all these items, showing the kilobytes of the attachment.</p>
<p>The problem is that I cannot do a FileInfo, because the only path I know is the URI path:
<a href="http://xxx.com/../attachments/delete.txt" rel="nofollow">http://xxx.com/../attachments/delete.txt</a></p>
<p>How can i know the kbs without doing a webrequest that forces me to download the file to get this info.</p>
http://stackoverflow.com/questions/320296/how-can-i-see-only-my-interesting-tags-in-stackoverflows-list-of-questions4How can I see only my interesting tags in Stackoverflow's list of questions? [closed]netadictos2008-11-26T10:57:31Z2009-09-04T20:49:16Z
<p>As you know in preferences of user, you can hide ignored tags. This is good but i don't want to put all the tags I am not interested in because perhaps they are too many to put them in or perhaps I am only fan of one theme and nothing more than that.</p>
<p>I just want to see all the questions in "yellow", the ones i have marked as interesting.</p>
<p>(I hope people don't make strange reflections about the dangers of doing this, it is pure knowledge and having more options).</p>
<p>(this question I will answer myself)</p>
http://stackoverflow.com/questions/1372676/how-to-create-a-blog-community1How to create a blog community?netadictos2009-09-03T10:38:21Z2009-09-03T10:41:14Z
<p>I work for a travel agency, they have a website, from here they want to give the option to their travels to create their own subdomain with a wordpress blog inside.</p>
<p>More or less what the webpage <a href="http://wordpress.com/" rel="nofollow">http://wordpress.com/</a> offers its users.</p>
<p>What do I need? And plz links.</p>
http://stackoverflow.com/questions/1362959/i-need-to-have-more-information-an-image-and-description-about-a-site-in-sharep0I need to have more information (an image and description) about a site in Sharepoint 2007?netadictos2009-09-01T15:04:39Z2009-09-01T15:49:35Z
<p>Hello,
I have a website in Sharepoint 2007 (it is a publishing portal).</p>
<p>I want to create a site with more specific info than what it comes with Sharepoint.
You know, when you create a new site, the only info you can enter is title and URL.</p>
<p>I would need an image and a description.</p>
<p>The solution is not a custom list, because i need to have pages inside and other lists.</p>
<p>How can i extend this site list?</p>
http://stackoverflow.com/questions/1237902/updating-dataset-using-join-and-bindingsource0updating dataset using join and bindingsource?netadictos2009-08-06T09:36:15Z2009-08-06T22:40:02Z
<p>Hi,</p>
<p>I have created a dataset and in the designer I have created the relations and foreign keys that exist in the database.
Basically, I have a product that has a relationship to a table of prices. The keyfield they share is IdProduct in the Prices table. In the Fill/Get of the product I return the Price field.</p>
<p>I also have a DataGrid that uses a BindingSource which uses this table. Everything displays correctly and when I double click on a row within the datagrid I then open up a tabbed form that contains a detailed view of the record selected.<br />
The user at this point is able to make changes to the record and they are properly propogated back to the BindingSource. The problem is that the TableAdapter does not contain the appopriate update, therefore I am not able to call the TableAdapter.Update method with the dataset as I would had I created a tableadapter not using a join.</p>
<p>How am I best to handle this situation.</p>
<p>At the same time I cannot get any modified row:</p>
<pre><code> dTiendasDs.ProductosDataTable modified = (dTiendasDs.ProductosDataTable)
dTiendasDs.Productos.GetChanges(DataRowState.Modified);
</code></pre>
<p>modified is always null</p>
<p>Thanks,</p>
http://stackoverflow.com/questions/1237902/updating-dataset-using-join-and-bindingsource/1241924#12419240Answer by netadictos for updating dataset using join and bindingsource?netadictos2009-08-06T22:40:02Z2009-08-06T22:40:02Z<p>I haven't found a solution that pleases me utterly.</p>
<p>I don't know how to make the update method in one, so that my two tables that are "joined" (inner join) in the dataset, update simultaneously.</p>
<p>I had the problem that even if the controls were databound to productosBindingSource, this bindingSource did not update, so my final solution was to use the row of the dataset directly, and then update the tables of products and prices separately. It is annoying, I hoped to have a unique update.</p>
<p>My code finally is the following.</p>
<blockquote>
<p>this.productosBindingSource.EndEdit();</p>
<pre><code> dTiendasDs.Productos[0].idZona =
</code></pre>
<p>Convert.ToInt32(zonasCombobox.SelectedValue);</p>
<pre><code> dTiendasDs.Productos[0].Precio =
</code></pre>
<p>Convert.ToDouble(this.precioTextBox.Text);</p>
<pre><code> dTiendasDs.Productos[0].EndEdit();
if (dTiendasDs.HasChanges())
{
this.productosTableAdapter.UpdateData(dTiendasDs.Productos[0]["nombre"].ToString(),
Convert.ToInt32(dTiendasDs.Productos[0]["idZona"]),Convert.ToInt32(dTiendasDs.Productos[0]["idProducto"]));
this.preciosTableAdapter.UpdateData(
Convert.ToInt32(dTiendasDs.Productos[0]["idProducto"]),
Convert.ToDouble(dTiendasDs.Productos[0]["precio"]),IdTienda);
}
this.dTiendasDs.AcceptChanges();
</code></pre>
</blockquote>
http://stackoverflow.com/questions/312009/join-tables-in-net-dataset-to-display-in-datagridview/1241907#12419070Answer by netadictos for Join Tables in .NET DataSet to Display in DataGridViewnetadictos2009-08-06T22:36:30Z2009-08-06T22:36:30Z<p>Why not to use the designer?
You place both tables in the dataset, you establish the relationship, and change the Fill/Get methods, to something like this (with the "inner join"):</p>
<blockquote>
<p>SELECT Productos.idProducto,
Productos.Nombre, Precios.Precio,
Tiendas.idTienda,
Zonas.Zona,Productos.idZona FROM<br />
Productos INNER JOIN
Precios ON Productos.idProducto =
Precios.idProducto</p>
</blockquote>
http://stackoverflow.com/questions/1211132/i-need-to-extract-the-first-folder-from-url1I need to extract the first folder from urlnetadictos2009-07-31T07:23:20Z2009-08-03T07:35:14Z
<p>I need to improve the method below.</p>
<p>The thing is to extract the first folder of an URL if it exists. The urls that can be pass are with domain or without domain, that is to say: <a href="http://www.xxx.com/es/test/test.aspx" rel="nofollow">http://www.xxx.com/es/test/test.aspx</a> or <a href="http://xxx.com/es/test/" rel="nofollow">http://xxx.com/es/test/</a> or /us/xxx/xxx.aspx.</p>
<pre><code>public string ExtractURL(string url)
{
string result = "";
try
{
string[] urlSplitted = url.Split("//".ToCharArray());
//si encontramos /
if (urlSplitted.Length > 0)
{
string strFin = urlSplitted[urlSplitted.GetUpperBound(0) - 1];
//comprobamos que exista algo
if (String.IsNullOrEmpty(strFin))
{
result = url;
}
else
{
//devuelvo la url hasta /ES o /EN
result = url.Substring(0,url.ToLower().IndexOf("/" +strFin.ToLower()));
}
}
else
{
result = url;
}
}
catch
{
result = "";
}
return result;
}
</code></pre>
http://stackoverflow.com/questions/330726/fixing-copy-paste-for-remote-desktop-sessions2Fixing Copy/Paste for Remote Desktop Sessionsnetadictos2008-12-01T12:47:30Z2009-06-17T10:18:27Z
<p>Recently I have been working with Remote Desktop. I use it to access a virtual machine implemented through Hyper-V.</p>
<p>I have had many problems with the simple operation of cut-and-paste from my machine to the virtual one. The link between my clipboard and the remote clipboard is often broken.
It is usual that this happens, when I copy/cut in the remote machine and then copy in my computer and then paste in the remote machine,</p>
<p>How to fix this?</p>
<p>(this is an auto-answering question, it is known that this can be done)</p>
http://stackoverflow.com/questions/835600/change-the-language-of-a-website-in-sharepoint-20070Change the language of a website in Sharepoint 2007?netadictos2009-05-07T16:09:19Z2009-06-09T17:20:19Z
<p>I have been working in my development machine with a Sharepoint installed in English. So the website I created and am woking on appears in English, I have created variations in different languages too (Spanish, Catalan, Basque, Galician).
Now I realise that the admin part that is in English, should be in Spanish.</p>
<p>I don't know how I could change the language, i have seen the following answer in a <a href="http://www.sharepointblogs.com/mirjam/archive/2008/04/29/changing-the-language-of-an-existing-sharepoint-site.aspx" rel="nofollow">forum</a>:</p>
<blockquote>
<p>UPDATE dbo.Webs SET Language = 3082</p>
</blockquote>
<p>This solves the problem for the language, the admin part of the website appears in Spanish, but when I enter the section of variation labels, it gives me an error.</p>
<p>Can anyone tell me the solution, or which other column in which table must I change (I know it is not recommended)?</p>
<p>Which is the table where it is saved the info about variations?</p>
http://stackoverflow.com/questions/650192/how-to-get-in-caml-sharepoint-2007-the-same-results-as-spnavigation-quicklaunc1How to get in CAML (Sharepoint 2007) the same results as SPNavigation.QuickLaunch?netadictos2009-03-16T12:25:09Z2009-05-22T09:00:01Z
<p>I have a website in Sharepoint.</p>
<p>To get a list of sites ordered by the exploration, that is to say, ordered by the user in the sharepoint administration, i would write the following code:</p>
<pre><code> SPWeb web = CurrentSite.OpenWeb(currentSite);
SPNavigation nav = web.Navigation;
SPNavigationNodeCollection nodeColl = nav.QuickLaunch;
</code></pre>
<p>That is ok, but i need to do it with CAML. The only problem is that i don't know how to get the items ordered as the user did it, i get the items unordered or ordered by a column, i don't think there is a column for the user's order.</p>
<p>Plz give me some code.</p>
http://stackoverflow.com/questions/888818/which-are-the-best-forums-about-sharepoint-20072Which are the best forums about Sharepoint 2007?netadictos2009-05-20T16:01:30Z2009-05-21T02:34:16Z
<p>Could you tell me some good forums about Sharepoint 2007? I find there are not a lot of specialized sites about this.</p>
http://stackoverflow.com/questions/888496/i-need-to-have-a-field-where-you-can-show-an-hour-in-sharepoint-20070I Need to have a field where you can show an hour in Sharepoint 2007netadictos2009-05-20T15:06:37Z2009-05-20T20:53:35Z
<p>I have a website in Sharepoint 2007. I need to create a page where I have a field where the user can enter an hour (22:00, for example). I will then make some CAML queries, asking to get the pages with the hour less or greater than a specific hour.</p>
<p>I know Sharepoint have the Datetimefield, but this one only shows the date, you cannot set the hour.</p>
<p>Some solution?</p>
<p>Thanks.</p>
http://stackoverflow.com/questions/848296/i-have-a-database-diagram-in-microsoft-visio-how-can-i-import-it-to-sql-server-201I have a database diagram in Microsoft Visio how can i import it to Sql Server 2005?netadictos2009-05-11T14:10:27Z2009-05-11T14:22:14Z
<p>I have done a database diagram in Microsoft Visio but I don't know how to import it to Sql Server 2005?</p>
<p>By the way, which is the best tool you think you can use to do database diagrams, and that allows you to import it to Sql Server?</p>
http://stackoverflow.com/questions/825182/variations-and-currentuiculture-problem-in-sharepoint-20070Variations and CurrentUICulture problem in Sharepoint 2007?netadictos2009-05-05T14:40:22Z2009-05-05T14:40:22Z
<p>Hello,</p>
<p>We use variations in order to support multiple languages in a site. We have es-ES and ca-ES variations. Then we have page layouts with couple of tags where we want to show texts loaded from resource files. We also have some resource files - MyRes.resx, MyRes.es-ES.resx and MyRes.ca-ES.resx. When we are in ca-ES variation I see that do not load correct resources for ca-ES, but instead use the default ones (from MyRes.resx). When I check Thread.CurrentThread.CurrentCulture, it returns ca-ES. On the other hand, Thread.CurrentThread.CurrentUICulture returns es-ES. </p>
<p>This happens because I have defined the variation like this:
-the language for the label is Spanish, because we want the administration to be in Spanish always. Private part in Spanish, but public one in Other languages.
-The Locale is where we define the language, for example, Catalan, Basque etc...</p>
<p>This is why I obtain 2 different values for CurrentThread. </p>
<p>How can I implement to have Spanish for the administration (that is to say to define the language as Spanish) and having the resources of the public side with the language i define in the Locale.</p>
<p>You have to take in mind I don't use any language pack (so that i can change the language part), and is not my intention.</p>
<p>Other people have had this problem in internet:
<a href="http://social.technet.microsoft.com/Forums/en-US/sharepointdevelopment/thread/181504e6-6d21-46ac-831d-780410657466/" rel="nofollow">http://social.technet.microsoft.com/Forums/en-US/sharepointdevelopment/thread/181504e6-6d21-46ac-831d-780410657466/</a></p>
<p>but they give a solution and don't explain how.</p>
http://stackoverflow.com/questions/780650/how-to-deploy-usercontrols-using-the-team-definition-in-sharepoint0How to deploy usercontrols using the Team Definition in Sharepoint?netadictos2009-04-23T07:24:37Z2009-04-23T07:24:37Z
<p>Now i am using the sharepoint extensions 1.1 for Visual Studio 2005 to deploy my website. I want to add usercontrols, but i don't know how to add it to the Team Definition. I know how to add webparts, but i would like to deploy usercontrols to use them in the master or to add them with a webpart or sonofasmartpart.</p>
<p>Could someone give some code, plz?</p>
http://stackoverflow.com/questions/773369/how-to-deploy-an-assembly-using-the-team-definition-in-sharepoint1How to deploy an assembly using the Team Definition in Sharepoint?netadictos2009-04-21T16:02:51Z2009-04-22T08:45:29Z
<p>Now i am using the sharepoint extensions 1.2 for Visual Studio 2005 to deploy my website. I want to add an assembly to the bin, but i don't know how to add it to the Team Definition.</p>
<p>Could someone give some code, plz?</p>
http://stackoverflow.com/questions/746663/exception-creating-type-for-an-adapter-in-a-sharepoint-website0Exception creating type for an adapter in a Sharepoint website?netadictos2009-04-14T07:38:51Z2009-04-14T12:26:41Z
<p>I have a website in Sharepoint 2007. I use control adapters, specifically an adapter for the menu and the login control. These two adapters resides in a signed assembly that it is deployed to the bin folder of the website.
The browser </p>
<pre><code><browser refID="Default">
<controlAdapters>
<adapter controlType="System.Web.UI.WebControls.Menu"
adapterType="NameofEnterprise.SecondName.Adapters.MenuAdapter" />
<adapter controlType="System.Web.UI.WebControls.Login"
adapterType="NameofEnterprise.SecondName.Adapters.LoginAdapter" />
</controlAdapters>
</browser>
</code></pre>
<p>From time to time I get the following exception, just from time to time, let's say once or twice a day:</p>
<pre><code>Unable to create type 'NameofEnterprise.SecondName.Adapters.MenuAdapter'.
</code></pre>
<p>Things to take in mind: this happens in the machine I develop, I don't know if there are temporary files that can get the framework crazy. Second, I don't know if the framework perhaps is looking for the class of the Adapter in another assembly, as I have some assemblies that have the same namespaces as this one, that is to say: NameofEnterprise.SecondName.BusinessLayer,NameofEnterprise.SecondName.DataLayer....</p>
<p>Plz could you tell me what can be the problem? Can I be more specific to tell the framework the name of the assembly (in the browser you only write the name of the class and namespace)?</p>
<p><strong>SOLUTION</strong></p>
<p>Finally i have used the 2 advices you have given me. I think that with the first thing is enough, that is to say:</p>
<pre><code><system.web>
<compilation>
<assemblies>
<add assembly="*<Your assembly name here>*"/>
</assemblies>
</compilation>
</system.web>
</code></pre>
<p>But i have included two the assembly and public token in the browser:</p>
<pre><code><browser refID="Default">
<controlAdapters>
<adapter controlType="System.Web.UI.WebControls.Menu"
adapterType="NameofEnterprise.SecondName.Adapters.MenuAdapter", YourAssemblyName, Version=1.0.0.0, Culture=neutral, PublicKeyToken=YourPublicKeyToken"/>
</controlAdapters>
</code></pre>
http://stackoverflow.com/questions/620978/how-to-deploy-web-config-modifications-in-a-sharepoint-web-application1how to deploy web.config modifications in a Sharepoint web application?netadictos2009-03-07T00:21:46Z2009-04-14T11:03:23Z
<p>I have a website in Sharepoint 2007. We use a wsp to deploy our projects. We can deploy dlls, usercontrols, features, but i don't know how to include new lines in the web.config.</p>
<p>Which would be a possible way to make changes in web.config?</p>
<p>Another thing, how can I include resources (resx) in the wsp?</p>
http://stackoverflow.com/questions/719723/how-do-i-select-only-the-elements-who-coincide-with-the-exact-path0How do I select only the elements who coincide with the exact path?netadictos2009-04-05T21:28:56Z2009-04-05T22:00:23Z
<p>I use the following expression to select all the links in this "path":</p>
<pre><code>$J('#leftmenu li div a")
</code></pre>
<p>The problem is that inside i can have the following hierarchy:</p>
<pre><code><ul id="lefmenu">
<li><div><a href="#">foo</a>
<ul><li><div><a href="#">subfoo</a>
</li>/ul>
</li>
</ul>
</code></pre>
<p>Using this expression this selects foo and subfoo.</p>
<p>I would like the way to select only foo, that is to say the exact path I write in my expression, right now this is selecting all the "li div a", inside the list, that is why it selects foo and subfoo.</p>
http://stackoverflow.com/questions/653450/how-to-delete-the-cache-of-spnavigationnodes-in-sharepoint-20070How to delete the cache of SPNavigationNodes in Sharepoint 2007?netadictos2009-03-17T08:59:32Z2009-03-17T09:43:20Z
<p>I have a website in Sharepoint.</p>
<p>As you know,in settings users can order the sites and pages as they want in exploration, and then you can get these items with this order with:</p>
<pre><code>SPWeb web = CurrentSite.OpenWeb(currentSite);
SPNavigation nav = web.Navigation;
SPNavigationNodeCollection nodeColl = nav.QuickLaunch;
</code></pre>
<p>The problem I am having is that there is a cache for this, and everytime the user adds a webpage, the list i get with web.Navigation.QuickLaunch is the same as before.</p>
<p>The only way to delete the cache is to enter the exploration and change the order of the items and then restablish it and accept the form. </p>
<p>Can somebody tell me if i can do it in another way?</p>
http://stackoverflow.com/questions/640157/how-would-you-display-the-menu-of-a-sharepoint-2007-website-in-a-net-web-applica2How would you display the menu of a Sharepoint 2007 website in a .net web application out of the Sharepoint context?netadictos2009-03-12T19:36:24Z2009-03-16T13:10:25Z
<p>I have a website in Sharepoint 2007, as any page I use a .net menu to display the page hierarchy. This works when i am using it in a Sharepoint webapplication because i am in the Sharepoint Context.
The problem is that I have a web application that is not a Sharepoint Application but must have the same menu as the website in Sharepoint 2007.
Imagine this hierarchy:</p>
<pre><code>-Products
-Services
-Weblogs
-contact
</code></pre>
<p>Imagine that Services is in fact a link to a .net webapplication. How to get the rest of the menu in the most optimized way. This menu must be always up-to-date, if it changes,it must be reflected in the .net webapplication</p>
http://stackoverflow.com/questions/646421/must-have-sharepoint-dev-tools/647531#6475315Answer by netadictos for Must Have SharePoint dev toolsnetadictos2009-03-15T09:18:18Z2009-03-15T09:18:18Z<p>My best tools are:</p>
<p><a href="http://www.codeplex.com/SPCamlViewer" rel="nofollow">SPCamlViewer</a></p>
<p><a href="http://www.u2u.info/Blogs/Patrick/Lists/Posts/Post.aspx?ID=1315" rel="nofollow">CAML Query Builder</a></p>
<p><a href="http://variationseditor.codeplex.com/" rel="nofollow">Sharepoint Variation Editor</a></p>
http://stackoverflow.com/questions/634321/could-this-query-to-get-the-size-of-a-doc-be-improved-in-sharepoint-20070Could this query to get the size of a doc be improved in Sharepoint 2007?netadictos2009-03-11T12:35:18Z2009-03-12T11:44:53Z
<p>Well, as I am relatively new to Sharepoint 2007 I would like to improve my way of writing code for this platform, and refine some habits I already have.</p>
<p>In the following code what i am doing is to ask the size of a document that is in the "Documents" list, but i have the impression i create to many objects to access the info. Isn't there a way to go to the doc straight forward (i have to access de spweb, then the list and then the doc)?</p>
<p>One of the things I want to improve is not to use oSPWeb.Lists[0], which corresponds to oSPWeb.Lists["Documents"], non of them convinces me, because this list can be called "Documentos", o "Documents" etc...</p>
<p>Plz could you improve this code?</p>
<pre><code>System.Text.StringBuilder oSb = new System.Text.StringBuilder();
oSb.Append(" <Where>");
oSb.Append(" <Eq>");
oSb.Append(" <FieldRef Name=\"FileLeafRef\" />");
oSb.Append(" <Value Type=\"Text\">"+documento+"</Value>");
oSb.Append(" </Eq>");
oSb.Append(" </Where>");
oSb.Append(" <ViewFields>");
oSb.Append(" <FieldRef Name=\"FileSizeDisplay\" />");
oSb.Append(" </ViewFields>");
string sResult = oSb.ToString();
bool Existe = false;
SPSite sps = null;
SPWeb oSPWeb = null;
SPList oList = null;
SPListItemCollection col = null;
try
{
sps = SPContext.Current.Site;
using(oSPWeb = sps.OpenWeb(url))
{
oList = oSPWeb.Lists[0];
SPQuery qry = new SPQuery();
qry.Query = sResult;
col=oList.GetItems(qry);
}
}
catch { }
if (col != null)
{
//return col[0].File.Length.ToString();
return col[0]["FileSizeDisplay"].ToString();
}
else
{
return null;
}
</code></pre>
http://stackoverflow.com/questions/634321/could-this-query-to-get-the-size-of-a-doc-be-improved-in-sharepoint-2007/638263#6382630Answer by netadictos for Could this query to get the size of a doc be improved in Sharepoint 2007?netadictos2009-03-12T11:44:53Z2009-03-12T11:44:53Z<p>Finally, I have improved the code following Kirk's and JMD's advices, the url <a href="http://blogs.msdn.com/sowmyancs/archive/2008/10/26/best-practices-sharepoint-object-model-for-performance-tuning.aspx" rel="nofollow">http://blogs.msdn.com/sowmyancs/archive/2008/10/26/best-practices-sharepoint-object-model-for-performance-tuning.aspx</a> is really a very good start to optimize the code:</p>
<pre><code>System.Text.StringBuilder oSb = new System.Text.StringBuilder();
oSb.Append(" <Where>");
oSb.Append(" <Eq>");
oSb.Append(" <FieldRef Name=\"FileLeafRef\" />");
oSb.Append(" <Value Type=\"Text\">"+document+"</Value>");
oSb.Append(" </Eq>");
oSb.Append(" </Where>");
oSb.Append(" <ViewFields>");
oSb.Append(" <FieldRef Name=\"FileSizeDisplay\" />");
oSb.Append(" </ViewFields>");
string sResult = oSb.ToString();
SPSite sps = null;
SPWeb oSPWeb = null;
SPList oList = null;
SPListItemCollection col = null;
try
{
sps = SPContext.Current.Site;
using(oSPWeb = sps.OpenWeb(url))
{
//oList = oSPWeb.Lists[0];
oList=oSPWeb.GetList(oSPWeb.Url + "/" + listName);
SPQuery qry = new SPQuery();
qry.Query = sResult;
col=oList.GetItems(qry);
}
}
catch { }
if (col != null && col.Count > 0)
{
return col[0]["FileSizeDisplay"].ToString();
}
else
{
return null;
}
</code></pre>
http://stackoverflow.com/questions/1198855/how-to-retrieve-forums-and-messages-in-a-group-with-the-facebook-apiComment by netadictos on How to retrieve forums and messages in a group with the Facebook API?netadictos2009-10-30T08:36:25Z2009-10-30T08:36:25ZIf you have discovered something about, plz post it here, I am also interestedhttp://stackoverflow.com/questions/1476821/uppercase-and-lowercase-urls-in-php/1476838#1476838Comment by netadictos on Uppercase and lowercase urls in PHPnetadictos2009-10-25T14:29:34Z2009-10-25T14:29:34ZI haven't downvoted you but I think you give a radical solution with a lot of costs only to solve one tiny problem.http://stackoverflow.com/questions/1537345/sharepoint-how-to-know-the-kilobytes-of-the-attachment-without-downloading-it/1537401#1537401Comment by netadictos on Sharepoint, how to know the kilobytes of the attachment without downloading it?netadictos2009-10-08T15:16:01Z2009-10-08T15:16:01ZThat gives you the length of characters of the name filehttp://stackoverflow.com/questions/1537345/sharepoint-how-to-know-the-kilobytes-of-the-attachment-without-downloading-it/1537401#1537401Comment by netadictos on Sharepoint, how to know the kilobytes of the attachment without downloading it?netadictos2009-10-08T12:44:19Z2009-10-08T12:44:19ZThanks 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?http://stackoverflow.com/questions/1211132/i-need-to-extract-the-first-folder-from-url/1211473#1211473Comment by netadictos on I need to extract the first folder from urlnetadictos2009-08-11T06:56:00Z2009-08-11T06:56:00ZOk, 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.http://stackoverflow.com/questions/1211132/i-need-to-extract-the-first-folder-from-url/1221083#1221083Comment by netadictos on I need to extract the first folder from urlnetadictos2009-08-06T21:25:25Z2009-08-06T21:25:25ZCould you explain the magic for the first method?http://stackoverflow.com/questions/1211132/i-need-to-extract-the-first-folder-from-url/1211473#1211473Comment by netadictos on I need to extract the first folder from urlnetadictos2009-08-06T21:22:56Z2009-08-06T21:22:56ZI think you cannot use Segments for relative urls. Thanks.http://stackoverflow.com/questions/1211132/i-need-to-extract-the-first-folder-from-url/1211358#1211358Comment by netadictos on I need to extract the first folder from urlnetadictos2009-07-31T10:08:00Z2009-07-31T10:08:00ZThis method does not exist, there is Path.GetPathRoot but it does not workhttp://stackoverflow.com/questions/1211132/i-need-to-extract-the-first-folder-from-url/1211473#1211473Comment by netadictos on I need to extract the first folder from urlnetadictos2009-07-31T09:54:14Z2009-07-31T09:54:14Zsorry, you can not use segments for relative urls, and the property Count doesnot exist, it is length. The important problem is the first.http://stackoverflow.com/questions/330726/fixing-copy-paste-for-remote-desktop-sessions/1006178#1006178Comment by netadictos on Fixing Copy/Paste for Remote Desktop Sessionsnetadictos2009-06-17T19:25:24Z2009-06-17T19:25:24Zcould you supply the URL please?http://stackoverflow.com/questions/888496/i-need-to-have-a-field-where-you-can-show-an-hour-in-sharepoint-2007/890196#890196Comment by netadictos on I Need to have a field where you can show an hour in Sharepoint 2007netadictos2009-05-21T07:54:45Z2009-05-21T07:54:45ZNo, because it could be at 22:15 hours or 18:30 hourshttp://stackoverflow.com/questions/848296/i-have-a-database-diagram-in-microsoft-visio-how-can-i-import-it-to-sql-server-20/848353#848353Comment by netadictos on I have a database diagram in Microsoft Visio how can i import it to Sql Server 2005?netadictos2009-05-11T14:43:59Z2009-05-11T14:43:59ZThis is external program to visio? Could you provide a URL to look at it?http://stackoverflow.com/questions/835600/change-the-language-of-a-website-in-sharepoint-2007/835641#835641Comment by netadictos on Change the language of a website in Sharepoint 2007?netadictos2009-05-08T08:50:18Z2009-05-08T08:50:18ZFollowing what you say, if I have already done the website and I need the admin part to be in Spanish, how can i migrate what i have to another website in a Spanish Sharepoint, and solves this.http://stackoverflow.com/questions/781182/how-to-change-default-page-for-a-site-in-sharepoint-using-team-definitionComment by netadictos on how to change default page for a site in Sharepoint using Team Definition?netadictos2009-04-23T11:31:44Z2009-04-23T11:31:44ZYes, this is the way I have to use. I have added an element.xml with the ContentTypeBinding and i have modified the onet.xml and added it as a feature, and as a module. But I deploy the Team Definition the feature it creates appears with the title "Untitled". Plz help.http://stackoverflow.com/questions/773369/how-to-deploy-an-assembly-using-the-team-definition-in-sharepoint/776237#776237Comment by netadictos on How to deploy an assembly using the Team Definition in Sharepoint?netadictos2009-04-22T11:52:45Z2009-04-22T11:52:45ZThanks. There is another option, if you go to the tools bar of Visual Studio, in view, other panels, you can find wsp view, and you access the manifest from there.