Click here to Skip to main content
15,920,596 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: problem with IIS Pin
Guffa4-Nov-07 9:40
Guffa4-Nov-07 9:40 
AnswerRe: problem with IIS Pin
Unknown Ajanabi3-Nov-07 3:16
Unknown Ajanabi3-Nov-07 3:16 
AnswerRe: problem with IIS Pin
Paul Conrad3-Nov-07 5:24
professionalPaul Conrad3-Nov-07 5:24 
AnswerRe: problem with IIS Pin
Braulio Dez3-Nov-07 6:22
Braulio Dez3-Nov-07 6:22 
Questionvb script in body and head Pin
Sonia Gupta2-Nov-07 23:41
Sonia Gupta2-Nov-07 23:41 
AnswerRe: vb script in body and head Pin
Christian Graus2-Nov-07 23:44
protectorChristian Graus2-Nov-07 23:44 
GeneralRe: vb script in body and head Pin
Sonia Gupta2-Nov-07 23:57
Sonia Gupta2-Nov-07 23:57 
GeneralRe: vb script in body and head Pin
Christian Graus2-Nov-07 23:58
protectorChristian Graus2-Nov-07 23:58 
QuestionForm Tag in Content Page Pin
Jintal Patel2-Nov-07 21:57
Jintal Patel2-Nov-07 21:57 
AnswerRe: Form Tag in Content Page Pin
dataminers3-Nov-07 0:38
dataminers3-Nov-07 0:38 
Questionmanu control Pin
ps.srinivasan2-Nov-07 21:04
ps.srinivasan2-Nov-07 21:04 
AnswerRe: manu control Pin
John-ph2-Nov-07 21:51
John-ph2-Nov-07 21:51 
GeneralRe: manu control Pin
Sonia Gupta2-Nov-07 21:58
Sonia Gupta2-Nov-07 21:58 
QuestionHow to bind a particular column to arraylist..., Pin
Member 38798812-Nov-07 20:24
Member 38798812-Nov-07 20:24 
AnswerRe: How to bind a particular column to arraylist..., Pin
Imran Khan Pathan2-Nov-07 20:37
Imran Khan Pathan2-Nov-07 20:37 
GeneralRe: How to bind a particular column to arraylist..., Pin
Member 38798812-Nov-07 20:49
Member 38798812-Nov-07 20:49 
GeneralRe: How to bind a particular column to arraylist..., Pin
Imran Khan Pathan2-Nov-07 20:52
Imran Khan Pathan2-Nov-07 20:52 
GeneralRe: How to bind a particular column to arraylist..., Pin
Member 38798812-Nov-07 21:00
Member 38798812-Nov-07 21:00 
GeneralRe: How to bind a particular column to arraylist..., Pin
Imran Khan Pathan2-Nov-07 21:03
Imran Khan Pathan2-Nov-07 21:03 
QuestionDatagrid in ASP.NET 1.1 Pin
.NET- India 2-Nov-07 19:58
.NET- India 2-Nov-07 19:58 
AnswerRe: Datagrid in ASP.NET 1.1 Pin
Saksida Bojan3-Nov-07 0:40
Saksida Bojan3-Nov-07 0:40 
Questionhow can we set multiline property of an html textbox Pin
jagan1232-Nov-07 19:25
jagan1232-Nov-07 19:25 
AnswerRe: how can we set multiline property of an html textbox Pin
Imran Khan Pathan2-Nov-07 20:19
Imran Khan Pathan2-Nov-07 20:19 
QuestionCheck Box event wont fire inside DataList in asp.net 2.0 Pin
Madhanlal JM2-Nov-07 19:21
Madhanlal JM2-Nov-07 19:21 
Questionbrowser closing [modified] Pin
Sonia Gupta2-Nov-07 19:21
Sonia Gupta2-Nov-07 19:21 
how should i call my javascript function when the page is of master type.i mean the javascript code is under the content tag.

<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<script type="text/javascript" language="javascript" >
function abc()
{
if(confirm('ok'))
{

}
}
</script>
</content>i mean there is no body tag(because of master type page).hpow should i call the abc() function on browser closing





Soniagupta1@yahoo.co.in
Yahoo Messenger Id = soniagupta1


-- modified at 2:04 Saturday 3rd November, 2007

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.