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:785954
More Search Options
RSS Available
Matching Posts
Re: string to htmlinputfile
No it won't work. Until you post the file, you can't type cast your file name into postedfile. And i should ask you why you want to save the files once again in server which is already uploaded and saved?
Posted to
Web Forms
(Forum)
by
ezhillmaran
on 9/12/2009
Re: FileUpload
there is no way to specify other project's physical path. you need to save full phyical path in web.config or any other configuration file.
Posted to
Getting Started
(Forum)
by
ezhillmaran
on 9/11/2009
Re: Call web page from user control
Yes you can call aspx page from user control. Your error seems, there is a problem in your url. check your relative url whether there is file exist in the specified path or try to give absolute url and check.
Posted to
Web Forms
(Forum)
by
ezhillmaran
on 9/11/2009
Re: FileUpload
add this following line in your webconfig file under appsettings tag. <add name="OtherServerpath" Value="c:\test\images\" /> you can get this value in code String otherUrl= ConfigurationManager.AppSettings["OtherServerpath"]; then append your filename and save it.
Posted to
Getting Started
(Forum)
by
ezhillmaran
on 9/11/2009
Re: Thread abort Exception
There are lots of threads will be running in background. I guess your upload and process operation generates internal error and that is causing to abort any thread running in background. try to debug your application by inserting breakpoints and step by step execution.
Posted to
Web Forms
(Forum)
by
ezhillmaran
on 9/11/2009
Re: FileUpload
ImageUrl doesn't support phyical path it requires URL (eg: http://test/images/image1.png)
Posted to
Getting Started
(Forum)
by
ezhillmaran
on 9/11/2009
Re: What will happen if exception is happening in finally black ??
check for null condition of con.
Posted to
Getting Started
(Forum)
by
ezhillmaran
on 9/11/2009
Re: Call web page from user control
Have you tried by giving full URL? (eg http://yoursite.com/page/page.aspx)
Posted to
Web Forms
(Forum)
by
ezhillmaran
on 9/11/2009
Re: Checkbox ASP .net 3.5
can you post your code?
Posted to
Getting Started
(Forum)
by
ezhillmaran
on 9/11/2009
Re: Page_Load Event fires twice
check your javascript file whether your reloading page anywhere. also do the same for files that you've included. Prefer don't include asp files in asp.net unless you can't convert it to asp.net.
Posted to
Web Forms
(Forum)
by
ezhillmaran
on 9/11/2009
Page 1 of 28 (276 items) 1
2
3
4
5
Next >
...
Last »
WindowsClient:
Build WPF Data Controls for Outlook Addins Easily with VS2010
Channel 9:
Channel 9 Live at PDC09: .Net Rocks Part 2
Channel 9:
Channel 9 Live at PDC09: .Net Rocks Part 1
Channel 9:
Channel 9 Live at PDC09: Wei Zhu (Facebook)
WindowsClient:
WPF Manipulation Basics
ASP.NET:
High CPU in .NET app using a static Generic.Dictionary
TechNet Edge:
Deploying Silverlight - Why and How
WindowsClient:
Windows Client Developer Roundup for 12/21/2009
Silverlight:
4 Calendars & Plans for 2010 / 5770
ASP.NET:
ASP.NET MVC 2 and Visual Studio 2010
ASP.NET:
Moving your ASP.NET Application to Windows Azure – Part II
Silverlight:
HVP – Core Scaffolding and Updated News
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
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online