Ask a Question related to ASP.NET Building Controls, Design and Development.
-
Scott Blood #1
Custom ListControl OnFocus Event not working
Hey All,
I have created a custom control that initially shows a textbox. After the
user has typed something in the TextBox a DropDownListbox is displayed with a
list of possible outcomes for the text entered.
Quite simple really, however, i am having a problem getting the OnFocus
event to work becuase the WebControl is not actually getting the focus, its
either the textbox or the dropdown list.
Does Anyone know how to fire the onfocus event for control contained within
a Customer Web Control.
Regards
Scott Blood Guest
-
ListControl: SelectedIndexChanged event raised without implementing IPostBackDataHandler?
Hi, I'm designing a control that inherits ListControl I was surprised to see that SelectedIndexChanged is part of ListControl. So why doesn't it... -
Controls inheriting ListControl will not fire in UserControl
I ran into a problem when building some usercontrols. I am using a dropdownlist and radiobuttonlist and setting the AutoPostBack = "True". I add... -
Button in custom webcontrol - event handler not working
Hello This is my 1st project where I have to create a Webcontrol. I have created a simple custom control with a button and 2 labels added to a... -
trouble with onFocus - Please help me!
Thank you very very much! -
Checkbox and Radiobutton onfocus events
you have to attach the events with client script. string s = string.Format("<script>document.getElementById('{0}').onfocus=function(){ale...



Reply With Quote

