User Control
-
I have a page call Sample.aspx. I am using a Control (which have some textbox, radio buttonlist, etc) in it. and depending on no. of items that control got created repeatedly. on Sample.aspx, i have to find out its values for respective items. How to achieve it ? Kindly guide me a bit. Thanks
-
I have a page call Sample.aspx. I am using a Control (which have some textbox, radio buttonlist, etc) in it. and depending on no. of items that control got created repeatedly. on Sample.aspx, i have to find out its values for respective items. How to achieve it ? Kindly guide me a bit. Thanks
-
I have a page call Sample.aspx. I am using a Control (which have some textbox, radio buttonlist, etc) in it. and depending on no. of items that control got created repeatedly. on Sample.aspx, i have to find out its values for respective items. How to achieve it ? Kindly guide me a bit. Thanks
Can u Plz explain ur issue or post some code in which u are facing issue. Teja Aj, http://opexsolution.com/forum/[^] Fan of: http://www.abtstudioz.com/[^]
-
Can you elaborate more on your question with some sample code or illustration? HTH
Jinal Desai - LIVE Experience is mother of sage....
look, the scene is like, i m ordering an item list and i have to enter a quantity n all details for a specific item. For that i have created a control, which is get called on number of items, like if there are three items, then three times control get called and showing three interfaces for input. On save button click, i want to save respected data to their respective items, how to achieve it.