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:716403
More Search Options
RSS Available
Matching Posts
Re: Problem with the SQL Server 2005 connection
If you need to enable "named pipes", you find this in your SQL Server Configuration Manager. Start -> Programs ->SQL Server 2005 ->Configuration Tools -> Sql Server Config Manager Now choose "Sql Servr 2005 Network Configuration, then choose named pipes and there will be an option to enable them. As far as connection strings, the best place to get good examples is www.connectionstrings.com If you need more help, please send me a little more information the the problem along
Posted to
SQL Server, SQL Server Express, and SqlDataSource Control
(Forum)
by
n.ellsworth
on 8/3/2007
Re: Trouble ticket ID in email
I figured it out. Here's what I did. When I inserted the new record into the DB for the new Trouble Ticket, I returned the Identity field of the new record. Then I assigned it to a variable in my code to be later used as a concatenated string for the subject line of the email message.
Posted to
Web Forms
(Forum)
by
n.ellsworth
on 8/1/2007
Trouble ticket ID in email
I am working on a webpage that will send an email notifying the network administrator of problems. I would like to include the "ticketID" from the DB in the subject line but cannot figure out how to make it work. Any ideas? Thanks
Posted to
Web Forms
(Forum)
by
n.ellsworth
on 7/31/2007
Re: Identity Specification (Is Identity) - Yes
You do not need to assign a value to an identity field. It will automatically create an auto incrementing value, normally starting with1 and increasing by one each new record. Good luck
Posted to
Getting Started
(Forum)
by
n.ellsworth
on 7/21/2007
Re: updating numeric(18,2) from formview/sqldatasource vb.net method?
The proble is the datatype you are using (Integer). Integers do not include decimals. You need to use "float" or "money" in SQL server if you want to use a decimal. Use a "single" or a "double" datatype in the VB code good luck
Posted to
Data Presentation Controls
(Forum)
by
n.ellsworth
on 7/21/2007
Re: Cells for content
You can, these two articles may help. http://aspnet.4guysfromrolla.com/articles/072804-1.aspx http://aspnet.4guysfromrolla.com/articles/081104-1.aspx Good lucki
Posted to
Getting Started
(Forum)
by
n.ellsworth
on 7/21/2007
Re: How to add user to Role programatically
You need to used the AddUserToRole stored procedure
Posted to
Security
(Forum)
by
n.ellsworth
on 7/21/2007
Re: Problem with the SQL Server 2005 connection
You ned to enabled named pipes for your sql server. Right-click on MyComputer on the server and choose "manage" then choose the SQL server snapin, then you you see network configurations....simple enabled named pipes and you should be good to go. It also doesn't hurt to enable TCP/IP Good luck
Posted to
SQL Server, SQL Server Express, and SqlDataSource Control
(Forum)
by
n.ellsworth
on 7/21/2007
Re: cange the connectionstring!!!!
I have found www.connectionstrings.com to be very helpful in these situations. If you are using a SQL server instead of express, there are some major differences. SQL express stores a file in the APP_DATA folder where SQL Server does not. I use the following for my SQL server connection string connectionString = " Data Source=servernameoraddress;Initial Catalog=DB Name;User ID=userid;Password=password" If you are using SQL express, make sure the instance name are the same or there are wizards
Posted to
Getting Started
(Forum)
by
n.ellsworth
on 7/21/2007
Re: user controls and external css file
One thing you might check that has got the best of me at times is the URL for the stylesheet. The way you have written it, the stylesheet and the aspx files must exists within the same directory. If not, the stylesheet will not be applied because it is not found. The sad thing is you will not get any error messages because of it. Another possiblity is that the style you defined within the user control is overriding the external style sheet. An External style sheet is overridden by an internal style
Posted to
Master Pages, Themes and Navigation Controls
(Forum)
by
n.ellsworth
on 7/20/2007
Page 1 of 5 (41 items) 1
2
3
4
5
Next >
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
ASP.NET:
Moving your ASP.NET Application to Windows Azure – Part I
TechNet Edge:
Windows Server 2008 R2 Quick Look- Installing the Migration Tools
WindowsClient:
My latest videos – WPF, Silverlight, Sensors, and PDC09
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online