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:622613
More Search Options
RSS Available
Matching Posts
Re: connection string stopped working
You still need to .Opem when using using. All using is is a wrapper around create and Dispose. Not sure about your config problem, I haven't used 2.0 yet. One thing I'd check is what you're getting back from AppSettings, if it is an empty string then there will be an issue with your config file.
Posted to
Data Access and ObjectDataSource Control
(Forum)
by
Aidy
on 12/6/2006
Re: connection string stopped working
Before you call ExeecuteNonQuery do this strConn.Open()
Posted to
Data Access and ObjectDataSource Control
(Forum)
by
Aidy
on 12/6/2006
Re: Page and Static Method. Help please.
Do they share the same namespace? If not then you will need to fully qualify the namespace or use a using keyword.
Posted to
Web Forms
(Forum)
by
Aidy
on 11/29/2006
Re: How to "include" (ASP).NET code (written in C#) into an classic ASP page? COM? But how?
You don't need to do much work, the tools do the most. To register your object as callable from COM you use regasm.exe This will create all the wrappers for you http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpconexposingnetframeworkcomponentstocom.asp
Posted to
Migrating from ASP to ASP.NET
(Forum)
by
Aidy
on 11/28/2006
Re: Date formating
If txtDate is the textbox the user types in and dateLabel is a label that reveives the converted date; System.Globalization.DateTimeFormatInfo dtfi = new System.Globalization.CultureInfo(Request.ServerVariables["HTTP_ACCEPT_LANGUAGE"], false ).DateTimeFormat; string dateText = txtDate.Text; dateLabel.Text = DateTime.Parse (dateText, dtfi).ToLongDateString();
Posted to
Localization
(Forum)
by
Aidy
on 11/17/2006
Re: ASP pages downloading instead of opening
ASP pages must be served by an IIS server. So you need to access them via; http://yourserver/yoursite/yourpage.asp where yoursite is a site you've set up on inside IIS on yourserver
Posted to
Getting Started
(Forum)
by
Aidy
on 11/16/2006
Re: asp.net version 1.1 web application deployment issue
What line is throwing the error?
Posted to
Configuration and Deployment
(Forum)
by
Aidy
on 11/16/2006
Re: Problems whith SQL query. I need to store ' char in sql database
You need to double the quotes to show it is a literal quote in the text INSERT INTO [View] (View_Name, View_Query) VALUES ('Henriks','Select app_Number as [Applikationsnummer], App_status as [Applikationstatus], Collector as [Insamlare] from Applikations WHERE App_Producer=''Adobe''') Note closely the last bit is WHERE App_Producer=[SINGLE QUOTE][SINGLE QUOTE]Adobe[SINGLE QUOTE][SINGLE QUOTE][SINGLE QUOTE])
Posted to
Getting Started
(Forum)
by
Aidy
on 11/16/2006
Re: how to do i queue incoming files for an import process
If you are developing on your own server you can use MSMQ. Save the uploaded file giving it a unique name then send an MSMQ message detailing the location of the file. A process then reacts when it sees a message in the queue and processes them one at a time.
Posted to
Web Forms
(Forum)
by
Aidy
on 11/15/2006
Re: how to do i queue incoming files for an import process
If you are developing on your own server you can use MSMQ. Save the uploaded file giving it a unique name then send an MSMQ message detailing the location of the file. A process then reacts when it sees a message in the queue and processes them one at a time.
Posted to
Web Forms
(Forum)
by
Aidy
on 11/15/2006
Page 1 of 71 (703 items) 1
2
3
4
5
Next >
...
Last »
TechNet Edge:
IT Manager Podcast #31: Talking About Virtualization
TechNet Edge:
System Center Operations Manager 2007 R2 – Service Level Dashboard part 1: Introduction
WindowsClient:
MSXML XHTML DTDs - making the web better
TechNet Edge:
How it works: Active Directory Rights Management Services
Channel 9:
Inside Windows 7: Recovering Windows from System Degradation and Boot Failures
Channel 10:
Ebay Launches IE8 Webslice for Holiday Shopping
Channel 10:
New Windows Smartphone Includes Built-in PowerPoint Projector
Channel 10:
Bing's Top Searches Reveal Our Celeb Obsessions
Channel 9:
Ping 39: Chrome is here, Dancing in MS Stores, Iphone & Bing
ASP.NET:
Building Twitter Search using the ASP.NET Ajax Library Beta – Part 1
Silverlight:
Using Azure as a Silverlight Streaming replacement
Silverlight:
Building extensible Silverlight applications with MEF
TechNet Edge:
Joachim Nässlander on Live Migration
ASP.NET:
T4MVC 2.6: MVC 2 Areas support
ASP.NET:
Script# Update - v0.5.5.0
Channel 10:
Difference between DirectX 10 and DirectX 11
Channel 10:
WHS Power Pack 3 Arrives
Channel 10:
ASUS Brings GUI to BIOS
ASP.NET:
Microsoft AJAX CDN – Now with SSL Support
Channel 9:
TWC9: XAML tools, Silverlight for Live Writer, Surface SDK,
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online