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:715323
More Search Options
RSS Available
Matching Posts
Re: How to use asp.net with dreamweaver CS3?
In Dreamweaver MX 2004, you do this: (I expect CS3 is even better) Help > Getting Started > Set up for ASP.NET sample site also Help > Using Dreamweaver > Search tab > type "ASP.NET" > List Topics
Posted to
Macromedia Dreamweaver MX
(Forum)
by
LockH
on 8/10/2009
Re: If Statement Help
[quote user="IHateYanks"] ... no problem with the code until i run it ... [/quote] That's a familiar story.
Posted to
Data Presentation Controls
(Forum)
by
LockH
on 9/2/2008
Re: recieving a submission date from a form
Easiest way to get time now into database insert or update is to use the sql function getdate() for instance update Mytable set somefield = @sometext, datesubmitted = getdate();
Posted to
Web Forms
(Forum)
by
LockH
on 9/2/2008
Re: Insert Query
I think it would be best to create the employee record at the same time as the aspnet_users record, put the userid on both.
Posted to
SQL Server, SQL Server Express, and SqlDataSource Control
(Forum)
by
LockH
on 9/2/2008
Re: Insert Query
Maybe I misunderstood, but I assumed that each employee had both a userid and an empoyee_id? If that is right, I would expect to see one table - probably employee - that had both the userid and employee_id, so as to connect them together.
Posted to
SQL Server, SQL Server Express, and SqlDataSource Control
(Forum)
by
LockH
on 9/2/2008
Re: Insert Query
Do you have a table that has both UserId and emp_Id?
Posted to
SQL Server, SQL Server Express, and SqlDataSource Control
(Forum)
by
LockH
on 9/2/2008
Re: urgent help!
[quote user="vagz"] My question is to LockH, if it is possible to have ASPNETDB_users table into my own database so how is that possible how do we do that, plz tell me. regards Vagz [/quote] I thought this was in the security tutorials, but maybe I remembered wrong. In SQL management studio, connect to the aspnetdb, then you can generate scripts to create the tables. Connect to your own database, create the aspnet_Users and other tables. You also have to change your web.config so that membership
Posted to
SQL Server, SQL Server Express, and SqlDataSource Control
(Forum)
by
LockH
on 8/27/2008
Re: Updating Database on Hosts Server
Open SQL (express) Management Studio on your pc, connect to the database on your host (IP address in server name, Authentication = SQL server authentication, User name and password), and edit or create tables, execute insert/update etc, as if it was on your own pc. PS Ask your host support people for help if necessary - you are paying for it.
Posted to
SQL Server, SQL Server Express, and SqlDataSource Control
(Forum)
by
LockH
on 8/25/2008
Re: urgent help!
By default, user login details are stored in database ASPNETDB.MDF in App_Data folder. See tables aspnet_users, aspnet_membership, and aspnet_Applications, aspnet_Roles, aspnet_UsersInRoles I suggest you look at the security tutorials www.asp.net/learn/security These include useful pages you can copy into your application, and show you ways to hold additional user information if required. You can also move the aspnet_Users etc tables into your main database, instead of using the ASPNETDB, if you
Posted to
SQL Server, SQL Server Express, and SqlDataSource Control
(Forum)
by
LockH
on 8/25/2008
Re: PageSize in GridView inconsistant
Ah, so are you doing custom paging, with code to only select the correct 11 records and pass them to the gridview? If so, I guess there is or was a little buglet in your code, rather than in the gridview. If you are getting the same number of records each time now, are you sure you are getting all the records? Not missing the first one, or the first on each page?
Posted to
Data Presentation Controls
(Forum)
by
LockH
on 8/22/2008
Page 1 of 58 (575 items) 1
2
3
4
5
Next >
...
Last ยป
ASP.NET:
How the IIS SEO Toolkit Saved My Butt
ASP.NET:
Using WCF RIA Services without Silverlight in Visual Studio 2010 for building 3 tier ASP.NET Applications
Channel 9:
Ping 41: Top stories of 2009, bing, windows 7, laptop hunters, azure
Channel 9:
endpoint.tv - Windows Server AppFabric in action monitoring and troubleshooting
Channel 10:
Windows Marketplace for Mobile Opens to 6.0, 6.1 Phones
Channel 9:
Rx API in depth: Hot and Cold observables
ASP.NET:
Back in Business
TechNet Edge:
Hacking Windows 7 Interview
WindowsClient:
Windows Client Developer Roundup for 12/14/2009
Channel 9:
TWC9: Silverlight Web cam apps, VS extensibility, Explorer shell extensions
ASP.NET:
Visual Studio Project Sample Loading Error: Assembly could not be loaded and will be ignored. Could not load file or assembly or one of its dependencies. Operation is not supported. (Exception from HRESULT: 0x80131515)
WindowsClient:
Working with Windows 7 Taskbar Thumbnail Buttons with WPF 4
WindowsClient:
overflow:hidden -- a fix to a CSS problem
TechNet Edge:
Empowering your teams with SharePoint
TechNet Edge:
TechNet Radio: Expert presents: Creating and Executing a Comprehensive 2007 Office Deployment
ASP.NET:
ViewModel Pattern for Silverlight - Options for Hooking a View to its Model
Channel 9:
Rx API in depth: Concat, Catch and OnErrorResumeNext
Channel 10:
PowerPoint Twitter Tools Updated
Channel 10:
Windows Live Messenger Arrives on Nokia Phones
Channel 9:
Peer to Peer Series Part 7: PeerChannel Basics
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online