Skip to main content

All Questions

1 vote
1 answer
352 views

How to use jQuery dialog() instead of confirm() from within C# code?

I am a Frontenddeveloper without further knowledge of C#, so please excuse my maybe stupid question. I am currently trying to use jQuery UI Dialog to replace the common JavaScript alert() and confirm()...
JonSnow's user avatar
  • 527
0 votes
1 answer
288 views

Postback is not working in JQuery dialog

Hello I have the following problem I tried and nothing , I can not recover my text box user control , the TexBox will use them in the EDIT POPUP CONVENIO.ASPX <%@ Page Language="C#" ...
Carlos Martin Mendoza Silva's user avatar
0 votes
1 answer
918 views

How to pass value to jquery dialog?

How to get pass id value of button to jquery dialog on button click. I don't want to pass value using query string.Is there any way that i can directly pass value using attributes or properties of ...
Dragon's user avatar
  • 1,088
1 vote
3 answers
746 views

Passing ViewBag (has list of int type) to Controller

I am trying to pass list of int type to Controller on jquery load, but not successfull. Here is my code: function Addcov() { var dt = '@ViewBag.dt'; @{ List<int> covtypes = new ...
user1882705's user avatar
  • 1,081
0 votes
1 answer
98 views

OK Button Dialogbox isn't working

I use jQuery for dialogbox. it's strange when I tried to delete some element on it. when I click ok button. diaolog box won't redirect even close itself. nothing happen. this is my first content ...
azalikaEriya's user avatar
0 votes
2 answers
464 views

jquery ui dialog is not opening on button click when autoopen is set to false

i m using asp.net forms this page i m working on has a masterpage it works great when autoopen is false but when autofalse is true i dont know why it doesnt work. code is .. $(document).ready(...
BR BHARDWAJ's user avatar
0 votes
1 answer
177 views

UpdatePanel inside Jquery dialog with form:first

I have this dialog with updatepanel inside, i'm trying to figure how to close it after SelectedIndexChanged fired <script> $("[id*=senderBtnPopup]").click(function () { $("#...
dotmido's user avatar
  • 1,382
-1 votes
1 answer
231 views

What is the exact length of $("#dialog").html(message)

I am using Jquery Dialog and the length of message is too large. I am using the following code JavaScript function ShowPopup(message) { $(function () { $("#dialog").html(message); ...
Gitz's user avatar
  • 820
0 votes
1 answer
402 views

Open and Close jquery dialog from code behiend in c#

i have a jquery dialog which is open on every page load. jquery dialog contain a close button. $(document).ready(function () { $("#dialog").dialog({ title: "Create your free ...
Gitz's user avatar
  • 820
0 votes
2 answers
294 views

Why will my jQuery modal popup not display?

I'm using an asp:Panel instead of a div tag (not sure that it matters) in a asp:DataGrid so that I can create modal popups linked to specific data that is being bound to the DataGrid when the page ...
KSwift87's user avatar
  • 2,232
0 votes
3 answers
1k views

How to manage behindcode buttonclick event by jquery button?

I have two buttons: <center> <p><button id="newuserbutton" >Create New User</button> <p><button id="edituserbutton" >Edit User</button> </center> ...
Umit Kaya's user avatar
  • 5,961
0 votes
1 answer
2k views

javascript function not firing from gridview rowcommand?

I am trying to load jQuery dialog from code behind gridview rowcommand. Looks like javascript function is not firing from code behind. .vb file Private Sub grdLoan_RowCommand(sender As Object, e As ...
James123's user avatar
  • 11.7k
0 votes
2 answers
104 views

jQuery Dialog firing before Update Panel has had a chance to update itself

Ive got a ASP.NET webforms page with an empty update panel and a button. The button's click event has a javascript event listener to open the jQuery dialog, and also make a postback to populate the ...
maxp's user avatar
  • 25.2k
0 votes
2 answers
168 views

JQueryUI dialog, get information about what button user pushed to codebehind. ASP.net

How to do this? We've tried setting the value on hiddenfield and trying to get that value in codebehind without success. We are able to set the value to a but then we can't get the value to ...
user avatar
0 votes
0 answers
127 views

MVC3 Script function placing - strange behaviour

Here is the scenario: I. A button is clicked. II. The binder jQuery(document).on("click",buttonSelector,callback), primarly: Creates a <div id="popup-wrapper"></div> element Loads the ...
Cristian E.'s user avatar
  • 3,593

15 30 50 per page