I’m creating a custom server control which contains a DataList.
The ItemDataBound event fires fine but the ItemCommand event does not fire.
I am calling DataBind only on non post backs but still can’t figure this out.
Bellow is the control I’m working with. I know it’s a lot but its just...
more >>
Datagrid events disappear when i edit web form (aspx) from visual studio.
How can i solve this problem. ( in InitializeComponent )
Thanks ...
...
more >>
I have two controls
Control A has a text box and button
Control B has a text box
Both these controls are pasted on custompage.aspx. When I click on button on
Control A I do some processing and then input this information to Control B.
I am able to achieve this but there is some issue. c...
more >>