Click here to Skip to main content
15,892,005 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: datagridview Pin
R. Giskard Reventlov15-Mar-12 7:01
R. Giskard Reventlov15-Mar-12 7:01 
GeneralRe: datagridview Pin
altafmohd15-Mar-12 7:57
altafmohd15-Mar-12 7:57 
AnswerRe: datagridview Pin
Joshua Omundson15-Mar-12 7:21
Joshua Omundson15-Mar-12 7:21 
GeneralRe: datagridview Pin
altafmohd16-Mar-12 7:18
altafmohd16-Mar-12 7:18 
GeneralHow to develope voice chat application for intranet in asp.net? Pin
dusarahardik14-Mar-12 19:29
dusarahardik14-Mar-12 19:29 
GeneralRe: How to develope voice chat application for intranet in asp.net? Pin
ZurdoDev16-Mar-12 8:14
professionalZurdoDev16-Mar-12 8:14 
GeneralRe: How to develope voice chat application for intranet in asp.net? Pin
satalaj21-Mar-12 6:46
satalaj21-Mar-12 6:46 
QuestionJQuery Dialog not opening on single click Pin
Member 407235514-Mar-12 7:04
Member 407235514-Mar-12 7:04 
Hi,

I am opening a jquery dialog on button click.I am opening panel as dialog.
In that panel there is iframe and in that iframe src I have called the new page.
Popup is opening properly at the first time.
I am closing the popup and by clicking on button to open the popup again.
When I am opening the popup 2nd time I am facing 2 problems

1. If I click on the button 1st time popup is not opening. If I again click the button 2nd time then popup opens. Popup is opening on 2nd click but not on 1st click. I am not able to find out why the popup is not opening on single click and opening on double click.

2. I have TextBox control in popup. When I open popup 2nd time in IE this TextBox control is in disabled state. If I fire any server side event in that page like button click then that TextBox control gets enabled. While in Mozilla Firefox it is working properly. That TextBox control is always in enabled state.

Please let me know how can I solve this problems.

My jquery function is as follows

function OpenPopupTest()
{
$("#PanelTest").dialog(
{
minWidth: 500,
minHeight: 500
});
}

I am calling the following panel

<asp:Panel ID="PanelTest" runat="server" Style="display: none; background-color: White;
font-size: 12px;">
<div id="DivTst" style="text-align: left; margin-top: 20px; margin-left: 10px">
<iframe id="iframeTest" src="Test1.aspx" height="400px" width="400px"></iframe>
<br />
</div>
</asp:Panel>

<button ID="ButtonTest" runat="server" Value="Open Popup" />

This button is inside update panel.

In code behind on botton attribute I am calling the javascript function.
ButtonTest.Attributes.Add("onclick","OpenPopupTest()");

Any help would be greatly appreciated.

Thanks in Advance.

Regards,
Rahul Rathi
AnswerRe: JQuery Dialog not opening on single click Pin
Lakxman16-Mar-12 2:10
Lakxman16-Mar-12 2:10 
AnswerRe: JQuery Dialog not opening on single click Pin
ZurdoDev16-Mar-12 8:19
professionalZurdoDev16-Mar-12 8:19 
Questionchecking the syntax of SQL Pin
byka13-Mar-12 3:35
byka13-Mar-12 3:35 
AnswerRe: checking the syntax of SQL Pin
Shameel13-Mar-12 6:00
professionalShameel13-Mar-12 6:00 
GeneralRe: checking the syntax of SQL Pin
MaulikDusara14-Mar-12 19:12
MaulikDusara14-Mar-12 19:12 
QuestionMeasuring Download Bandwidth Pin
Majid Shahabfar12-Mar-12 21:49
Majid Shahabfar12-Mar-12 21:49 
AnswerRe: Measuring Download Bandwidth Pin
Bernhard Hiller13-Mar-12 1:51
Bernhard Hiller13-Mar-12 1:51 
GeneralRe: Measuring Download Bandwidth Pin
Majid Shahabfar13-Mar-12 5:06
Majid Shahabfar13-Mar-12 5:06 
AnswerRe: Measuring Download Bandwidth Pin
satalaj21-Mar-12 6:50
satalaj21-Mar-12 6:50 
GeneralRe: Measuring Download Bandwidth Pin
Majid Shahabfar21-Mar-12 9:08
Majid Shahabfar21-Mar-12 9:08 
Questionbest way of showing single record Pin
Hanzaplast12-Mar-12 5:14
Hanzaplast12-Mar-12 5:14 
AnswerRe: best way of showing single record Pin
R. Giskard Reventlov12-Mar-12 5:51
R. Giskard Reventlov12-Mar-12 5:51 
AnswerRe: best way of showing single record Pin
ZurdoDev16-Mar-12 8:20
professionalZurdoDev16-Mar-12 8:20 
GeneralRe: best way of showing single record Pin
Hanzaplast16-Mar-12 22:42
Hanzaplast16-Mar-12 22:42 
GeneralRe: best way of showing single record Pin
ZurdoDev19-Mar-12 1:56
professionalZurdoDev19-Mar-12 1:56 
QuestionA problem with creating an <code>AutoCompleteExtender</code> Pin
Ali Al Omairi(Abu AlHassan)12-Mar-12 1:29
professionalAli Al Omairi(Abu AlHassan)12-Mar-12 1:29 
QuestionOnline chat/Customer service Pin
mrkeivan12-Mar-12 1:08
mrkeivan12-Mar-12 1:08 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.