bubble-event

How do I customize the ASP.Net Bubble Event to pass an additional variable?

I am using BubbleEvent to give events from a web user control to its parent (which is a Default.aspx with code behind page). I would like to use BubbleEvent to not only pass the sender and event, but also an integer or another variable. Is there a way to add a parameter to the BubbleEvent, or is there a different way I should be approa...

Not able to enter text in a TextBox inside a GridView/ListView (WPF)

I have a TextBox and a DropDown inside a ListView which is binded to a viewModel. While comboBox is working fine, i am not able to "enter" any text inside the TextBox. Backspace/SpaceBar/Ctrl+C/Ctrl+V are working just fine, but as soon as i press any alphanumeric key, it doesn;t shows any text in the TextBox. Have also checked using emp...