Click here to Skip to main content
15,891,423 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Gridview Pin
Christian Graus8-May-09 14:45
protectorChristian Graus8-May-09 14:45 
GeneralRe: Gridview Pin
hahii8-May-09 17:16
hahii8-May-09 17:16 
AnswerRe: Gridview Pin
Amit Patel19858-May-09 21:24
Amit Patel19858-May-09 21:24 
QuestionListview and unbound control values Pin
C. L. Phillip8-May-09 10:08
C. L. Phillip8-May-09 10:08 
AnswerRe: Listview and unbound control values Pin
Atif Shahbaz8-May-09 21:55
Atif Shahbaz8-May-09 21:55 
GeneralRe: Listview and unbound control values Pin
C. L. Phillip11-May-09 3:12
C. L. Phillip11-May-09 3:12 
Questionmenu items Pin
hahii8-May-09 9:32
hahii8-May-09 9:32 
QuestionObject Expected error Pin
yasBinder8-May-09 9:07
yasBinder8-May-09 9:07 
I am trying to write a simple asp page. in .aspx page I am writing a javascript function and in the code behind trying to call the function.

>>>>>> The error is: Object Expected

javascript:



<asp:button id="Button1" runat="server" text="Button">



function Confirm()
{
alert("yes");
}





in code behind:

Protected Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click

Me.RegisterStartupScript("Startup", "Confirm();")

End Sub

Please help!
AnswerRe: Object Expected error Pin
Christian Graus8-May-09 14:47
protectorChristian Graus8-May-09 14:47 
Questionhow to access cross domain using JSON ajax Pin
hannahwill8-May-09 5:12
hannahwill8-May-09 5:12 
AnswerRe: how to access cross domain using JSON ajax Pin
Jeff Circeo8-May-09 9:28
Jeff Circeo8-May-09 9:28 
Questionwebservice in asp .net Pin
hannahwill8-May-09 5:11
hannahwill8-May-09 5:11 
AnswerRe: webservice in asp .net Pin
Christian Graus8-May-09 14:49
protectorChristian Graus8-May-09 14:49 
Questionget email attachment??? Pin
nkmkrishna8-May-09 4:32
nkmkrishna8-May-09 4:32 
AnswerRe: get email attachment??? Pin
Christian Graus8-May-09 14:49
protectorChristian Graus8-May-09 14:49 
QuestionProblem in RowEditing of GridView [modified] Pin
suzzain8-May-09 4:24
suzzain8-May-09 4:24 
QuestionDisplaying a Word file Pin
dptalt8-May-09 4:20
dptalt8-May-09 4:20 
AnswerUse Javascript to Open MS-Word Pin
David Mujica8-May-09 4:38
David Mujica8-May-09 4:38 
GeneralRe: Use Javascript to Open MS-Word Pin
dptalt8-May-09 5:18
dptalt8-May-09 5:18 
GeneralRe: Use Javascript to Open MS-Word Pin
David Mujica8-May-09 6:00
David Mujica8-May-09 6:00 
GeneralRe: Use Javascript to Open MS-Word Pin
dptalt8-May-09 6:57
dptalt8-May-09 6:57 
GeneralRe: Use Javascript to Open MS-Word Pin
David Mujica8-May-09 9:42
David Mujica8-May-09 9:42 
QuestionSame look for the ReportViewer control on different browsers Pin
0x000013378-May-09 3:57
0x000013378-May-09 3:57 
Questionvalidation controls [modified] Pin
sritha8-May-09 2:50
sritha8-May-09 2:50 
AnswerRe: validation controls Pin
Vimalsoft(Pty) Ltd8-May-09 3:27
professionalVimalsoft(Pty) Ltd8-May-09 3: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.