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:141900
More Search Options
RSS Available
Matching Posts
Re: Login once for separate applications
check the web.config section for < forms name = " .DOTNETNUKE " protection = " All " timeout = " 60 " cookieless = " UseCookies " /> where it says .DOTNETNUKE in my example, make sure both your apps have the same "NAME" there. I assume you have both apps hitting the same set of users and passwords, from a db?
Posted to
Security
(Forum)
by
christoc
on 11/18/2008
Re: How to include css and javascript files in a webform?
Are you putting the <link HTML tags into a page, or are you trying to nest them inside of another control?
Posted to
Web Forms
(Forum)
by
christoc
on 3/4/2008
Re: have a problem to pass parameter to my javascript function.
What if you make the textbox visible but hide it through a CSS style suck as .HiddenClass { display:none; } and put cssclass="HiddenClass" in your textbox definition?
Posted to
Client Side Web Development
(Forum)
by
christoc
on 3/4/2008
Re: How to use the file field control to upload only images in an aspx page?
Glad you finally got it working Karthik
Posted to
Web Forms
(Forum)
by
christoc
on 3/4/2008
Re: Access denied when IIS application is trying to access share folder of another machine
What user are you giving access to the folder? Is it the same user that the IIS process is running under?
Posted to
Security
(Forum)
by
christoc
on 3/4/2008
Re: How to use the file field control to upload only images in an aspx page?
System.IO. Path .GetFileNameWithoutExtension
Posted to
Web Forms
(Forum)
by
christoc
on 3/4/2008
Re: Search Engine
If you're using SQL server take a look at SQL Server's Full Text indexing, it is a great built in searching mechanism.
Posted to
Getting Started
(Forum)
by
christoc
on 3/4/2008
Re: How to use the file field control to upload only images in an aspx page?
You could also use string filename = Path.GetFileNameWithoutExtension(fileThumbnail.PostedFile.FileName); I would assume there's a GetFileName method you can pass the PostedFile.Filename to as well
Posted to
Web Forms
(Forum)
by
christoc
on 3/4/2008
Re: How to use the file field control to upload only images in an aspx page?
You can access it with PostedFile.FileName
Posted to
Web Forms
(Forum)
by
christoc
on 3/4/2008
Re: How to use the file field control to upload only images in an aspx page?
You basically pass the SaveAs() your Path So if you want to save it to c:\inetpub\wwwroot\mywebsite\images\ SaveAs("c:\inetpub\wwwroot\mywebsite\images\filename.extension")
Posted to
Web Forms
(Forum)
by
christoc
on 3/3/2008
Page 1 of 138 (1373 items) 1
2
3
4
5
Next >
...
Last »
Channel 9:
TWC9: XAML tools, Silverlight for Live Writer, Surface SDK,
Channel 9:
C9 Conversations: Brian Beckman on Complexity [C9 Conversations: Brian Beckman on Complexity]
Channel 10:
Black Friday Deals on Windows 7 Machines
Channel 10:
Holiday Shopping on Bing Cashback = Big Online Savings
Channel 10:
Black Friday Deals at the Microsoft Store
Channel 10:
Incredible Black Friday Deal: Windows 7 Notebook for $197
ASP.NET:
Presenting in Europe Next Week
TechNet Edge:
AlignIT IT Manager Podcast #30 - Straight Talk about Windows 7
WindowsClient:
You know your post rate has gone down...
Silverlight:
Geek Profiles – Scott Guthrie
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
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online