Click here to Skip to main content
15,919,434 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: assign syle to the row at runtime [modified] Pin
Pranay Rana4-Jan-10 19:43
professionalPranay Rana4-Jan-10 19:43 
AnswerRe: assign syle to the row at runtime Pin
Abhijit Jana4-Jan-10 19:52
professionalAbhijit Jana4-Jan-10 19:52 
AnswerRe: assign syle to the row at runtime Pin
carlecomm5-Jan-10 21:36
carlecomm5-Jan-10 21:36 
Questionproblem while taking a project from vss Pin
sanjubaba4-Jan-10 19:00
sanjubaba4-Jan-10 19:00 
AnswerRe: problem while taking a project from vss Pin
Pranay Rana4-Jan-10 19:54
professionalPranay Rana4-Jan-10 19:54 
GeneralRe: problem while taking a project from vss Pin
sanjubaba4-Jan-10 20:16
sanjubaba4-Jan-10 20:16 
AnswerRe: problem while taking a project from vss Pin
ncsubbu9-Jan-10 1:36
professionalncsubbu9-Jan-10 1:36 
QuestionHow to Use Multiple site maps Pin
ptr_Electron4-Jan-10 18:57
ptr_Electron4-Jan-10 18:57 
I am new to web appliations development. I am suing ASP.Net 2.0 / VS2005. I had the user credentials in XML file. I have two different menuWebPage with 2 diff sitemaps, which displayes the menu for two different logins. and made the chages in web.config as below,

<siteMap defaultProvider="sitemap1" enabled="true">

<providers>
<add
name="sitemap1"
type="System.Web.XmlSiteMapProvider"
siteMapFile="~/XYZ/XYZWeb.sitemap"/>
<add
name="sitemap2"
type="System.Web.XmlSiteMapProvider"
siteMapFile="~/ABC/ABCWeb.sitemap" />
</providers>

</siteMap>

And changed SiteMapProvider="sitemap1" / SiteMapProvider="sitemap1"on the webpages


But Treeveiw control looks like below on the web page in Desing/run view as well

- Root
- Parent
Sibling node1

- Current node
-Child node1
-Child node2


UsersXML file
==============
<Staff>
<User>
<username>User1</username>
<password>User1pw</password>
<Role>Admin</Role>
</User>
<User>
<username>user2</username>
<password>user2pw</password>
<Role>SuperUser</Role>
</User>
</Staff>


Please advice.
QuestionHow to resolve quot xml parsing issue by using C# .net Pin
sharmin20094-Jan-10 18:27
sharmin20094-Jan-10 18:27 
AnswerRe: How to resolve quot xml parsing issue by using C# .net Pin
Pranay Rana4-Jan-10 19:39
professionalPranay Rana4-Jan-10 19:39 
QuestionResponse.Redirect problem.... Pin
koolprasad20034-Jan-10 17:34
professionalkoolprasad20034-Jan-10 17:34 
AnswerRe: Response.Redirect problem.... Pin
mylogics4-Jan-10 19:25
professionalmylogics4-Jan-10 19:25 
AnswerRe: Response.Redirect problem.... Pin
carlecomm5-Jan-10 21:32
carlecomm5-Jan-10 21:32 
Questiontreeview - allowdrop property not showing Pin
CrimeanTurtle20084-Jan-10 12:27
CrimeanTurtle20084-Jan-10 12:27 
QuestionUsing Yahoo Site Explorer API to get uniqe domain. Pin
Henrik Bergstrom4-Jan-10 11:11
Henrik Bergstrom4-Jan-10 11:11 
QuestionDatalist won't display Pin
jboyd1114-Jan-10 5:51
jboyd1114-Jan-10 5:51 
AnswerRe: Datalist won't display Pin
Vimalsoft(Pty) Ltd4-Jan-10 6:15
professionalVimalsoft(Pty) Ltd4-Jan-10 6:15 
GeneralRe: Datalist won't display Pin
jboyd1114-Jan-10 7:31
jboyd1114-Jan-10 7:31 
GeneralRe: Datalist won't display Pin
Manas Bhardwaj4-Jan-10 7:37
professionalManas Bhardwaj4-Jan-10 7:37 
QuestionASPNETDB.MDF Pin
Abdulhafeezo4-Jan-10 4:09
Abdulhafeezo4-Jan-10 4:09 
AnswerRe: ASPNETDB.MDF Pin
Vimalsoft(Pty) Ltd4-Jan-10 6:25
professionalVimalsoft(Pty) Ltd4-Jan-10 6:25 
AnswerRe: ASPNETDB.MDF Pin
Abhishek Sur4-Jan-10 6:48
professionalAbhishek Sur4-Jan-10 6:48 
GeneralRe: ASPNETDB.MDF Pin
Abdulhafeezo4-Jan-10 7:37
Abdulhafeezo4-Jan-10 7:37 
GeneralRe: ASPNETDB.MDF Pin
Abhishek Sur4-Jan-10 20:52
professionalAbhishek Sur4-Jan-10 20:52 
AnswerRe: ASPNETDB.MDF Pin
suyogm6-Jan-10 1:07
suyogm6-Jan-10 1:07 

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.