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:684999
More Search Options
RSS Available
Matching Posts
Re: How to send zip to client after successful sql insertion?
Either Wirte a hyperlink to the page that links to the Zip file or Send the zip file as a response. Response.ContentType = "application/zip" Response.AppendHeader("Content-Disposition", "attachment; filename=Report.zip") Response.TransmitFile(Server.MapPath("~/" + zipname + ".zip")) Response.End();
Posted to
Web Forms
(Forum)
by
martinbeeby@hotmail.com
on 8/26/2008
Re: Visual Basic
Try the Personal Starter kit. That is a good one to get you going and has a VB version.
Posted to
Getting Started
(Forum)
by
martinbeeby@hotmail.com
on 8/4/2008
Re: Define a variable from a class
You want to use a c# structure in your javascript code? No i don't think there is an easy way to do that. You'd need to code the stucture in Javascript. Please expand on what your trying to achive, because I might be misunderstanding what you want to do.
Posted to
Client Side Web Development
(Forum)
by
martinbeeby@hotmail.com
on 8/4/2008
Re: Margins, scrollbar-face-color is not a known CSS property name
The solution is sadly...Don't use it. scrollbar-face-color is an Internet Explorer/Opera Only property and is not supported by firefox. Therfore you are getting the validation error because it's not standard CSS.
Posted to
Client Side Web Development
(Forum)
by
martinbeeby@hotmail.com
on 8/4/2008
Re: Marginheight is not valid attribute of element of body
Instead of adding marginheight="0" marginwidth="0" leftmargin="0" topmargin="0" bgcolour and text to the body tag. Add style="margin-left:0px; margin-right:0px; margin-top:0px; margin-bottom:0px;" and you could also add "color:#000000; background-color:#ffffff;" So it should be: <body style="margin-left:0px; margin-right:0px; margin-top:0px; margin-bottom:0px; color:#000000; background-color:#ffffff;" onload="preloadImages
Posted to
Client Side Web Development
(Forum)
by
martinbeeby@hotmail.com
on 8/4/2008
Re: C#, ASP, WEB - Error
Hey Make sure your test.cs is in the app_code folder.
Posted to
Getting Started
(Forum)
by
martinbeeby@hotmail.com
on 8/4/2008
Re: Change label text outside update panel with master page
Did this answer your question?
Posted to
ASP.NET AJAX Discussion and Suggestions
(Forum)
by
martinbeeby@hotmail.com
on 7/30/2008
Re: xml to a dataset
Did we answer your question?
Posted to
XML and XmlDataSource Control
(Forum)
by
martinbeeby@hotmail.com
on 7/30/2008
Re: Response.write and response.redirect working together.
In 1.1 you'll need to access the head section somehow and add the Meta Tag. It's been alongtime since i used 1.1 and I can't remember how to do it. My original Javascript solution may be a better way to solve this problem.
Posted to
Web Forms
(Forum)
by
martinbeeby@hotmail.com
on 7/30/2008
Re: Response.write and response.redirect working together.
Put the code I suggested in your If statements.
Posted to
Web Forms
(Forum)
by
martinbeeby@hotmail.com
on 7/27/2008
Page 1 of 3 (30 items) 1
2
3
Next >
Channel 9:
Nikolaj Bjørner and Leonardo de Moura: The Z3 Constraint Solver
Channel 9:
MEF & Silverlight 4 Beta - Part 1, Introduction
WindowsClient:
The (Near) Final Word on Multi-Monitor Taskbars for Windows 7 - Ultramon vs. DisplayFusion
WindowsClient:
Looking back at 2009, and forward to 2010
Silverlight:
Polling Video – A Viable sub-second alternative?
TechNet Edge:
Windows Server 2008 R2 Quick Look #2 - Active Directory Recycle Bin
Channel 10:
I'm a Windows 7 PC Themes
Channel 10:
24 Years of Windows Box Art
WindowsClient:
Silverlight tutorial: HOW TO build CommandLink Control in Silverlight with Expression Blend 3 and Behaviors
ASP.NET:
Converting an RGB Color To Hex With JavaScript
Silverlight:
Silverlight HVP Design – Configuration & Scenarios
Channel 9:
Channel 9 Live at PDC09: Day 3 Welcome
Channel 9:
Channel 9 Live at PDC09: TWoC9 Day 3
Channel 10:
Microsoft's Mobicast: Stiched Cell Streams
Channel 10:
Festive Bing
TechNet Edge:
How Microsoft Reduces Operational Risk through Business Continuity Management
Channel 9:
Jeffrey Van Gogh and Bart De Smet: Inside System.Interactive
WindowsClient:
Runtime Fault Injection using TestAPI
TechNet Edge:
TechNet Radio: Community Corner with John Weston (Episode 1)
TechNet Edge:
Windows Firestarter Events (Part 3 of 5): IE8 - Browse the Web in Style!
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online