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:839563
More Search Options
RSS Available
Matching Posts
Re: Why does this Javascript/ASP login not work?
People can't see your ASP source code, but your javascript is readable by any one that wants to go out of their way to find it.
Posted to
Client Side Web Development
(Forum)
by
rossisdead
on 2/4/2009
Re: Multiline textbox displays 3 rows in firefox instead of 2 as defined
I think that going the javascript method is kind of sloppy. Personally I would go in code behind and check for the Browser type. Something like this: 1 If Page.Request.Browser.Browser = "Firefox" Then 2 TextBox9.Rows = 1 3 Else 4 TextBox9.Rows = 2 5 End If I didn't double check for syntax, but that should be it.
Posted to
Client Side Web Development
(Forum)
by
rossisdead
on 2/4/2009
Limiting the type of child controls a custom control can have
How does one do this? I'm looking to create a web control that functions similar to the DropDownList control, in that it would only allow certain types of child controls inside of it(ex: DropDownList only allows ListItems in it). Am I missing something glaringly obvious about this problem? I can't seem to find any information on how to do it.
Posted to
Web Forms
(Forum)
by
rossisdead
on 12/8/2008
Re: How to Disable Right Click on Web Page and also Disable Save and Save As option
The most efficient way of disabling right click menus is to go document.oncontextmenu = function() { return false; } However, browsers such as Firefox easily allow this ability to be turned off.
Posted to
Client Side Web Development
(Forum)
by
rossisdead
on 12/2/2008
Re: document.body is null
document.body should work just fine. If your scripts are calling for it before the body tag is loaded, though, it will come up as null.
Posted to
Client Side Web Development
(Forum)
by
rossisdead
on 11/27/2008
Re: Create button with hover style...
I'm not sure? I just copy pasted your example into a new project, ran it in IE7, and it worked just fine.
Posted to
Client Side Web Development
(Forum)
by
rossisdead
on 11/23/2008
Re: Controls not found by after being added to page
I've found that this will happen if you create a new object(or maybe just buttons) inside an UpdatePanel. The project won't know it exists until you create it outside of the panel, and then place it inside of it.
Posted to
Visual Studio 2008
(Forum)
by
rossisdead
on 11/23/2008
Re: Create button with hover style...
It certainly works in IE7, I use it on a daily basis. IE6 is the only one it won't work in, which is why I referenced the IE7.js library.
Posted to
Client Side Web Development
(Forum)
by
rossisdead
on 11/22/2008
Re: Hide divs with style.display == 'none'
You know what? That's totally possible. I retract my statement.
Posted to
Client Side Web Development
(Forum)
by
rossisdead
on 11/22/2008
Re: Hide divs with style.display == 'none'
Hey Eric, sorry about that, let me be a bit more clear. I've found that on occasion, browsers will, for whatever reason, register if (foo == "bar") differently from if (foo == 'bar'). I mean it's rare, but it would take hours for me to figure out that a browser's rendering engine was making a difference in that for some reason. I honestly couldn't even tell you if it was Firefox or Internet Explorer, but it was just one browser that would do it on very rare occasions
Posted to
Client Side Web Development
(Forum)
by
rossisdead
on 11/21/2008
Page 1 of 2 (20 items) 1
2
Next >
Channel 9:
TWC9: XAML tools, Silverlight for Live Writer, Surface SDK,
Channel 9:
C9 Conversations: Brian Beckman on Complexity [C9 Conversations: Brian Beckman on Complexity]
Channel 10:
Black Friday Deals on Windows 7 Machines
Channel 10:
Holiday Shopping on Bing Cashback = Big Online Savings
Channel 10:
Black Friday Deals at the Microsoft Store
Channel 10:
Incredible Black Friday Deal: Windows 7 Notebook for $197
ASP.NET:
Presenting in Europe Next Week
TechNet Edge:
AlignIT IT Manager Podcast #30 - Straight Talk about Windows 7
WindowsClient:
You know your post rate has gone down...
Silverlight:
Geek Profiles – Scott Guthrie
Channel 9:
C9 Lectures: Dr. Erik Meijer - Functional Programming Fundamentals Chapter 9 of 13
TechNet Edge:
Managing Your Virtual World - Tech Focus November 2009 Part 2
ASP.NET:
Silverlight and RIA Services: Implementing Search
Channel 9:
C9 Lectures: Brian Beckman - Covariance and Contravariance in Physics 1 of 1
Channel 9:
Set Your Data Free
Channel 9:
Implementing a Silverlight SharePoint WebPart with Visual Studio 2010
WindowsClient:
New WPF Showcase Addition: Enterprise
Channel 9:
Reactive Extensions API in depth: Contract
WindowsClient:
Concluding "New WPF Features" Series
WindowsClient:
Introduction to TestApi – Part 5: Managed Code Fault Injection APIs
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online