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:275377
More Search Options
RSS Available
Matching Posts
Re: Sub across files
2 basic ways to do this.... 1) put the method in a class (in app_code) as a shared method and call it from all the pages code. 2) put the method in a base class (that inherits from Page) and then change all your pages to Inherit this new class, it will be accessible to all your pages natively.
Posted to
Getting Started
(Forum)
by
Curt_C
on 11/25/2009
Re: How can I achieve ACID on the web page or csharp code page?
First off....no idea what ACID is, but it sounds like you want transactional SQL. Just dim up a SqlTransaction and pass it in with all your queries with a Start/Rollback/Commit call at the end after you check for errors.
Posted to
Web Forms
(Forum)
by
Curt_C
on 11/25/2009
Re: Sub across files
A search here (or your fav search engine) on Base Page will get you option #2. As for option #1..... there really isn't much to show, I'd suggest looking into a starter kit or sample apps (in the downloads section here) for examples of basic functionality.
Posted to
Getting Started
(Forum)
by
Curt_C
on 11/25/2009
Re: how to save .pdf file or .jpg?
Either way is acceptible. These days I prefer to store it in the DB. It allows you easier security as well as being able to version control it, not to mention that if you move the site you dont have to reconstruct the file structure. Oh, it also allows you to have 2 files with the same name...... It used to be a performance issue, but these days its really a non-issue.
Posted to
Web Forms
(Forum)
by
Curt_C
on 11/25/2009
Re: Timeout problem in FTPWebRequest
You should probably hit up the MSDN forums. The ones here are really for Asp.Net based stuff. You should get a lot more assistance over there.
Posted to
Getting Started
(Forum)
by
Curt_C
on 11/20/2009
Re: Timeout problem in FTPWebRequest
Are you doing this in an Asp.net app or a desktop/console app? Either way, my guess is that you're exceeding memory limitations.
Posted to
Getting Started
(Forum)
by
Curt_C
on 11/18/2009
Re: Disable folder listing...
Easy way is just to use the App_Data folder, it's automatically protected. Otherwise, just drop a default file in the folder with a redirector, but if it's not a true protected folder, like App_Data they can still point directly to your .xml and download it (scary thought).
Posted to
Configuration and Deployment
(Forum)
by
Curt_C
on 11/13/2009
Re: Using button OnClick function
[quote user="gdelaney"] < button type ="button" onclick ="file:///server/servershare$" class ="Button1" > button text [/quote] You'll need the window.open() around the file:/// call.
Posted to
Getting Started
(Forum)
by
Curt_C
on 11/10/2009
Re: Using button OnClick function
you can probably just do " \\server\share\folder\ " but you can also do " fi le:///server/share "
Posted to
Getting Started
(Forum)
by
Curt_C
on 11/9/2009
Re: How to download a generated file?
What you are after is called Streaming. It's a common practice. Start with some research on File Streaming and if you get stuck post here.
Posted to
Getting Started
(Forum)
by
Curt_C
on 11/2/2009
Page 1 of 458 (4574 items) 1
2
3
4
5
Next >
...
Last »
ASP.NET:
Silverlight and RIA Services: Implementing Search
Channel 9:
C9 Lectures: Brian Beckman - Covariance and Contravariance in Physics 1 of 1
Channel 9:
Set Your Data Free
Channel 9:
Implementing a Silverlight SharePoint WebPart with Visual Studio 2010
WindowsClient:
New WPF Showcase Addition: Enterprise
Channel 9:
Reactive Extensions API in depth: Contract
WindowsClient:
Concluding "New WPF Features" Series
WindowsClient:
Introduction to TestApi – Part 5: Managed Code Fault Injection APIs
ASP.NET:
T4MVC now has a real home and a dedicated forum!
TechNet Edge:
Windows Server 2008 R2 : New Power Management Features
ASP.NET:
Web Deployment Painkillers: VS 2010 & MS Deploy
WindowsClient:
Application Accessibility Testing
WindowsClient:
Prism & WCF RIA Services
Channel 9:
Sharepoint 2010 and Claims-Based Identity
WindowsClient:
IRhetoric Ported To BlogEngine.NET
WindowsClient:
PDC Recap and More
Channel 9:
Reactive Extensions API in depth: Primitives
WindowsClient:
New WPF Features: MultiTouch
WindowsClient:
codeplex.com/testapi v 0.4 available
Channel 9:
The Visual Studio Documentary - Alan Cooper, the Father of Visual Basic
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online