Ask a Question related to ASP.NET General, Design and Development.
-
Temp #1
Calling Method When Item Selected in Repeater
I have a repeater that consists of a column of data. When the user selects
an individual item, I need to execute a method in the codebehind that uses
parameters passed upon item selection.
Any ideas/suggestions on how to do this?
Ron
--
_____________________________
Ron Rodenberg
Lead Software Engineer
Razorvision Technology, Inc.
(214) 207-1688
Temp Guest
-
DataGrid item selected
I tried : datagrid.selectedIndex = anyIndex and it does not work when is it possible to use this property ? is there some setIndex method... -
item selected cfselect with cfgrid
If anyone's found a better way to make an item selected in a cfselect using cfgrid that the following, let me know: <cfgrid name="AddressGrid"... -
can't set the selected item of the dropdownlist
I generate template columns in datagrid dynamic and I want dropdownlist in the EditItemTemplate, I did it But I can't set the selected item of... -
Client Script emitted from a Repeater Item Control
I'm using a repeater to show the rows in a data table. I'd like the have a link button beside each row that removes the record, firing a client... -
Get the selected item from a listbox
I'm having a hell of a time trying to determine which item is selected in a single-select listbox when the listbox autoposts. for some reason, the... -
Natty Gur #2
Re: Calling Method When Item Selected in Repeater
Ron hi,
I assume the user select item by using checkbox / raiobutton. If this
the case you can :
Embed javascript that will catch the click event and call __dopostback
with event name and event argument. The event name can be the checkbox
name or a user define event that you need to create on your page. The
argument can contain whatever you want. if you choose to implement your
own event you need to check the __eventtarget form filed in the form
OnInit methods. If its value meets custom control event name raise your
events. Creating your own event let you set your own event parameter
class
Natty Gur, CTO
Dao2Com Ltd.
34th Elkalay st. Raanana
Israel , 43000
Phone Numbers:
Office: +972-(0)9-7740261
Fax: +972-(0)9-7740261
Mobile: +972-(0)58-888377
*** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
Don't just participate in USENET...get rewarded for it!
Natty Gur Guest



Reply With Quote

