Click here to Skip to main content
15,921,694 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: TabStrip Pin
minhpc_bk19-Jun-06 10:29
minhpc_bk19-Jun-06 10:29 
QuestionFrom where to start : Beginner Pin
alwz_nikhil19-Jun-06 1:03
alwz_nikhil19-Jun-06 1:03 
AnswerRe: From where to start : Beginner Pin
albCode19-Jun-06 1:11
albCode19-Jun-06 1:11 
AnswerRe: From where to start : Beginner Pin
minhpc_bk19-Jun-06 10:26
minhpc_bk19-Jun-06 10:26 
Questiongridview Pin
fmardani19-Jun-06 0:59
fmardani19-Jun-06 0:59 
AnswerRe: gridview Pin
minhpc_bk19-Jun-06 10:25
minhpc_bk19-Jun-06 10:25 
Questionvery very urgent [modified] Pin
sasi bhushan19-Jun-06 0:31
sasi bhushan19-Jun-06 0:31 
QuestionEvent wiring in a custom control's control Pin
Aleemulhaq19-Jun-06 0:30
Aleemulhaq19-Jun-06 0:30 
Hi,

While building a custom control I have come across a rather straightforward problem.

I declared two web controls, a label and a button and added them to the Custom Control in CreateChildControls() method using Controls.Add(myControl). I also wired up the Button click event as follows:

ButtonComputeValue.Clicked += new EventHandler(ButtonComputeValue_Click);

The event handler is as follows

private void ButtonComputeValue_Click(object sender, EventArgs e)
{
\\some code here
}

What's exactly happening here is when the complete control is built and used in the webform, the event handler is not being called when the button is clicked. Any suggestions are highly appreciated and Ocoz needed Smile | :)




A.U Haq
AnswerRe: Event wiring in a custom control's control Pin
Mircea Grelus19-Jun-06 0:47
Mircea Grelus19-Jun-06 0:47 
GeneralRe: Event wiring in a custom control's control Pin
Aleemulhaq19-Jun-06 0:52
Aleemulhaq19-Jun-06 0:52 
GeneralRe: Event wiring in a custom control's control Pin
l0kke19-Jun-06 0:57
l0kke19-Jun-06 0:57 
GeneralRe: Event wiring in a custom control's control Pin
Aleemulhaq19-Jun-06 1:03
Aleemulhaq19-Jun-06 1:03 
GeneralRe: Event wiring in a custom control's control Pin
Mircea Grelus19-Jun-06 0:59
Mircea Grelus19-Jun-06 0:59 
GeneralRe: Event wiring in a custom control's control Pin
Mircea Grelus19-Jun-06 1:02
Mircea Grelus19-Jun-06 1:02 
GeneralRe: Event wiring in a custom control's control Pin
Aleemulhaq19-Jun-06 1:13
Aleemulhaq19-Jun-06 1:13 
GeneralRe: Event wiring in a custom control's control Pin
Mircea Grelus19-Jun-06 1:23
Mircea Grelus19-Jun-06 1:23 
GeneralRe: Event wiring in a custom control's control Pin
Aleemulhaq19-Jun-06 1:29
Aleemulhaq19-Jun-06 1:29 
GeneralRe: Event wiring in a custom control's control Pin
Mircea Grelus19-Jun-06 1:35
Mircea Grelus19-Jun-06 1:35 
GeneralRe: Event wiring in a custom control's control Pin
minhpc_bk19-Jun-06 10:23
minhpc_bk19-Jun-06 10:23 
QuestionHi..Is TabStrip control works in Internet Explorer Pin
Balavardhan19-Jun-06 0:22
Balavardhan19-Jun-06 0:22 
Questionhow to build a list menu from database Pin
hoangmv010119-Jun-06 0:15
hoangmv010119-Jun-06 0:15 
AnswerRe: how to build a list menu from database Pin
minhpc_bk19-Jun-06 10:22
minhpc_bk19-Jun-06 10:22 
Questionhow to create tree structure Pin
Prasanna Kuamri Pydi19-Jun-06 0:01
Prasanna Kuamri Pydi19-Jun-06 0:01 
AnswerRe: how to create tree structure Pin
RichardGrimmer19-Jun-06 1:12
RichardGrimmer19-Jun-06 1:12 
Questioncalling client side script under page load event Pin
peter rankel18-Jun-06 23:51
peter rankel18-Jun-06 23:51 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.