CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Suzi167

Search: Search took 0.03 seconds.

  1. Replies
    10
    Views
    11,784

    Re: AJAX and Tables in Database

    Unfortunately no.
    I had a break point at that function just to test it before I starteed writing code and the code execution nevers gets to that point.
    However if I put some code on in a...
  2. Replies
    10
    Views
    11,784

    Re: AJAX and Tables in Database

    On the server side ( in my default.cs file) all I have is the following code



    using System;
    using System.Data;
    using System.Configuration;
    using System.Collections;
    using System.Web;
    using...
  3. Replies
    10
    Views
    11,784

    Re: AJAX and Tables in Database

    I am a little confused.
    When you say "there" wher in the program code are you refering?
    In the Button1_Click function, in the Page_Load function?

    Thanks very much for trying to help

    Susan
  4. Replies
    10
    Views
    11,784

    Re: AJAX and Tables in Database

    In other words the main question here is:

    What server side event happens when I click on the OK button of the ModalPopUpExtender.

    Thanks
  5. Replies
    10
    Views
    11,784

    Re: AJAX and Tables in Database

    Thanks for the quick reply.

    I understand how to do the query but the question is in which event should I place the query code.
    The CLick event of the button never executes since the page never...
  6. Replies
    10
    Views
    11,784

    AJAX and Tables in Database

    Hello All AJAX Gurus,

    I have the following issue:

    I have an AJAX ModalPopUpExtender control which brings up a panel which has a field to enter User Name and Password. The panel also contins an...
Results 1 to 6 of 6





Click Here to Expand Forum to Full Width

Featured