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:638690
More Search Options
RSS Available
Matching Posts
Re: How to make my page secure (https) using SSL
Here is a component that will do that http://www.codeproject.com/KB/web-security/WebPageSecurity_v2.aspx
Posted to
Security
(Forum)
by
whighfield
on 11/7/2009
Re: Getting a Virtual Path from Web or Executable
Why not store the settings in a database rather than a file?
Posted to
Web Forms
(Forum)
by
whighfield
on 11/6/2009
Re: jQuery - Loading div content dynamically from page method.
You cannot build/use asp.net controls like this as they need to be registered with the page when the page is rendered. You will have to use regular Html elements and access them the old school way using the Request object.
Posted to
Client Side Web Development
(Forum)
by
whighfield
on 10/27/2009
Re: FileUpload problems
Have you written the contents of the Server.MapPath( "~/Members/photos/" + c + fileExt)) to the browser to see what the path is? Try using Response.Write to output it to the Browser and inspect the path to see if it's valid.
Posted to
Web Forms
(Forum)
by
whighfield
on 10/14/2009
Re: unzipping a zip file
What program did you use to create the zip file?
Posted to
C#
(Forum)
by
whighfield
on 10/13/2009
Re: Dynamically create a scrollable table at runtime
I just tried it and it worked for me, is the textarea nested in a type of data list control, ie. Repeater, GridView, etc? That might be your problem if so.
Posted to
Getting Started
(Forum)
by
whighfield
on 10/13/2009
Re: web server out of service
I believe that inorder to do that you need to have Front Page Extensions installed or enabled on the server. Check with your hosting company or your admin
Posted to
Visual Studio 2008
(Forum)
by
whighfield
on 10/12/2009
Re: Dynamic Image
<img src='<%(Session("Image") %>' /> You can use the single quote for this too. FYI storing an image object in the session is a bad idea, if the site is popular you site will go down pretty fast.
Posted to
Getting Started
(Forum)
by
whighfield
on 10/12/2009
Re: Force IE8 to render in IE8 standard mode
[quote user="Caesar X"]I have tried to set the X-UA-Compatible to IE=8 but the local "Display intranet sites in Compability View" overrides it.[/quote] The local browser settings will always override what you put on the page, which makes sense.
Posted to
Configuration and Deployment
(Forum)
by
whighfield
on 10/12/2009
Re: unzipping a zip file
[quote user="sumitravi"]fielname is the name of uploaded file..[/quote] Where do you get the filename from? When the file is uploaded using the fileupload control are you saving the file to the file system before you try and unzip the file or are you taking the file name from the fileupload control directly?
Posted to
C#
(Forum)
by
whighfield
on 10/12/2009
Page 1 of 120 (1200 items) 1
2
3
4
5
Next >
...
Last »
Channel 9:
C9 Lectures: Dr. Erik Meijer - Functional Programming Fundamentals Chapter 9 of 13
TechNet Edge:
Managing Your Virtual World - Tech Focus November 2009 Part 2
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
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online