Home
Get Started
Learn
Downloads
AJAX
MVC
Community
Wiki
Forums
Sign in
|
Join
Home
›
ASP.NET Forums
›
Search
Search
You searched for the word(s): userid:621844
More Search Options
RSS Available
Matching Posts
Re: FadeIn Animation w/ Transparent Background issue
Don't know if this will help, but an ASP.NET Label control renders as a <span> tag, so using .Labels in your CSS probably won't work. NC...
Posted to
Client Side Web Development
(Forum)
by
NC01
on 10/10/2009
Re: JavaScript issue
This works for me. <script type="text/javascript"> <!-- function showHideFrame(elementRef) { var iframeRef = document.getElementById('<%= IFrame1.ClientID %>'); iframeRef.style.display = (iframeRef.style.display == 'none') ? 'block' : 'none'; elementRef.value = (iframeRef.style.display == 'none') ? 'Show' : 'Hide'; document.getElementById('<%= iframeState.ClientID %>').value = iframeRef.style.display;
Posted to
Client Side Web Development
(Forum)
by
NC01
on 10/10/2009
Re: Send Raw Data to Printer
Try this <iframe id="IFrame1" name="IFrame1" src="SomeTextFile.txt" style="display:none;" ></iframe> <input onclick="JavaScript: buttonOnClick(this);" type="button" value="Print File"> <script type="text/javascript"> <!-- function buttonOnClick(elementRef) { document.getElementById('IFrame1').style.display = 'block'; // Either of these works on IE. Don't know about Firefox
Posted to
Client Side Web Development
(Forum)
by
NC01
on 10/10/2009
Re: confirmation in the middle of the process
[quote user="pinoyz"] Hi, I created a simple pseudo code that what i want to do.... Dim dt As New DataTable dt.Columns.Add("x") If TextBox1.Text = "A" Then dt.Rows.Add("x") Else End If If dt.Rows.Count >= 1 Then ClientScript.RegisterStartupScript(Me.GetType(), "msgbxConfirm", "Test()", True) ' how to determine if true or false 'it execute first msgbox "overwrite" before the confirmation..=( MsgBox("overwrite"
Posted to
Client Side Web Development
(Forum)
by
NC01
on 8/28/2009
Re: how to set focus on next textbox in javascript
[quote user="Muhammad Kashan Khan"] Hi, is there any way that i can load all the text type controls in an array and then when i hit enter key then the document.getElementByID(Control[i]+1).focus(); fetched from array can set focus. if it is possible then how can i achieve this... Thanks [/quote] Sure, though I don't see how you are going to be able to tell what the next element is going to be. // A server-side array to test with: string [] serverSideArray = {"TextBox1", "TextBox2"
Posted to
Client Side Web Development
(Forum)
by
NC01
on 8/28/2009
Re: need help passing values from a aspx page to a popup window.
[quote user="ruki"] thanks NC01 it helped me. [/quote] Good to hear! NC...
Posted to
Client Side Web Development
(Forum)
by
NC01
on 8/28/2009
Re: Accessing parent window controls
[quote user="nijhawan.saurabh"] Hi, Use this.Master.FindControl() [/quote] Now how could that possibly work in a child page? The trick is to pass the element ID of the element in the parent page that you want to update to each child window: ParentPage.aspx <input type="button" onclick="openWindow('ChildPage.aspx');" value="Open" /> <input type="hidden" id="Hidden1" name="Hidden1" runat="server" />
Posted to
Client Side Web Development
(Forum)
by
NC01
on 8/28/2009
Re: Can't create reference to Object
Bring the page up in your browser and do a View Source and see what the ID of the div actually renders as. NC...
Posted to
Client Side Web Development
(Forum)
by
NC01
on 8/28/2009
Re: Can't create reference to Object
Put that div inside of your own div that has an ID. NC...
Posted to
Client Side Web Development
(Forum)
by
NC01
on 8/28/2009
Re: Is there any alternative to Windows Service
[quote user="binobose"] Is there any alternative to Windows Service? [/quote] An alternative in what way? NC...
Posted to
Client Side Web Development
(Forum)
by
NC01
on 8/28/2009
Page 1 of 1383 (13823 items) 1
2
3
4
5
Next >
...
Last »
ASP.NET:
Building High Performance Web Applications
WindowsClient:
RIA Services: A DomainService IS A WCF Service – Add Service Reference
Silverlight:
LIDNUG: Online chat with me Monday Nov 23rd
ASP.NET:
Recent Podcasts
Silverlight:
Silverlight 4 NotificationWindow and Queuing multiple notifications
WindowsClient:
Fishbowl: A WPF Front-end for Facebook, with Full Source
Silverlight:
Fixing Visual Studio 2010 and Blend Preview for .NET 4 integration
Silverlight:
RIA Services templates not showing in Visual Studio 2010?
Silverlight:
Microsoft PDC09 and Silverlight Round-up
WindowsClient:
TestApi v0.4 Released!
WindowsClient:
Karl Shifflett’s WPF and Silverlight shared design-time code
ASP.NET:
T4MVC 2.5.01: added support for Html.RenderAction and Html.Action
WindowsClient:
DTACM (D.C.'s Test Automation Coding Manifesto)
Channel 9:
Reactive Extensions API in depth: Until and WaitUntil
WindowsClient:
A Custom Storyboard Component in Xaml
WindowsClient:
Fishbowl – A Facebook sample app in WPF
TechNet Edge:
Visio 2010 Process Diagrams: Drawing on Experience with Mark Nelson
Mix Online:
Gestalt Grows Up
Mix Online:
Introducing Gestalt 1.0 and the Gestalt Widget Pack
ASP.NET:
Lot’s of new software for IIS, ASP.NET, AJAX and PHP this week
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online