B
barry
Hi There
For some reason better known to me i create a button on the webpage
with the following code in Page_Load method
Response.Write("<Input Type='Button' Value='Click Me!'>");
When clicked on the above button i need the following code to be
notified
private void OnBtnClick()
{
}
How do i achieve this.
TIA
Barry
For some reason better known to me i create a button on the webpage
with the following code in Page_Load method
Response.Write("<Input Type='Button' Value='Click Me!'>");
When clicked on the above button i need the following code to be
notified
private void OnBtnClick()
{
}
How do i achieve this.
TIA
Barry