Click here to Skip to main content
15,903,632 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Declaring a javascript function Pin
kubben4-Apr-07 3:11
kubben4-Apr-07 3:11 
GeneralRe: Declaring a javascript function Pin
Alice@mywonderland4-Apr-07 3:43
Alice@mywonderland4-Apr-07 3:43 
GeneralRe: Declaring a javascript function Pin
Not Active4-Apr-07 4:39
mentorNot Active4-Apr-07 4:39 
GeneralRe: Declaring a javascript function Pin
Not Active4-Apr-07 3:46
mentorNot Active4-Apr-07 3:46 
GeneralRe: Declaring a javascript function Pin
kubben4-Apr-07 3:48
kubben4-Apr-07 3:48 
AnswerRe: Declaring a javascript function Pin
Not Active4-Apr-07 3:42
mentorNot Active4-Apr-07 3:42 
GeneralRe: Declaring a javascript function Pin
Alice@mywonderland4-Apr-07 4:17
Alice@mywonderland4-Apr-07 4:17 
GeneralRe: Declaring a javascript function Pin
Not Active4-Apr-07 4:34
mentorNot Active4-Apr-07 4:34 
<%@ Master Language="C#" AutoEventWireup="true" CodeFile="MasterPage.master.cs" Inherits="MasterPage" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>Untitled Page</title>
<script language="javascript" type="text/javascript">
function myFunction()
{
alert("Entered myFunction");
}
</script>
</head>
<body onload="myFunction()">
<form id="form1" runat="server">
<div>
<asp:contentplaceholder id="ContentPlaceHolder1" runat="server">
</asp:contentplaceholder>
</div>
</form>
</body>
</html>

only two letters away from being an asset
GeneralRe: Declaring a javascript function Pin
Alice@mywonderland4-Apr-07 5:21
Alice@mywonderland4-Apr-07 5:21 
GeneralRe: Declaring a javascript function Pin
Not Active4-Apr-07 5:27
mentorNot Active4-Apr-07 5:27 
GeneralRe: Declaring a javascript function Pin
Alice@mywonderland4-Apr-07 5:51
Alice@mywonderland4-Apr-07 5:51 
GeneralRe: Declaring a javascript function Pin
Not Active4-Apr-07 6:12
mentorNot Active4-Apr-07 6:12 
AnswerRe: Declaring a javascript function Pin
Guffa4-Apr-07 5:15
Guffa4-Apr-07 5:15 
Questionregisteration for MSDN Subscriptions Pin
siddisagar4-Apr-07 2:22
siddisagar4-Apr-07 2:22 
QuestionIssues in Word Automation [modified] Pin
Jijesh.V.R4-Apr-07 1:52
Jijesh.V.R4-Apr-07 1:52 
QuestionHow to make servers masterpage or main page for multiple applications Pin
Lappalainen Antti4-Apr-07 1:47
Lappalainen Antti4-Apr-07 1:47 
Question.Net 2.0 - Calling Page method from User control or Master Page Pin
shyamts4-Apr-07 1:12
shyamts4-Apr-07 1:12 
AnswerRe: .Net 2.0 - Calling Page method from User control or Master Page Pin
Not Active4-Apr-07 3:38
mentorNot Active4-Apr-07 3:38 
Questionurgent "Div Control" Pin
jayarajmrj4-Apr-07 0:42
jayarajmrj4-Apr-07 0:42 
AnswerRe: urgent "Div Control" Pin
Paddy Boyd4-Apr-07 0:46
Paddy Boyd4-Apr-07 0:46 
GeneralRe: urgent &amp;quot;Div Control&amp;quot; [modified] Pin
jayarajmrj4-Apr-07 0:52
jayarajmrj4-Apr-07 0:52 
GeneralRe: urgent &amp;quot;Div Control&amp;quot; Pin
Paddy Boyd4-Apr-07 1:15
Paddy Boyd4-Apr-07 1:15 
GeneralRe: urgent &amp;quot;Div Control&amp;quot; Pin
Paddy Boyd4-Apr-07 1:16
Paddy Boyd4-Apr-07 1:16 
QuestionControls are not working fine in Mozilla Pin
Kushi Bobby4-Apr-07 0:36
Kushi Bobby4-Apr-07 0:36 
QuestionWeb Service Security Pin
lokeshgupta134-Apr-07 0:32
lokeshgupta134-Apr-07 0:32 

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.