Click here to Skip to main content
15,922,015 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: How to show javascript funtion returns value to Label box? Pin
bijeshputhalath28-May-08 19:36
bijeshputhalath28-May-08 19:36 
GeneralRe: How to show javascript funtion returns value to Label box? Pin
Vasudevan Deepak Kumar28-May-08 18:39
Vasudevan Deepak Kumar28-May-08 18:39 
AnswerRe: How to show javascript funtion returns value to Label box? Pin
Vasudevan Deepak Kumar28-May-08 18:38
Vasudevan Deepak Kumar28-May-08 18:38 
GeneralRe: How to show javascript funtion returns value to Label box? Pin
bijeshputhalath28-May-08 19:33
bijeshputhalath28-May-08 19:33 
QuestionGridView in ASP.NET 2.0 & C# Pin
Jacob Dixon28-May-08 4:02
Jacob Dixon28-May-08 4:02 
QuestionMicrosoft JScript runtime error: Object doesn't support this property or method Pin
eyeseetee28-May-08 3:00
eyeseetee28-May-08 3:00 
AnswerRe: Microsoft JScript runtime error: Object doesn't support this property or method Pin
Imran Khan Pathan28-May-08 3:06
Imran Khan Pathan28-May-08 3:06 
GeneralRe: Microsoft JScript runtime error: Object doesn't support this property or method Pin
eyeseetee28-May-08 3:21
eyeseetee28-May-08 3:21 
Um Im not using any javascript code for this page, its using an ajax control which I guess has some javascript written in it.

heres all the code:


<%@ Register
Assembly="AjaxControlToolkit"
Namespace="AjaxControlToolkit"
TagPrefix="ajaxToolkit" %>

<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<asp:ScriptManager ID="test1" runat="server"></asp:ScriptManager>
<asp:UpdatePanel runat="server" ID="UpdatePanel1" >
<ContentTemplate>
<div style="width:230px;height:100px">
<asp:Panel ID="timer" runat="server"
Width="250px" BackColor="White" ForeColor="DarkBlue"
BorderWidth="2" BorderStyle="solid" BorderColor="DarkBlue" style="z-index: 1;">
<div style="width: 100%; height: 100%; vertical-align: middle; text-align: center;">
<p>Current Time:</p>
<span id="currentTime" runat="server" style="font-size:xx-large;font-weight:bold;line-height:40px;"/>
</div>
</asp:Panel>
<ajaxToolkit:AlwaysVisibleControlExtender ID="avce" runat="server"
TargetControlID="timer"
VerticalSide="Top"
VerticalOffset="10"
HorizontalSide="Right"
HorizontalOffset="10"
ScrollEffectDuration=".1" />
</div>
<p>
Choose a position for the clock from the list below. Scroll your browser window to see
the control maintain its always-visible position.
</p>
<p>

</p>
</ContentTemplate>
</asp:UpdatePanel>

We are not a Code Charity
GeneralRe: Microsoft JScript runtime error: Object doesn't support this property or method Pin
eyeseetee28-May-08 4:36
eyeseetee28-May-08 4:36 
Questiongridview problem Pin
Miss Maheshwari28-May-08 2:44
Miss Maheshwari28-May-08 2:44 
AnswerRe: gridview problem Pin
eyeseetee28-May-08 2:54
eyeseetee28-May-08 2:54 
QuestionAltering File Names On Download Pin
Sam Heller28-May-08 2:01
Sam Heller28-May-08 2:01 
AnswerRe: Altering File Names On Download Pin
Vasudevan Deepak Kumar28-May-08 2:28
Vasudevan Deepak Kumar28-May-08 2:28 
GeneralRe: Altering File Names On Download Pin
Sam Heller28-May-08 2:39
Sam Heller28-May-08 2:39 
GeneralRe: Altering File Names On Download Pin
Vasudevan Deepak Kumar28-May-08 2:40
Vasudevan Deepak Kumar28-May-08 2:40 
GeneralRe: Altering File Names On Download Pin
Sam Heller28-May-08 4:42
Sam Heller28-May-08 4:42 
GeneralRe: Altering File Names On Download Pin
Sam Heller28-May-08 5:16
Sam Heller28-May-08 5:16 
GeneralRe: Altering File Names On Download Pin
Vasudevan Deepak Kumar28-May-08 18:29
Vasudevan Deepak Kumar28-May-08 18:29 
GeneralRe: Altering File Names On Download Pin
Sam Heller29-May-08 1:18
Sam Heller29-May-08 1:18 
GeneralRe: Altering File Names On Download Pin
Vasudevan Deepak Kumar28-May-08 18:40
Vasudevan Deepak Kumar28-May-08 18:40 
GeneralRe: Altering File Names On Download Pin
Sam Heller29-May-08 1:14
Sam Heller29-May-08 1:14 
QuestionHow to list SQL servers and their databases on all computers in domain Pin
S.Aijaz28-May-08 1:53
S.Aijaz28-May-08 1:53 
AnswerRe: How to list SQL servers and their databases on all computers in domain [modified] Pin
Sherin Iranimose28-May-08 2:14
Sherin Iranimose28-May-08 2:14 
AnswerRe: How to list SQL servers and their databases on all computers in domain Pin
Vasudevan Deepak Kumar28-May-08 2:29
Vasudevan Deepak Kumar28-May-08 2:29 
QuestionTreeview Control Pin
meghamaharshi28-May-08 1:33
meghamaharshi28-May-08 1:33 

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.