Hi,
I am very new to JavaScript, but here goes:
I have an ASP.net web application with a datalist that is bound to my Items in a SQL database. The item is displayed: ID; ItemLookupcode; Quantity; Price.
I want to know how to "find" a itemlookupcode with JavaScript, if the user clicks on the item. Do I need to add a Link button? I don't want a post-back to the server, but have no idea how to go about in doing this.
Any help would be appreciated.
Thanks
Start Free Trial