Please solve this problem...

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • shailendrahalosys
    New Member
    • Apr 2008
    • 3

    Please solve this problem...

    I have a form in which project details have to filled. This project details save in project table in database.In this form a dorpdownlist is displayed in which database
    name is exists.If database name is not present in dropdownlist one option for filling
    of database info is present on populating of window.This populating of window contain database informaion when a new database is submitted by this populating window it stores in database table.Now we have to add this new database in dropdownlist of project details pages without refresh whole page of project details system because on refresh of project details page the whole data is loss.
    Currently i using c#.
  • balame2004
    New Member
    • Mar 2008
    • 142

    #2
    Hi,

    You can do it by implementing AJAX concept in your page. Please learn AJAX and implement it.

    Regards,
    Balaji U

    Comment

    • shailendrahalosys
      New Member
      • Apr 2008
      • 3

      #3
      please give me some code instruction...






      Originally posted by balame2004
      Hi,

      You can do it by implementing AJAX concept in your page. Please learn AJAX and implement it.

      Regards,
      Balaji U

      Comment

      Working...