Click here to Skip to main content
15,888,579 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: how to initialize master page items in ASP.Net MVC Pin
Schatak6-Apr-14 23:04
professionalSchatak6-Apr-14 23:04 
QuestionBest way to persist more than 100 values across postback in Asp.net 3.5 Pin
Lalit Kumar Jain4-Apr-14 0:52
Lalit Kumar Jain4-Apr-14 0:52 
AnswerRe: Best way to persist more than 100 values across postback in Asp.net 3.5 Pin
Blikkies4-Apr-14 1:20
professionalBlikkies4-Apr-14 1:20 
GeneralRe: Best way to persist more than 100 values across postback in Asp.net 3.5 Pin
Lalit Kumar Jain6-Apr-14 21:54
Lalit Kumar Jain6-Apr-14 21:54 
QuestionPage_Load event raises when I open jquery dialog window from User Control Pin
abhishek.mumbai3-Apr-14 20:14
abhishek.mumbai3-Apr-14 20:14 
SuggestionRe: Page_Load event raises when I open jquery dialog window from User Control Pin
Blikkies3-Apr-14 23:10
professionalBlikkies3-Apr-14 23:10 
Answerinhibit Postback when clicking a Button Pin
Ferd Really17-Apr-14 7:40
Ferd Really17-Apr-14 7:40 
AnswerRe: Page_Load event raises when I open jquery dialog window from User Control Pin
Praneet Nadkar7-May-14 19:31
Praneet Nadkar7-May-14 19:31 
Hi,

Can you try this ?


function OpenMyPopUp(){openPopup('../Email.aspx', 530, 800, 'Page Title');}

function openPopup(url, h, w, t) {
if (url != null && h != null && w != null && t != null) {
urlBase = location.href.substring(0,location.href.lastIndexOf("/") + 1);
url = urlBase + url;
$('#divEmailDialog').html('<iframe border=0 width="100%" height="100%" src="' + url + '"> </iframe>');
$("#divEmailDialog").dialog({
title: t,
modal: true,
autoOpen: true,
height: h,
width: w,
resizable: false,
position: 'center',
closeOnEscape: false,
dialogClass: "alert"
});
}}
QuestionSharing master page between different web applications Pin
indian1433-Apr-14 9:06
indian1433-Apr-14 9:06 
AnswerRe: Sharing master page between different web applications Pin
Tom Marvolo Riddle3-Apr-14 18:22
professionalTom Marvolo Riddle3-Apr-14 18:22 
GeneralRe: Sharing master page between different web applications Pin
indian1434-Apr-14 5:37
indian1434-Apr-14 5:37 
GeneralRe: Sharing master page between different web applications Pin
indian1434-Apr-14 8:35
indian1434-Apr-14 8:35 
GeneralRe: Sharing master page between different web applications Pin
indian1434-Apr-14 9:01
indian1434-Apr-14 9:01 
GeneralRe: Sharing master page between different web applications Pin
Tom Marvolo Riddle4-Apr-14 18:03
professionalTom Marvolo Riddle4-Apr-14 18:03 
QuestionUnable to create the virtual directory. The URL 'http://localinternet:80/' is already mapped to a different folder on an IIS site. Pin
indian1433-Apr-14 6:16
indian1433-Apr-14 6:16 
AnswerRe: Unable to create the virtual directory. The URL 'http://localinternet:80/' is already mapped to a different folder on an IIS site. Pin
Schatak4-Apr-14 2:59
professionalSchatak4-Apr-14 2:59 
GeneralRe: Unable to create the virtual directory. The URL 'http://localinternet:80/' is already mapped to a different folder on an IIS site. Pin
indian1438-Apr-14 14:28
indian1438-Apr-14 14:28 
GeneralRe: Unable to create the virtual directory. The URL 'http://localinternet:80/' is already mapped to a different folder on an IIS site. Pin
Schatak8-Apr-14 19:55
professionalSchatak8-Apr-14 19:55 
Questionquestion Pin
Member 107210812-Apr-14 23:07
Member 107210812-Apr-14 23:07 
AnswerRe: question Pin
Tom Marvolo Riddle2-Apr-14 23:21
professionalTom Marvolo Riddle2-Apr-14 23:21 
Questiondefault html file is opening when run my application Pin
rk2krishna2-Apr-14 21:21
rk2krishna2-Apr-14 21:21 
AnswerRe: default html file is opening when run my application Pin
Tom Marvolo Riddle2-Apr-14 23:40
professionalTom Marvolo Riddle2-Apr-14 23:40 
AnswerRe: default html file is opening when run my application Pin
Sulaiman_J3-Apr-14 0:17
Sulaiman_J3-Apr-14 0:17 
AnswerRe: default html file is opening when run my application Pin
SRKarn10-Apr-14 6:18
SRKarn10-Apr-14 6:18 
QuestionFree 3d chart controls for ASP.Net Pin
Kandepu Rajesh2-Apr-14 11:37
Kandepu Rajesh2-Apr-14 11:37 

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.