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:657299
More Search Options
RSS Available
Matching Posts
Re: What CMS do you all use?
I ran into the same thought train, and ended up deciding there was no .NET blogging platform that met all my needs. So I wrote my own.
Posted to
Free For All
(Forum)
by
SlackmasterK
on 1/13/2008
Re: Download
[quote user="kaushalparik27"]here is the referenced link.. Programmatically Download File from Remote Location to User Through Server [...] working fine for me... hope it helps./. [/quote] W00t, my site got referenced! I saw an incoming click and referenced back here. Hope it helps.
Posted to
Getting Started
(Forum)
by
SlackmasterK
on 12/19/2007
Re: Popup without Postback
Yeah, except the project is using a proprietary AJAX Toolkit replacement which obsoletes the Scriptmanager. Thus, there's nothing to register the script with :(
Posted to
Getting Started
(Forum)
by
SlackmasterK
on 6/8/2007
Popup without Postback
I'm working on a project that is being ported over to an ASP.NET AJAX layout. It needs to open a specific URL in a new window, but that URL has a dynamic querystring. Without the AJAX, this was a simple JavaScript script that was generated dynamically and added to the page. When the page refreshed, the new script popped up the window. Alas, with AJAX there is no postback, so no popup. I tried adding the script to a label, but it never executes as the page is done loading. So tell me, how can
Posted to
Getting Started
(Forum)
by
SlackmasterK
on 6/8/2007
Re: Completely dynamic SiteMap
Spiffy. Will have to give it a look. For now, I'm busy reveling in figuring out how to bypass GoDaddy's decision to prevent .mdb file uploads (Bypassed by creating an aspx file to do it for me!).
Posted to
Master Pages, Themes and Navigation Controls
(Forum)
by
SlackmasterK
on 5/14/2006
Re: Completely dynamic SiteMap
Just yesterday I tackled that very problem. I implemented a rather unorthodox (but still fast) method that simply builds the XML from scratch. Lazy me, I just used strings and System.IO.File.WriteAllText , but it works. Substitute your own conditions and values (obviously), but my implementation also solved your issue: string sitemap = "<?xml version=\"1.0\" encoding=\"utf-8\" ?>\r\n" + "<siteMap xmlns=\"http://schemas.microsoft.com/AspNet/SiteMap-File-1.0\">\r\n" + " <siteMapNode
Posted to
Master Pages, Themes and Navigation Controls
(Forum)
by
SlackmasterK
on 5/12/2006
Re: How to move web.sitemap
NP. Sorry I forgot to mention that detail :)
Posted to
Master Pages, Themes and Navigation Controls
(Forum)
by
SlackmasterK
on 5/11/2006
Re: keep selected menu pick highlighted
Sorry, wrong line. (No edit button here?) Meant this. Static = root level, Dynamic = sub levels. < StaticSelectedStyle BackColor ="#00c0ff" /> < DynamicSelectedStyle BackColor ="#00c0ff" />
Posted to
Master Pages, Themes and Navigation Controls
(Forum)
by
SlackmasterK
on 5/11/2006
Re: keep selected menu pick highlighted
Within the <asp:menu...> block, try this... Change values accordingly, but this won't keep dynamic submenus open after clicks. < DynamicHoverStyle BackColor ="#666666" ForeColor ="White" /> < DynamicMenuStyle BackColor ="#E3EAEB" />
Posted to
Master Pages, Themes and Navigation Controls
(Forum)
by
SlackmasterK
on 5/11/2006
Re: How to move web.sitemap
Have you tried this in web.config: < siteMap > < providers > < add name = " SiteMap " siteMapFile = "app_data/ Web1.sitemap " description = " SiteMapDesc " type = " System.Web.XMLSiteMapProvider " /> </ providers > </ siteMap > </ system.web >
Posted to
Master Pages, Themes and Navigation Controls
(Forum)
by
SlackmasterK
on 5/11/2006
Page 1 of 2 (11 items) 1
2
Next >
Silverlight:
ASP.NET 4, ASP.NET MVC, and Silverlight 4 Videos of my Talks in Europe
Channel 10:
Faster Solid State Drives for Windows 7 Arrive
ASP.NET:
Death to confirmation dialogs with jquery.undoable
Channel 9:
E2E: Brian Beckman and Erik Meijer - Co/Contravariance in Physics and Programming, 1 of 2
TechNet Edge:
Windows Server 2008 R2 Quick Look #3 - PowerShell V2
ASP.NET:
2009 Blogged - Greatest Hits
WindowsClient:
2009 Blogged - Greatest Hits
Channel 9:
Nikolaj Bjørner and Leonardo de Moura: The Z3 Constraint Solver
Channel 9:
MEF & Silverlight 4 Beta - Part 2, Imports & Exports
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
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online