Hi

  I have below code .


    


    

I want if Value in Source is Amazon then in Invoice column should be like below - amazon.com/search=InvoiceNumberValue

If value in stock is Others then it should be - amazon.in/search=InvoiceNumberValue

If Value in source is neither of two then only Invoice Number should be displayed. I need this on aspx page

Thanks