Click here to Skip to main content
15,896,348 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionWeb.Config, DLLs and NUnit Pin
Malcolm Smart9-Jul-07 2:45
Malcolm Smart9-Jul-07 2:45 
AnswerRe: Web.Config, DLLs and NUnit Pin
Malcolm Smart9-Jul-07 3:43
Malcolm Smart9-Jul-07 3:43 
GeneralRe: Web.Config, DLLs and NUnit Pin
Kevin McFarlane9-Jul-07 11:51
Kevin McFarlane9-Jul-07 11:51 
QuestionFiltering files Pin
suparichit9-Jul-07 2:20
suparichit9-Jul-07 2:20 
AnswerRe: Filtering files Pin
Dave Sexton9-Jul-07 2:32
Dave Sexton9-Jul-07 2:32 
GeneralRe: Filtering files Pin
suparichit9-Jul-07 2:34
suparichit9-Jul-07 2:34 
QuestionControl Memory Footprint Pin
Dave Sexton9-Jul-07 1:54
Dave Sexton9-Jul-07 1:54 
QuestionPopulating DropDownList from XML? Pin
chand109-Jul-07 1:36
chand109-Jul-07 1:36 
Hi
I am trying an application, in that their are two DropDownList controls.Both are to be filled with the XML node items.With the selection change in the first DropDownList, second one should be populate with the corresponing result of the selection one.

I am able to populate two DropDownLists with all the nodes in the XML file but I am not getting the particular selection of First DropDownList.

My XML File is something like this.....

<NewDataSet>
<Table>
<StateCode>AK</StateCode>
<CountyName>Aleutians East</CountyName>
</Table>
<Table>
<StateCode>AK</StateCode>
<CountyName>Aleutians West</CountyName>
</Table>
<Table>
<StateCode>AK</StateCode>
<CountyName>Anchorage</CountyName>
</Table>
<Table>
<StateCode>AL</StateCode>
<CountyName>Jackson</CountyName>
</Table>
<Table>
<StateCode>AL</StateCode>
<CountyName>Jefferson</CountyName>
</Table>
<Table>
<StateCode>AL</StateCode>
<CountyName>Lamar</CountyName>
</Table>
<Table>
<StateCode>AL</StateCode>
<CountyName>Lauderdale</CountyName>
</Table>
<NewDataSet>

All StateCode will be displayed on DropDownList1 and for the corresponding StateCode selection all the CountyNames in that StateCode Should be displayed on DropDownList2,this I am not getting.

Help me out suggest me an example if possible.


I have not failed. I've just found 10,000 ways that won't work. -Thomas A. Edison

Thank u
Chandu
AnswerRe: Populating DropDownList from XML? Pin
valerian.precop9-Jul-07 2:05
valerian.precop9-Jul-07 2:05 
AnswerRe: Populating DropDownList from XML? Pin
Imran Khan Pathan9-Jul-07 2:07
Imran Khan Pathan9-Jul-07 2:07 
QuestionSqlDataSource - use info in cs file?? Pin
munklefish9-Jul-07 1:30
munklefish9-Jul-07 1:30 
AnswerRe: SqlDataSource - use info in cs file?? Pin
Fred_Smith9-Jul-07 1:39
Fred_Smith9-Jul-07 1:39 
GeneralRe: SqlDataSource - use info in cs file?? Pin
munklefish9-Jul-07 2:37
munklefish9-Jul-07 2:37 
GeneralRe: SqlDataSource - use info in cs file?? Pin
Fred_Smith9-Jul-07 3:15
Fred_Smith9-Jul-07 3:15 
GeneralRe: SqlDataSource - use info in cs file?? Pin
munklefish9-Jul-07 3:28
munklefish9-Jul-07 3:28 
GeneralRe: SqlDataSource - use info in cs file?? Pin
Fred_Smith9-Jul-07 5:02
Fred_Smith9-Jul-07 5:02 
GeneralC# 2.0 Book Pin
Kuricheti9-Jul-07 1:18
Kuricheti9-Jul-07 1:18 
GeneralRe: C# 2.0 Book Pin
Parwej Ahamad9-Jul-07 1:32
professionalParwej Ahamad9-Jul-07 1:32 
GeneralRe: C# 2.0 Book Pin
Sathesh Sakthivel9-Jul-07 2:06
Sathesh Sakthivel9-Jul-07 2:06 
GeneralRe: C# 2.0 Book Pin
Dave Sexton9-Jul-07 2:35
Dave Sexton9-Jul-07 2:35 
GeneralRe: C# 2.0 Book Pin
Vasudevan Deepak Kumar9-Jul-07 2:54
Vasudevan Deepak Kumar9-Jul-07 2:54 
Questionpopup... Pin
pradeep kumarappagari9-Jul-07 1:15
pradeep kumarappagari9-Jul-07 1:15 
AnswerRe: popup... Pin
Parwej Ahamad9-Jul-07 1:28
professionalParwej Ahamad9-Jul-07 1:28 
GeneralRe: popup... Pin
pradeep kumarappagari9-Jul-07 1:31
pradeep kumarappagari9-Jul-07 1:31 
Questionhow to find lenth of div Pin
Piyush Vardhan Singh9-Jul-07 0:57
Piyush Vardhan Singh9-Jul-07 0:57 

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.