All Questions
14 questions
0
votes
1
answer
55
views
Dialog is always blank on first click
I am pulling data from WebAPI and trying to display in a table format in a dialog.
WebAPI is called on a btton click. On the first click, the dialog always is blank. From the second click onwards, i ...
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()...
2
votes
2
answers
3k
views
Why my server side code is not firing on ASP.net Button click?
I don't understand why my server side is not executed.
Here is my code
ASP code
<div class="row" style="padding-top:20px;">
<div class="col-lg-4">
...
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(...
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 ...
2
votes
1
answer
2k
views
Ajax.BeginForm not catching OnSuccess with jQuery UI dialog in MVC?
I am loading partial view with Jquery UI dialog. In partialview post submit I want capture results in updateSuccess function. But function was never called and results was showing on page.
Parent ...
0
votes
1
answer
941
views
Create multiple Jquery dialog box in asp.net
I am trying to create multiple dialog box and some how i am not able to understand how to create those dialog boxes.
I have DIV's for each dialog box which has a message for every action. Basically ...
0
votes
2
answers
3k
views
How I can use the Controls from jquery PopUpDialog in my ASP.NEt Application
My Application:
I have a ASP.NET Application with two parts. First part is the "Absence" Part and the second part is "Signature". This Application create this parts Automatic. For Absence the User ...
0
votes
1
answer
1k
views
Confirm dialog postback with Textbox
I want create a confirm box when user wants delete his account, for that he needs to insert his password (in textbox). But I don't know how to catch the postback event and execute the method in code ...
1
vote
1
answer
2k
views
How to continue with asp.net server side button click method after interaction wtih jQuery UI Dialog?
From a jQuery noob, any help is appreciated with this as I've wasted too much time already with a deadline fast approaching.
The lowdown - I have an asp.net form in an intranet engineering ...
0
votes
1
answer
690
views
Adding ASP.net control to JQuery Dialog doesn't render correctly
Hi I've seen quite a few similar questions to this but all have been resolved by adding the dialog back into the page's main form. This doesn't resolve the following problem:
In my Aspx file, I've ...
0
votes
2
answers
3k
views
Jquery UI modal dialog issue with update panel button trigger
I am facing a silly issue but struggling hard to resolve..
I have a Checkbox control in update panel..
<asp:UpdatePanel ID="UpdateCheckEdit" runat="server"><ContentTemplate>
<asp:...
2
votes
4
answers
6k
views
jQuery UI Modal Dialog - Prevent Action Unless OK clicked
EDIT:
I want to replace the following with a jquery UI dialog:
<asp:LinkButton ID="foo" runat="server" OnClick="someMethodThatPostsBack" OnClientClick="return confirmAction()" Text="Delete" />
...
1
vote
1
answer
310
views
Jqueryui Dialog form problem
I'm using jqueryui dialog function to display my registration form. I have no problem with opening the dialog and displaying register.aspx file in the div. However I have a register button which I ...