2 Topics

Member Avatar for
Member Avatar for Mian Sahib Jan

me have a repeater which have labels and textboxes i want to access these controls values through ajax me have code which give insted of values Undefine my code are below Inline Code Example Here <script type="text/javascript"> function AddItemToCart() { var itemId = $('[id$="lblBookName"]').val(); var itemName = $('[id$="lblPrice"]').val(); var itemPrice …

0
88
Member Avatar for cavpollo

HI there, I'm trying to create Drop Down Lists dynamically. Two thing before we start: 1. Im working on a ContentPanel that is inside a master page 2. I cant add anything to the .aspx directly, so all the code must be inside the .aspx.cs This is my code: [CODE] …

Member Avatar for cavpollo
0
241

The End.