Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8149575
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T14:52:49+00:00 2026-06-06T14:52:49+00:00

Folks, I want to know how to fill the gap between the server-side and

  • 0

Folks,

I want to know how to fill the gap between the server-side and client-side in ASP.NET webforms, How can I trigger something in Client-side from Server-Side and vise verse?
How can I open jQuery UI dialog from server-side? How can I obtain the modal dialog with the postback like for example if I have a paged GridView inside jQuery UI modal dialog and when user change page it close.
I need to know what is the best to fill this gap?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-06T14:52:51+00:00Added an answer on June 6, 2026 at 2:52 pm

    When it comes to the server interacting with the client in a web environment, there are pretty solid limitations you have to work with. I’m going to be generic in my answer here.

    When you want to pass something from the client to the server, that’s normally easy to do. One relatively common way to do that is through AJAX. ASP.NET WebForms, in its barest, communicates through a <form> submit.

    Doing the inverse (i.e. server initiating a message to the client), that’s a more difficult use case. HTTP, just from the way it’s implemented, makes for easy client -> server stuff, but server -> client is nearly impossible. It just wasn’t designed for that. The server can’t send the client something without the client first asking for it. And that’s the big problem: how will the client know when the server needs to send it something? Kind of defeats the purpose.

    Granted, there is a handful of stuff that’s currently in use to bridge that. One of the more promising is web sockets, which is a solid, concrete way to allow the server to push messages to the client without the client asking for it (do note that IIS 7 out-of-the-box can’t support web sockets AFAIK). Another is Comet, or even AJAX through periodic polling.

    A good wrapper for the functionality you seem to want is SignalR. I’ve been using it for a while, and it seems to be working really well so far. It uses web sockets when it’s available, and uses fallbacks silently when it’s not.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Hi Folks i just want to know how can i make a or a
I want to know step by step process of how folks develop on Django
Folks I have a sealed class as follows. I want to extend this sealed
folks! I have project in cc.net and this project nay start by 3 ways
Folks, I have a file that contains ldap entries and I want to remove
These fine folks are my users: http://www.youtube.com/watch?v=o4MwTvtyrUQ If you don't want to enjoy the
UPDATE: This is a Django web app Hi folks, I want to set up
Hej folks, I got an UIView in my application and want to implement kind
Folks, I know there have been lots of threads about forcing the download dialog
Folks, I know I didn't phrase that title very well, but here's the scenario.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.