I have bind xml data into dropdown and gridview. When I select any value from dropdown (Asp.Net & C#.Net)), the relevant record only should be in gridview. Please, anybodys help to solve this problem. Earliest reply is more helpful...
My xml file contains
<Catalogs>
<AppName>
<name1>india<name1>
<name2>chennai<name2>
</AppName>
<AppName>
<name1>US<name1>
<name2>atlanda<name2>
</AppName>
</Catalog>
My dropdown id is Ddl. My gridview is GvData