Click here to Skip to main content
15,921,203 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionApplying stylesheet to ajax autocompleteextender [modified] Pin
Sandeep_Kumbhar9-May-07 2:36
Sandeep_Kumbhar9-May-07 2:36 
QuestionRandom Draw Pin
Sam Heller9-May-07 2:23
Sam Heller9-May-07 2:23 
AnswerRe: Random Draw Pin
Tarakeshwar Reddy9-May-07 3:14
professionalTarakeshwar Reddy9-May-07 3:14 
GeneralRe: Random Draw Pin
Sam Heller9-May-07 3:25
Sam Heller9-May-07 3:25 
GeneralRe: Random Draw Pin
Tarakeshwar Reddy9-May-07 3:32
professionalTarakeshwar Reddy9-May-07 3:32 
GeneralRe: Random Draw Pin
Sam Heller9-May-07 3:33
Sam Heller9-May-07 3:33 
GeneralRe: Random Draw Pin
Tarakeshwar Reddy9-May-07 3:45
professionalTarakeshwar Reddy9-May-07 3:45 
QuestionHow to get a PopUp Pin
Spunky Coder9-May-07 2:05
Spunky Coder9-May-07 2:05 
Hi all,

I have an aspx page which contains a hiddenfield ..i have javascript in the samepage which contains the following piece of code..

function PostPage()
{
var popup;
document.form1.action = "Default6.aspx";
document.form1.method = "POST";
document.form1.submit();
}


and the aspx page contains the following

<asp:ImageButton ID="ImageButton1" runat="server" OnClientClick="Javascript:PostPage()" />

with the hidden field populated from codebehind...

Now i want the Default6.aspx to be opened as a pop-up after submitting the current page.I need to submit the page instead-of using 'window.open' coz i'can retrieve the hiddenfield value in the popup page...

Overall my question is that when i click on the imagebutton the javascript submit() should occur annd then the new page should be opened as popup ..how to do that? please let me know


Koushik

AnswerRe: How to get a PopUp Pin
varshavmane9-May-07 2:26
varshavmane9-May-07 2:26 
AnswerRe: How to get a PopUp Pin
varshavmane9-May-07 2:28
varshavmane9-May-07 2:28 
QuestionASP Grid Pin
speedy_gonzalas9-May-07 2:04
speedy_gonzalas9-May-07 2:04 
AnswerRe: ASP Grid Pin
varshavmane9-May-07 2:20
varshavmane9-May-07 2:20 
GeneralRe: ASP Grid Pin
speedy_gonzalas9-May-07 18:32
speedy_gonzalas9-May-07 18:32 
GeneralRe: ASP Grid Pin
varshavmane9-May-07 20:06
varshavmane9-May-07 20:06 
GeneralRe: ASP Grid Pin
speedy_gonzalas9-May-07 20:13
speedy_gonzalas9-May-07 20:13 
GeneralRe: ASP Grid Pin
varshavmane9-May-07 20:34
varshavmane9-May-07 20:34 
QuestionRental System Pin
Brendan Vogt9-May-07 1:35
Brendan Vogt9-May-07 1:35 
Questionhow to edit DropDownList [modified] Pin
savindra.bandi9-May-07 1:34
savindra.bandi9-May-07 1:34 
AnswerRe: how to edit DropDownList Pin
Sandeep Akhare9-May-07 3:56
Sandeep Akhare9-May-07 3:56 
GeneralRe: how to edit DropDownList Pin
savindra.bandi9-May-07 19:23
savindra.bandi9-May-07 19:23 
QuestionRadioButton List Disabled Problem Pin
sonia_basangar9-May-07 1:34
sonia_basangar9-May-07 1:34 
AnswerRe: RadioButton List Disabled Problem Pin
varshavmane9-May-07 2:30
varshavmane9-May-07 2:30 
AnswerRe: RadioButton List Disabled Problem Pin
Sandeep Akhare9-May-07 2:32
Sandeep Akhare9-May-07 2:32 
QuestionRadioButtonList Problem Pin
sonia_basangar9-May-07 1:31
sonia_basangar9-May-07 1:31 
Questionusage of COM Component in .net Pin
vijay_839-May-07 1:27
vijay_839-May-07 1:27 

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.