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

ASP.NET

 
GeneralRe: To display Hourglass until the pages get loaded into frames Pin
333soori4-Dec-06 1:19
333soori4-Dec-06 1:19 
GeneralRe: To display Hourglass until the pages get loaded into frames Pin
333soori4-Dec-06 1:26
333soori4-Dec-06 1:26 
QuestionDifference b/w codeBehind and src Pin
aaraaayen4-Dec-06 0:29
aaraaayen4-Dec-06 0:29 
AnswerRe: Difference b/w codeBehind and src Pin
Haissam4-Dec-06 0:50
Haissam4-Dec-06 0:50 
QuestionAccessing Control of Another Page Pin
Khan.Bangash4-Dec-06 0:08
Khan.Bangash4-Dec-06 0:08 
AnswerRe: Accessing Control of Another Page Pin
Paddy Boyd4-Dec-06 0:22
Paddy Boyd4-Dec-06 0:22 
AnswerRe: Accessing Control of Another Page Pin
arunpnair4-Dec-06 20:09
arunpnair4-Dec-06 20:09 
QuestionA question about closing a webpage Pin
Ameba_NZ3-Dec-06 23:52
Ameba_NZ3-Dec-06 23:52 
Hello everybody, i am a rookie for ASP.net, just got a problem now, when i wanna close a webpage through a button, i type

using System;
using System.Data;
using System.Configuration;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;

public partial class _Default : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
this.closeBut.Attributes.Add("onclick", "window.close();");
}
}
but i dont know y i can not close it. can anybody help me to solve this question, thanks a lot~~Smile | :)

Calvin
AnswerRe: A question about closing a webpage Pin
Kapil Thakur4-Dec-06 0:28
Kapil Thakur4-Dec-06 0:28 
GeneralRe: A question about closing a webpage Pin
Ameba_NZ4-Dec-06 0:36
Ameba_NZ4-Dec-06 0:36 
GeneralRe: A question about closing a webpage Pin
Haissam4-Dec-06 0:58
Haissam4-Dec-06 0:58 
Questionnull value in typed dataset? Pin
matsnas3-Dec-06 23:16
matsnas3-Dec-06 23:16 
QuestionTemplateColumn, DateTime sorting Pin
phimix3-Dec-06 23:03
phimix3-Dec-06 23:03 
AnswerRe: TemplateColumn, DateTime sorting Pin
Paddy Boyd4-Dec-06 0:34
Paddy Boyd4-Dec-06 0:34 
GeneralRe: TemplateColumn, DateTime sorting Pin
phimix4-Dec-06 0:38
phimix4-Dec-06 0:38 
GeneralRe: TemplateColumn, DateTime sorting Pin
Paddy Boyd4-Dec-06 0:41
Paddy Boyd4-Dec-06 0:41 
GeneralRe: TemplateColumn, DateTime sorting Pin
phimix4-Dec-06 0:54
phimix4-Dec-06 0:54 
GeneralRe: TemplateColumn, DateTime sorting Pin
Paddy Boyd4-Dec-06 0:55
Paddy Boyd4-Dec-06 0:55 
GeneralRe: TemplateColumn, DateTime sorting Pin
phimix4-Dec-06 1:01
phimix4-Dec-06 1:01 
GeneralRe: TemplateColumn, DateTime sorting Pin
Paddy Boyd4-Dec-06 1:08
Paddy Boyd4-Dec-06 1:08 
QuestionRegarding Typed Dataset Updation in DataBase Pin
VishalSharmaDev3-Dec-06 23:00
VishalSharmaDev3-Dec-06 23:00 
AnswerRe: Regarding Typed Dataset Updation in DataBase Pin
Sandeep Akhare3-Dec-06 23:42
Sandeep Akhare3-Dec-06 23:42 
QuestionInserting images Pin
sudidela3-Dec-06 22:56
sudidela3-Dec-06 22:56 
QuestionDropDown Event Related Query Pin
param thaker3-Dec-06 22:54
param thaker3-Dec-06 22:54 
AnswerRe: DropDown Event Related Query Pin
swguy233-Dec-06 23:30
swguy233-Dec-06 23:30 

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.