Click here to Skip to main content
15,894,343 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionNeed help impersonating a user Pin
dalge20-Nov-07 5:23
dalge20-Nov-07 5:23 
GeneralRe: Need help impersonating a user Pin
dalge20-Nov-07 5:28
dalge20-Nov-07 5:28 
GeneralRe: Need help impersonating a user Pin
Pete O'Hanlon20-Nov-07 11:19
mvePete O'Hanlon20-Nov-07 11:19 
QuestionAJAX Confirm Button Extender Pin
Sarfaraj Ahmed20-Nov-07 5:12
Sarfaraj Ahmed20-Nov-07 5:12 
AnswerRe: AJAX Confirm Button Extender Pin
M_Menon20-Nov-07 6:13
M_Menon20-Nov-07 6:13 
GeneralRe: AJAX Confirm Button Extender Pin
Sarfaraj Ahmed20-Nov-07 6:28
Sarfaraj Ahmed20-Nov-07 6:28 
AnswerRe: AJAX Confirm Button Extender Pin
SABhatti20-Nov-07 6:40
SABhatti20-Nov-07 6:40 
GeneralRe: AJAX Confirm Button Extender Pin
Sarfaraj Ahmed20-Nov-07 8:29
Sarfaraj Ahmed20-Nov-07 8:29 
HI Bhatti
thank you very much for your reply
i have done my field checking after that inside btn event i put

Protected Sub ibtnAddNewBooks_Click(ByVal sender As Object, ByVal e As System.Web.UI.ImageClickEventArgs) Handles ibtnAddNewBooks.Click<br />
        Dim _CheckingForm As Integer = CheckingFormForAddingBooks()<br />
<br />
        If Not _CheckingForm = 0 Then<br />
            ibtnAddNewBooks.Attributes.Add("OnClick", "javascript:return confirm('Are you sure you want to add this book informations?');")<br />
<br />
       // now i want to put the condition like<br />
       // if i click ok button then it will be added into database<br />
       // else data hasnt been added <br />
       // please help me here<br />
        <br />
        Else<br />
            lblmessage.text= "Please Check Your Input Value"        <br />
<br />
        End If<br />
    End Sub


but the problem is


Sarfarj Ahmed

AnswerRe: AJAX Confirm Button Extender Pin
SABhatti20-Nov-07 10:30
SABhatti20-Nov-07 10:30 
QuestionSettings is not a member of my Pin
JMUREKEZI20-Nov-07 4:58
JMUREKEZI20-Nov-07 4:58 
AnswerRe: Settings is not a member of my Pin
Not Active20-Nov-07 11:47
mentorNot Active20-Nov-07 11:47 
GeneralRe: Settings is not a member of my Pin
JMUREKEZI21-Nov-07 4:02
JMUREKEZI21-Nov-07 4:02 
QuestionExecute a SSIS package from aspx Pin
srinandan..20-Nov-07 4:04
srinandan..20-Nov-07 4:04 
AnswerRe: Execute a SSIS package from aspx Pin
Michael Sync20-Nov-07 4:52
Michael Sync20-Nov-07 4:52 
QuestionWebconfig + SQL Server 2003 Pin
Ibuprofen20-Nov-07 3:37
Ibuprofen20-Nov-07 3:37 
AnswerRe: Webconfig + SQL Server 2003 Pin
Michael Sync20-Nov-07 4:43
Michael Sync20-Nov-07 4:43 
GeneralRe: Webconfig + SQL Server 2003 Pin
Ibuprofen21-Nov-07 4:26
Ibuprofen21-Nov-07 4:26 
QuestionReport Problem Pin
macca2420-Nov-07 3:30
macca2420-Nov-07 3:30 
AnswerRe: Report Problem Pin
Michael Sync20-Nov-07 4:54
Michael Sync20-Nov-07 4:54 
AnswerRe: Report Problem Pin
Gandalf_TheWhite20-Nov-07 18:19
professionalGandalf_TheWhite20-Nov-07 18:19 
GeneralRe: Report Problem Pin
macca2420-Nov-07 22:15
macca2420-Nov-07 22:15 
Questionjavascript problem in simulate tab menu???? Pin
mr.mohsen20-Nov-07 3:25
mr.mohsen20-Nov-07 3:25 
AnswerRe: javascript problem in simulate tab menu???? Pin
Michael Sync20-Nov-07 4:22
Michael Sync20-Nov-07 4:22 
Questiondelegates Pin
Sonia Gupta20-Nov-07 3:10
Sonia Gupta20-Nov-07 3:10 
AnswerRe: delegates Pin
N a v a n e e t h20-Nov-07 3:25
N a v a n e e t h20-Nov-07 3:25 

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.