Click here to Skip to main content
15,914,419 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionHow to populate values in two dropdown based on the value of first dropdown? Pin
meeram3954-Mar-09 21:45
meeram3954-Mar-09 21:45 
QuestionAuto post back? Pin
Karthick_gc4-Mar-09 21:16
Karthick_gc4-Mar-09 21:16 
AnswerRe: Auto post back? Pin
Abhijit Jana4-Mar-09 21:30
professionalAbhijit Jana4-Mar-09 21:30 
AnswerRe: Auto post back? Pin
Spunky Coder4-Mar-09 21:32
Spunky Coder4-Mar-09 21:32 
QuestionUsing Message Box alert in ajax control toolkit tab panel control Pin
Ma tju4-Mar-09 21:03
Ma tju4-Mar-09 21:03 
QuestionTollbar Image is not showing........ [modified] Pin
BalasubramanianK4-Mar-09 20:21
BalasubramanianK4-Mar-09 20:21 
AnswerRe: Tollbar Image is not showing........ Pin
Gaurav K Singh5-Mar-09 2:24
Gaurav K Singh5-Mar-09 2:24 
QuestionMessage box response Pin
Girish4814-Mar-09 20:11
Girish4814-Mar-09 20:11 
In the Default.aspx.vb is have following coding:
Protected Sub GridView1_RowDeleting(ByVal sender As Object, ByVal e As System.Web.UI.WebControls.GridViewDeleteEventArgs) Handles GridView1.RowDeleting
        MessageBox.Show("Do You want to Delete the Row..?", "Row Deleting", MessageBoxButtons.YesNo, MessageBoxIcon.Question, MessageBoxDefaultButton.Button2, MessageBoxOptions.DefaultDesktopOnly, False)
        If vbNo = MsgBoxResult.No Then
            e.Cancel = True
        End If
End Sub


But the response of message box is not coming on client machine, it is sending the response to server machine. How to get the respose on the client machine not at server machine.

Thanks & Regards
Girish Sharma
AnswerRe: Message box response Pin
Aman Bhullar4-Mar-09 20:25
Aman Bhullar4-Mar-09 20:25 
GeneralRe: Message box response Pin
Girish4814-Mar-09 20:31
Girish4814-Mar-09 20:31 
GeneralRe: Message box response Pin
Abhijit Jana4-Mar-09 21:27
professionalAbhijit Jana4-Mar-09 21:27 
GeneralRe: Message box response Pin
Girish4814-Mar-09 22:16
Girish4814-Mar-09 22:16 
GeneralRe: Message box response Pin
Abhijit Jana4-Mar-09 22:22
professionalAbhijit Jana4-Mar-09 22:22 
GeneralRe: Message box response Pin
Girish4815-Mar-09 0:29
Girish4815-Mar-09 0:29 
QuestionDeploying a master page from ASP.NET into PocketPC Pin
ReachMe@CodeProject4-Mar-09 20:03
ReachMe@CodeProject4-Mar-09 20:03 
QuestionCan I use "List view control" in even asp.net ?? Pin
lsh486love4-Mar-09 20:02
lsh486love4-Mar-09 20:02 
AnswerRe: Can I use "List view control" in even asp.net ?? Pin
Abhishek Sur4-Mar-09 22:12
professionalAbhishek Sur4-Mar-09 22:12 
QuestionGrid view? Pin
Karthick_gc4-Mar-09 20:00
Karthick_gc4-Mar-09 20:00 
AnswerRe: Grid view? Pin
Sherin Iranimose4-Mar-09 20:08
Sherin Iranimose4-Mar-09 20:08 
Questionuploading data from gridview to database.. Pin
scar_face4-Mar-09 19:46
scar_face4-Mar-09 19:46 
AnswerRe: uploading data from gridview to database.. Pin
Vimalsoft(Pty) Ltd4-Mar-09 20:29
professionalVimalsoft(Pty) Ltd4-Mar-09 20:29 
QuestionModalpopup extnder in an ifarme Pin
Sherin Iranimose4-Mar-09 19:46
Sherin Iranimose4-Mar-09 19:46 
AnswerRe: Modalpopup extnder in an ifarme Pin
Abhishek Sur4-Mar-09 22:09
professionalAbhishek Sur4-Mar-09 22:09 
GeneralRe: Modalpopup extnder in an ifarme Pin
Sherin Iranimose4-Mar-09 22:12
Sherin Iranimose4-Mar-09 22:12 
GeneralRe: Modalpopup extnder in an ifarme Pin
Abhishek Sur5-Mar-09 21:15
professionalAbhishek Sur5-Mar-09 21:15 

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.