Hi Friends ,
I had a issue on the Button event in the UpdatePanel..I dont know where did i make mistate?..
Guide me if Possible .. I included the Coding..Bellow check that..And Revert me..
+++++++++++++++++++Coding+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="Complaints.aspx.cs" Inherits="Complaints" Title="Untitled Page" %>
<%@ Register Assembly="AjaxControlToolkit" TagPrefix="asp" Namespace="AjaxControlToolkit" %>
| COMPLAINT REGISTER |
|---|
| COMPLAINT NO |
| COMPLAIN DT | CALL TIME | PICKUP TIME | InputDirection="LeftToRight" Mask="99:99" MaskType="Time" MessageValidatorTip="true" TargetControlID="txtPickupTime" /> ControlToValidate="txtPickupTime" EmptyValueBlurredText="" EmptyValueMessage="" InvalidValueBlurredMessage="" IsValidEmpty="false" MaximumValue="23:59" MaximumValueMessage="23:59:59" MinimumValue="00:00" MinimumValueMessage="Time must be grater than 00:00" ToolTip="Enter time between 00:00 to 23:59"> | |||
| PHONENO@BOOKING | Width="150px" AutoPostBack="true"> | BOOKING NO | BOOKING Dt | |||
| CUSTMER NAME | CUSTOMER ID | COUNT | ||||
| ADDRESS | PREVIOUS CALLS AND STEPS TAKEN | |||||
| DRIVER CODE | AutoCompleteMode="SuggestAppend" AutoPostBack="true" CaseSensitive="false" DropDownStyle="DropDownList" ItemInsertLocation="Append" ListItemHoverCssClass="ComboBoxListItemHover" RenderMode="Inline" > | DRIVER NAME | ||||
| STEPS TAKEN | STATUS | |||||
onclick="btnSave_Click"/> | onclick="btnUpdate_Click"/> |
<%--
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Thanks in advance .
Regard,
- Karthik Che

Posted Sep 28, 2013, 11:18 PM
I have modified your code.
The following issues were there.
1) Need to set,
http://forums.asp.net/t/1260575.aspx
http://forums.asp.net/t/1132821.aspx
http://forums.asp.net/t/1220520.aspx
2) No trigger templates were defined.
Posted Oct 3, 2013, 4:35 AM
Mark as answered so that others will get helped easily.
Karthik KPosted Oct 3, 2013, 4:28 AM
Thanks you so Much its working Fine ..
- Karthik
Karthik KPosted Sep 28, 2013, 2:34 AM
Hi Murali,
I dont command anywhere , what are all i was posted code... the same code which i had ..
When i clicked that button.. the button was refreshed once but it was not firing event ... and also
I dont get any Javascript error too..
I have created the same page in another file ..the result was same .. i dont know where did i make mistake..
Thanks
-KARTHIK CHE
Posted Sep 26, 2013, 10:59 AM
Do you have any javascript error in the page?
During the button click, does the page gets refreshed or not?
In your code, it looks like, you have commented some of content template, why?