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:658665
More Search Options
RSS Available
Matching Posts
I'm building a online test website under asp.net2.0 and it requires a timer for each tester, is there any good suggestion?
I'm building a online test website under asp.net2.0 and it requires a timer for each tester, is there any good suggestion? For example, there are 20 questions, whenever the user finishs a question, he clicks the next button to go to the next question to continue. So i cannot simply use javascript. I thought about using session timeout value, is it accurate enough? Or is there any better suggestions? thx. Tom
Posted to
Web Forms
(Forum)
by
lostlander
on 3/9/2008
Re: Make Enter Key execute the Login action
Pls refer to : http://forums.asp.net/thread/1387760.aspx http://forums.asp.net/thread/1387760.aspx Regards.
Posted to
Security
(Forum)
by
lostlander
on 10/16/2006
Re: How to change the validation for password in login control of vs2005?
Pls read this: Changing the Password Complexity in ASP.NET V2.0 And here is an example: http://davidhayden.com/blog/dave/archive/2004/09/25/501.aspx Regards.
Posted to
Security
(Forum)
by
lostlander
on 10/16/2006
Re: Redirecting a users based on role..... NEED HELP
Select your login control , then go to the property window , make sure you can see all the events by clicking the "Flash" button on top of the property window, then you can see the LoggedIn event. Double click it on the right blank cell, it will take you to the code where you should insert the code above.
Posted to
Security
(Forum)
by
lostlander
on 10/15/2006
Re: Multiple Logon pages
Pls read this: http://www.devhood.com/tutorials/tutorial_details.aspx?tutorial_id=433 http://www.experts-exchange.com/Programming/Programming_Languages/Dot_Net/ASP_DOT_NET/Q_21167647.html Regards.
Posted to
Security
(Forum)
by
lostlander
on 10/15/2006
Re: Redirecting a users based on role..... NEED HELP
Pls follow the steps below: 1, Setup the role system. For details, pls see: http://aspnet.4guysfromrolla.com/articles/121405-1.aspx and http://quickstarts.asp.net/QuickStartv20/aspnet/doc/security/membership.aspx#roles 2, Add corresponding roles to specified roles. 3, On the LoggedIn event of the login control, do this: If ( Roles.IsUserInRole(username, rolename)) { Response.Redirect("helo.aspx"); } else Response.Redirect("world.aspx"); Regards.
Posted to
Security
(Forum)
by
lostlander
on 10/15/2006
Re: Form Authentication - images/styles does not load on the login page!!
Simply change the authorization of image file etc using <location> tag. Or it's elegant for you to place image files under an 'images' folder, then you can use location tag to authorize the folder for all people. For example: < system.web > < authorization > < deny users ="?"/> </ authorization > </ system.web > < location path ="image.jpg"> < system.web > < authorization > < allow users ="*"/> <
Posted to
Security
(Forum)
by
lostlander
on 10/15/2006
Re: CreateUserWizard auto login after create
What you only do is to make sure the property " LoginCreatedUser " of createuserwizard is set to be true. You don't need to validate it by code. The control complete all the stuff for u. Regards.
Posted to
Security
(Forum)
by
lostlander
on 10/15/2006
Re: menu view
Yes you can! Pls follow these articles: http://msdn2.microsoft.com/en-us/library/ms178426.aspx http://www.codeproject.com/aspnet/MutlipleSiteMap.asp And, here you can find lots of topics related to sitemap: http://weblogs.asp.net/scottgu/archive/2005/11/20/431019.aspx As for keeping the menu expanded, pls read this: http://msdn2.microsoft.com/en-us/library/system.web.ui.webcontrols.menu.staticdisplaylevels.aspx http://msdn2.microsoft.com/en-us/library/system.web.ui.webcontrols.menu.maximumdynamicdisplaylevels
Posted to
Master Pages, Themes and Navigation Controls
(Forum)
by
lostlander
on 10/15/2006
Re: Error Image Appearance In Masterpage
Make sure you have used Absolute image path instead of relative path. If it doesn't help, read this: http://forums.asp.net/thread/1377014.aspx Regards.
Posted to
Master Pages, Themes and Navigation Controls
(Forum)
by
lostlander
on 10/15/2006
Page 1 of 61 (607 items) 1
2
3
4
5
Next >
...
Last »
Channel 9:
Fishbowl for Facebook
WindowsClient:
Free Embeddable Fonts for your WPF Applications
ASP.NET:
Program Manager Position on the ASP.NET PM team
Channel 10:
Microsoft Teams Up with Nielsen
Channel 10:
What Azure Looks Like
ASP.NET:
Orchard team looking for a new developer
Channel 10:
Student Discount on Office 2008 for Mac Now Available
WindowsClient:
Surface SDK 1.0 SP1 supports XNA Game Studio 3.0 and later
WindowsClient:
TestAPI 0.4 Released
Channel 9:
Using the SharePoint Business Data Connectivity Designer in VS 2010
Channel 9:
10-4 Episode 36: Windows Server AppFabric and Workflow Services Lab
WindowsClient:
New WPF Features: DatePicker\Calendar\VSM\Datagrid
Channel 9:
Corrinne Yu: Principal Engine Architect, Halo Team Microsoft
TechNet Edge:
IT Pro Momentum y Evidencias
Channel 10:
Xbox Goes Social with Facebook, Twitter, and Zune Integration
ASP.NET:
Enabling the ASP.NET Ajax script loader for your own scripts
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
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online