Get value of each attribute in paricular object
I have following string in xml format and want to get value according to their attributes name in vb.net. But i didn't understand how can i do ?
<PassScroll><Pass LedgerName="SB FORMS" SerialFrom="1" SerialTo="100" Qty="10" Rate="10.000000" IssuedQty="5"/></PassScroll>
Any help will appreciate.Thank you