The Artima Developer Community
Sponsored Link

.NET Buzz Forum
DialogWindow for ASP.NET

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Peter G Provost

Posts: 849
Nickname: pprovost
Registered: Aug, 2003

Peter G Provost is a Solution Architect for Interlink Group in Denver, CO.
DialogWindow for ASP.NET Posted: Sep 18, 2003 10:33 AM
Reply to this message Reply

This post originated from an RSS feed registered with .NET Buzz by Peter G Provost.
Original Post: DialogWindow for ASP.NET
Feed Title: Peter Provost's Geek Noise
Feed URL: /error.aspx?aspxerrorpath=/Rss.aspx
Feed Description: Technology news, development articles, Microsoft .NET, and other stuff...
Latest .NET Buzz Posts
Latest .NET Buzz Posts by Peter G Provost
Latest Posts From Peter Provost's Geek Noise

Advertisement

Andy Smith took Jesse Ezell's ASP.NET dialog stuff and ran away with it. I downloaded and played with Jesse's code and it was cool, but it wasn't very easy to get started with. What Andy has provided is about the coolest ASP.NET thing since sliced bread.

If you try the code and run into a strange 404 error, that is because you need to add the following to your web config so the dialog box knows where to find it's icons:

<httpHandlers> 

<add verb="*" path="MetaBuilders_DialogWindow.axd"
type="MetaBuilders.WebControls.DialogImageHandler,
MetaBuilders.WebControls.DialogWindow" />
</httpHandlers>

(There is a line break in the type attribute that I added for readability. Remove it when you use this code.)

So now I have a problem. The .axd file isn't actually providing any data to the popup dialog. I haven't spent more than about 5 minutes debugging this, so if anyone can help, let me know. Maybe my httpHandler setup isn't complete... I'm not sure.

Read: DialogWindow for ASP.NET

Topic: The results are in... Previous Topic   Next Topic Topic: System Health Monitor Application

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use