Click here to Skip to main content
15,867,949 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: question Pin
_AK_17-Apr-08 0:33
_AK_17-Apr-08 0:33 
GeneralRe: question Pin
pmarfleet17-Apr-08 0:40
pmarfleet17-Apr-08 0:40 
GeneralRe: question Pin
eyeseetee17-Apr-08 0:44
eyeseetee17-Apr-08 0:44 
GeneralRe: question Pin
_AK_17-Apr-08 0:46
_AK_17-Apr-08 0:46 
GeneralRe: question Pin
eyeseetee17-Apr-08 0:48
eyeseetee17-Apr-08 0:48 
GeneralRe: question Pin
_AK_17-Apr-08 0:52
_AK_17-Apr-08 0:52 
GeneralRe: question Pin
Vasudevan Deepak Kumar17-Apr-08 21:55
Vasudevan Deepak Kumar17-Apr-08 21:55 
QuestionPostback event in Ajax? Pin
Sam.M17-Apr-08 0:05
Sam.M17-Apr-08 0:05 
Hi there,

I created a web page which inherits masterpage.
In my web page, i'm having two buttons. when ever that click event occurs, i want that page to be postback. I'm using trigger and all.
But postback is not working. If i'm using asp:Scriptmanager, for all the event it's post backing. But i want only for buttons.

Below is my code:

In masterpage i've written as:

<atlas:ScriptManager ID="ScriptManager1" runat="server" EnablePartialRendering="true" />

and in web page,

<atlas:UpdatePanel ID="TimeRecordPanel" runat="server"><br />
                                <ContentTemplate>  <br />
   <asp:Button ID="BtnAddRecord" runat="server" CssClass="ColorButtonOver70_New" Text="Save"<br />
                                                        OnClick="BtnAddRecord_Click" />                                                    <asp:Button ID="BtnReportCancel" runat="server" CssClass="ColorButtonOver70_New"<br />
                                                        Text="Reset" OnClick="BtnReportCancel_Click" CausesValidation="False" /><br />
<br />
 </ContentTemplate><br />
                                <Triggers><br />
                                    <atlas:ControlEventTrigger EventName="Click" ControlID="BtnAddRecord" /><br />
                                    <atlas:ControlEventTrigger EventName="Click" ControlID="BtnReportCancel" /><br />
<br />
                                </Triggers><br />
                            </atlas:UpdatePanel>


Please help..!!

Regards n Thks

Sam.M

GeneralRe: Postback event in Ajax? Pin
eyeseetee17-Apr-08 0:46
eyeseetee17-Apr-08 0:46 
QuestionExport Panel as Image Pin
sidbaruah17-Apr-08 0:04
sidbaruah17-Apr-08 0:04 
QuestionMultiple Data Entry Pin
SamRST16-Apr-08 23:37
SamRST16-Apr-08 23:37 
GeneralRe: Multiple Data Entry Pin
eyeseetee16-Apr-08 23:58
eyeseetee16-Apr-08 23:58 
GeneralRe: Multiple Data Entry Pin
rajkumar.317-Apr-08 0:04
rajkumar.317-Apr-08 0:04 
GeneralRe: Multiple Data Entry Pin
eyeseetee17-Apr-08 0:42
eyeseetee17-Apr-08 0:42 
GeneralRe: Multiple Data Entry Pin
pmarfleet17-Apr-08 0:48
pmarfleet17-Apr-08 0:48 
GeneralRe: Multiple Data Entry Pin
SamRST17-Apr-08 0:52
SamRST17-Apr-08 0:52 
GeneralRe: Multiple Data Entry Pin
_AK_17-Apr-08 0:36
_AK_17-Apr-08 0:36 
GeneralRe: Multiple Data Entry Pin
SamRST17-Apr-08 0:56
SamRST17-Apr-08 0:56 
GeneralRe: Multiple Data Entry Pin
_AK_17-Apr-08 1:19
_AK_17-Apr-08 1:19 
GeneralRe: Multiple Data Entry Pin
SamRST17-Apr-08 1:24
SamRST17-Apr-08 1:24 
GeneralRe: Multiple Data Entry Pin
_AK_17-Apr-08 1:27
_AK_17-Apr-08 1:27 
GeneralRe: Multiple Data Entry Pin
SamRST17-Apr-08 1:34
SamRST17-Apr-08 1:34 
GeneralRe: Multiple Data Entry Pin
_AK_17-Apr-08 1:40
_AK_17-Apr-08 1:40 
GeneralRe: Multiple Data Entry Pin
SamRST17-Apr-08 1:45
SamRST17-Apr-08 1:45 
GeneralRe: Multiple Data Entry Pin
_AK_17-Apr-08 1:50
_AK_17-Apr-08 1:50 

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.