ListBox OnChangeEvent
-
hi...i have 2 list boxes.. and i want that when user clicks one listbox item, the other listbox's same item gets selected too,, i understand that i need OnChange event for this, since ASP.NET doesnt have this event i will have to use javascript so can anyone pls tell me how to incorporate javascript function in ASP.NET to do the above?? i dont know how to write the javascript to select the other listbox's same item nor do i know how to make the Javascript function be called by ASP.NET listbox when IT IS Clicked! ca someone pls help??? tks a lot... "Rejoice always, pray without ceasing, in everything give thanks; for this is the will of God in Christ Jesus for you."1Thess. 5:16-18
-
hi...i have 2 list boxes.. and i want that when user clicks one listbox item, the other listbox's same item gets selected too,, i understand that i need OnChange event for this, since ASP.NET doesnt have this event i will have to use javascript so can anyone pls tell me how to incorporate javascript function in ASP.NET to do the above?? i dont know how to write the javascript to select the other listbox's same item nor do i know how to make the Javascript function be called by ASP.NET listbox when IT IS Clicked! ca someone pls help??? tks a lot... "Rejoice always, pray without ceasing, in everything give thanks; for this is the will of God in Christ Jesus for you."1Thess. 5:16-18
I think the best thing you could do is a little more research before attempting any further ASP.NET development. SelectedIndexChanged RegisterClientScriptBlock
-
I think the best thing you could do is a little more research before attempting any further ASP.NET development. SelectedIndexChanged RegisterClientScriptBlock
no...i think i wasnt articulate enough! you didnt really get my question... i know of SelectedIndexChanged and RegisterClientScriptBlock! "Rejoice always, pray without ceasing, in everything give thanks; for this is the will of God in Christ Jesus for you."1Thess. 5:16-18