-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hello,
I have a problem with modality of the forms under C#.NET. Let's say I have main form #0 (see the image below). This form represents main application form, where user can perform various operations. However, from time to time, there is a need to open additional non-modal form to perform additional…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am looking for chatroom on one page with 7 loggedin users and 6+rows for say 42 users.these users will keep on adding wthnew users.Need urgent help.A PRETTY UNUSUAL Q FOR MOST OF U.What is MORE REQ new features:
Usernames are unique to users currently chatting
You can see a "currently chatting"…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
We are experiencing a problem with each instance of the call to the simplemodal div class .basic-modal-content adding an extra next or previous button in the modal windows.
We are using simplemodal in four places on a page using a common JS in the container (provided below) and a common CSS format…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I need to load aspx page into jQuery UI's modal dialog window.
I used following approach: load page content via ajax call into dialog's div and show it:
$.get('Page.aspx', function(response){
$('#dialog').html(response);
$("#dialog").dialog('open');
});
but I've got very strange error (IE8)…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Greetings. I have a need to have a 'child' modal opended from a colorbox modal.
Form - anchor - opens modal ('parent') - model has another anchor - open modal 'child'
The problem is that when the 'child' modal closes via the
$.fn.colorbox.close()
Method this seems to close all the colorbox modal…
>>> More