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 7596249
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T21:52:27+00:00 2026-05-30T21:52:27+00:00

I used mvc 4.0 to develop my web application, I have created a pager

  • 0

I used mvc 4.0 to develop my web application, I have created a pager and data-list it works fine, I implement it by some jquery code and I define $.get jquery method to get a partial view as new page like this :

$.get("http://localhost:13824/bid/index?page=8&script=1", function(data) {
         $Element.html(data);
}

on the other side in control I have Action method like following :

public ActionResult Index(string provinceNo="21", int page=1, string script="0"){
    if(script=="1") { return PartialView("mypartialwebusercontrol",model); }
    else // do something else;
}

in the web user control I have some items it loads all items and my pager works very nice but there is a problem I have link in each item that is for opening a popup window when I click on pager it calls $.get method. all click events and scripts wont be rise again.

my web user control is like this :

<% control language="c#" inherits="system.web.mvc.viewusercontrol<model>" %>
<% foreach(var item in model) { %>
<div id="card1">
  <a class="linkbutton"> item.text1 </a>
</div>
<% } %>

all of the click script will be stop after $.get method calling.

  • 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-05-30T21:52:28+00:00Added an answer on May 30, 2026 at 9:52 pm

    Still not sure what you mean by ‘in constructor’, but I can see two possible causes of the problem:

    • One, you are running the bind before you load the html and consequently the linkButtons aren’t bound. Solution is to run the bind after loading, or better, use .delegate on the container you are loading into.
    • Two, when the browser is running the $.get method or any javascript after that, it is hitting an error and stopping executing any more scripts.

    If its neither of these, you’ll need to give a full listing of your Javascript or a link to a page where me or someone else can see exactly what’s going on

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

Sidebar

Related Questions

I will develop an appointment application with asp.net mvc? This application will be used
I have decided to use ASP.NET MVC to develop multi page (registration) forms in
Hey guys! I'm using ASP.NET MVC to develop an application for a library with
I have used MVC MVC 2.0 Client Side validation, but it does not work
I am starting to develop a complex web application using S#arp Architectur and the
I am used to develop web applications in Java (Struts, Spring, JSP...). But now
I'm starting to develop a new ASP.NET MVC application, and I'd like to make
When I develop applications for the web, I usually have the html for the
I have a quick little application and wanted to give a try to develop
I am developing an application which is web-based (asp.net MVC). The user configures reminders

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.