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:648883
More Search Options
RSS Available
Matching Posts
Re: I would like to move the login from default to its own page or different page
FYI - I got a strange error by using "Login.aspx" - it did not occur in my local development environment, but it did occur on my hosted site (GoDaddy). It was solved by renaming the page to UserLogin.aspx (or anything but login.aspx) ~ Chris
Posted to
Personal Site Starter Kit
(Forum)
by
snowboarder888
on 4/7/2006
Re: moving site to godaddy.com virtual server
Has anyone been able to get the email from the PWS to work with GoDaddy? If so could you help me out? ~ Chris
Posted to
Personal Site Starter Kit
(Forum)
by
snowboarder888
on 4/7/2006
Re: refreshing part of page
Ajax
Posted to
Client Side Web Development
(Forum)
by
snowboarder888
on 4/4/2006
Re: modified personal_add.sql
SQL Server Management Studio will create DB scripts for you. If you only have SQL Express - there is an SQL Express version of the Management studio . ~ Chris
Posted to
Personal Site Starter Kit
(Forum)
by
snowboarder888
on 4/3/2006
Re: Popup box effect
use a <Div id="popup" class="popup"><table class="popuptable"></table></Div> and turn the display on and off when someone mouses over or clicks or however you want to toggle. css .popup { display:none; position here; } .popuptable { border,colors,width, etc. here } javascript function onmenuclick() { var pop = GetElementByID('popup'); if (pop.style.display == 'none') { pop.style.display = 'block'; } else { pop.style.display = 'none'; } } Something like this should work. ~
Posted to
Client Side Web Development
(Forum)
by
snowboarder888
on 3/31/2006
Re: New Account Security?
I don't know how the approval process works because I'm having trouble, myself, getting the email that is generated by the approval process, sent thru my SMTP server. I know that accounts aren't approved until the admin takes some sort of action, presumably after the email is received. With that said - you can cheat - like me - until you figure out the solution. Edit the record in the aspnet_membership table that corresponds to the user(s) in question and set the "ISApproved" column to 1 (True).
Posted to
Personal Site Starter Kit
(Forum)
by
snowboarder888
on 3/31/2006
Re: Make text in button Blink
IMHO blinking anything is obnoxious. Would making the buttons display only when appropriate be a better solution? Use a JavaScript function to toggle it if you don't want to post back to the server: function ShowButton() { if (show) { button.syle.display = 'inline' } else { button.style.display = 'none' } }
Posted to
Client Side Web Development
(Forum)
by
snowboarder888
on 3/31/2006
Re: How to reference a CSS file in a user control?
Why not just use in-line styles? ex: <sometag style="style1:value1;style2:value2;style3:value3" />
Posted to
Client Side Web Development
(Forum)
by
snowboarder888
on 3/31/2006
Re: How can I publish my website?
Did you get any detailed errors? Is this setting in your Web.Config - <customErrors mode=" Off "/> If not, set it to Off and it should display a more detailed error.
Posted to
Personal Site Starter Kit
(Forum)
by
snowboarder888
on 3/31/2006
Re: managing posts from multiple buttons
Try this: http://blogs.claritycon.com/blogs/kevin_marshall/archive/2006/03/16/310.aspx
Posted to
Client Side Web Development
(Forum)
by
snowboarder888
on 3/31/2006
Page 1 of 3 (27 items) 1
2
3
Next >
ASP.NET:
ASP.NET MVC 2 and Visual Studio 2010
ASP.NET:
Moving your ASP.NET Application to Windows Azure – Part II
Silverlight:
HVP – Core Scaffolding and Updated News
Channel 9:
TWC9: 2009 - The Year in Review
ASP.NET:
Tip#100: Did you know… How to view ASP.NET trace information?
ASP.NET:
Passing anonymous objects to MVC views and accessing them using dynamic
Channel 9:
Channel 9 Live at PDC09: Coding 4 Fun
Channel 9:
Channel 9 Live at PDC09: Stephen Toub
WindowsClient:
Mouse Gestures for Internet Explorer
Channel 9:
Controlling concurrency in Rx
Channel 9:
Dev Tools Ecosystem Summit Videos Available
WindowsClient:
Using Cerebrata's Cloud Storage Studio To Download IIS logs from Multiple Instances of Windows Azure
TechNet Edge:
TechNet Radio: Office 2007 Setup and Configuration (Part 1)
Channel 10:
How-To: Listen to Your Zune Pass Music on Your WinMo Phone
Channel 10:
Share Your Screen with SharedView
Channel 10:
Get Microsoft Tinker Game For Free
Channel 10:
LG eXpo WinMo 6.5 Unboxing Video
Channel 9:
ADFS 2.0 RC is Here!
Channel 10:
Bing Reference Updated with New Sidebar Features
Channel 10:
Look Behind SurfaceScapes
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online