I have an xml file with the following structure:
< rewriteMaps>
< rewriteMap name="StaticRewrites" />
< add key="/superstar2011" value="/article.aspx?articleid=4014" />
< add key="/superstar2012" value="/article.aspx?articleid=4012" />
< add key="/superstar2012" value="/article.aspx?articleid=4012" />
< /rewriteMaps>
I have a gridview with which I want to bind the key and values. How should I go about it? I am new to xml with gridview. Any help will be greatly appreciated.