All Questions
4 questions
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#" ...
0
votes
1
answer
976
views
JQuery UI Dialog disappears when an edit button in my gridview is clicked
I have this asp page that I'm working on and it has a gridview control in it that has edit buttons. I'm able to get the edit button to show the JQuery UI dialog. The problem is that when I click on ...
1
vote
0
answers
795
views
How to get values from GridView in jQuery Dialog in C#
There is a jQuery Dialog with a GridView inside it in my aspx page. also have a button as Save on jQuery Dialog. I need to get values in GridView after click on this button in C#. I have tried as ...
2
votes
1
answer
3k
views
Update gridview that is inside jquery dialog (ASP.net c#)
Is there a way to update the gridview that is inside a jquery dialog box? I have got the buttons functioning, however the gridview is not updating. Below is my code.
JS:
<script type="text/...