Click here to Skip to main content
15,884,472 members
Home / Discussions / C#
   

C#

 
AnswerRe: What happens if you don't dispose bitmaps? Pin
Colin Angus Mackay30-Jan-08 0:25
Colin Angus Mackay30-Jan-08 0:25 
GeneralRe: What happens if you don't dispose bitmaps? Pin
Scott Dorman30-Jan-08 16:42
professionalScott Dorman30-Jan-08 16:42 
GeneralRe: What happens if you don't dispose bitmaps? Pin
Colin Angus Mackay30-Jan-08 21:37
Colin Angus Mackay30-Jan-08 21:37 
GeneralVisio in C# Pin
nhss29-Jan-08 20:32
nhss29-Jan-08 20:32 
GeneralRe: Visio in C# Pin
Abhijit Jana29-Jan-08 21:23
professionalAbhijit Jana29-Jan-08 21:23 
GeneralRe: Visio in C# Pin
Pete O'Hanlon29-Jan-08 22:29
mvePete O'Hanlon29-Jan-08 22:29 
QuestionProblem to link menu and sitemap... Pin
dipak.dipak29-Jan-08 20:13
dipak.dipak29-Jan-08 20:13 
GeneralRe: Problem to link menu and sitemap... Pin
J a a n s30-Jan-08 4:13
professionalJ a a n s30-Jan-08 4:13 
You can do this by adding multiple sitemap providers..
1. Add a new provider in web.config (Here XmlSiteMapProvider1 is the new one)

<siteMap defaultProvider="XmlSiteMapProvider" enabled="true">
<providers>
<add name="XmlSiteMapProvider" description="default." type="System.Web.XmlSiteMapProvider, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" siteMapFile="web.sitemap" securityTrimmingEnabled="true"/>
<add name="XmlSiteMapProvider1" description="extra." type="System.Web.XmlSiteMapProvider, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" siteMapFile="web2.sitemap" securityTrimmingEnabled="true"/>
</providers>
</siteMap>

2. You can point different SiteMapProvider to the sitemapdatasource

<asp:sitemapdatasource SiteMapProvider="XmlSiteMapProvider1" id="SiteMapDataSource1" runat="server" startingnodeoffset="0" />

*jaans
GeneralOnline Code examples Pin
Daniel_Logan29-Jan-08 19:38
Daniel_Logan29-Jan-08 19:38 
GeneralRe: Online Code examples Pin
pmarfleet29-Jan-08 19:44
pmarfleet29-Jan-08 19:44 
GeneralSelecting specific data with FileStream Pin
Daniel_Logan29-Jan-08 19:32
Daniel_Logan29-Jan-08 19:32 
GeneralRe: Selecting specific data with FileStream Pin
pmarfleet29-Jan-08 19:46
pmarfleet29-Jan-08 19:46 
GeneralRe: Selecting specific data with FileStream Pin
Daniel_Logan29-Jan-08 20:23
Daniel_Logan29-Jan-08 20:23 
GeneralRe: Selecting specific data with FileStream Pin
GuyThiebaut29-Jan-08 20:47
professionalGuyThiebaut29-Jan-08 20:47 
Questioncartesian cordinate from image(X,Y) Pin
f_ft29-Jan-08 19:13
f_ft29-Jan-08 19:13 
GeneralRe: cartesian cordinate from image(X,Y) Pin
CKnig29-Jan-08 20:59
CKnig29-Jan-08 20:59 
GeneralPreventing form resizing on double clicking over title bar Pin
Darmi29-Jan-08 18:22
Darmi29-Jan-08 18:22 
AnswerRe: Preventing form resizing on double clicking over title bar Pin
sathish s29-Jan-08 22:55
sathish s29-Jan-08 22:55 
QuestionCombobox data binding Pin
M. J. Jaya Chitra29-Jan-08 18:09
M. J. Jaya Chitra29-Jan-08 18:09 
GeneralRe: Combobox data binding Pin
Mark Churchill29-Jan-08 18:22
Mark Churchill29-Jan-08 18:22 
GeneralRe: Combobox data binding Pin
M. J. Jaya Chitra29-Jan-08 18:45
M. J. Jaya Chitra29-Jan-08 18:45 
QuestionRe: [Message Deleted] Pin
pmarfleet29-Jan-08 19:43
pmarfleet29-Jan-08 19:43 
GeneralFloppy noise on windows 2000 when msinfo32 runs Pin
pranu_1329-Jan-08 18:01
pranu_1329-Jan-08 18:01 
GeneralRe: Floppy noise on windows 2000 when msinfo32 runs Pin
Jimmanuel30-Jan-08 3:06
Jimmanuel30-Jan-08 3:06 
GeneralRe: Floppy noise on windows 2000 when msinfo32 runs Pin
Jordanwb30-Jan-08 10:33
Jordanwb30-Jan-08 10:33 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.