| | |
How to combine onclick's
Please support our ASP.NET advertiser: Intel Parallel Studio Home
![]() |
•
•
Join Date: Jul 2009
Posts: 26
Reputation:
Solved Threads: 0
In my Page_Load() I have the following code:
Also, I have the following function that handles clicks on the same button:
But if I have that part in Page_Load(), the DetailCancelButton_Click() is never called. But I need them both.
Could anybody please help me?
Thanks,
Dmitriy
Button btnCancel = wizSummaryDetails.FindControl("FinishNavigationTemplateContainerID").FindControl("CancelButton") as Button;
btnCancel.Attributes.Add("onclick", "setSessionAction('NONE');");Also, I have the following function that handles clicks on the same button:
protected void DetailCancelButton_Click(object sender, EventArgs e)
{
wizSummaryDetails.MoveTo(wizStepSummary);
Session["Action"] = ACTION.NONE;
LoadData();
}Could anybody please help me?
Thanks,
Dmitriy
![]() |
Similar Threads
- onclick text box? (JavaScript / DHTML / AJAX)
- Help with Swapping Images onclick (JavaScript / DHTML / AJAX)
- add onclick event programmatically (JavaScript / DHTML / AJAX)
- Any way to combine two datasources into one recordset? (ASP)
- How would I combine these two programs? (C)
- changing from onclick to onsubmit? possible? (JavaScript / DHTML / AJAX)
- How to combine ".bin movies" in Mac? (OS X)
Other Threads in the ASP.NET Forum
- Previous Thread: ASP map locator
- Next Thread: Forms Authorization/ Authentication using asp .net and vb .net
| Thread Tools | Search this Thread |
.net 2.0 activexcontrol advice ajax alltypeofvideos asp asp.net bc30451 bottomasp.net box browser button c# c#gridviewcolumn checkbox click commonfunctions compatible confirmationcodegeneration content contenttype courier css dataaccesslayer database datagridview datagridviewcheckbox datalist deadlock development dgv dropdownlist dynamically edit expose fileuploader fill flash formatdecimal forms formview gridview gudi homeedition iframe iis javascript jquery listbox login microsoft mono mouse mssql multistepregistration news numerical objects opera panelmasterpagebuttoncontrols radio ratings redirect registration relationaldatabases reportemail rotatepage save schoolproject search security serializesmo.table silverlight smartcard smoobjects software sql-server sqlserver2005 suse textbox tracking unauthorized validation vb.net video videos virtualdirectory vista visual-studio visualstudio web webapplications webarchitecture webdevelopemnt webprogramming webservice xml xsl youareanotmemberofthedebuggerusers





