ajax - How do I get a reference to "Microsoft.Web.Preview" to resolve? -



ajax - How do I get a reference to "Microsoft.Web.Preview" to resolve? -

i'm trying include validator on form launched modalpopupextender command found in ajax toolkit. asp.net 2.0 web application.

several articles show how this, include reference:

<asp:scriptreference assembly="microsoft.web.preview"name="previewscript.js" />

this article i've based page on testing. http://usefulaspnet.blogspot.com/2007/03/modal-popup-with-textbox-and-validator.html

the problem i'm running file cannot found when page tryies open.

is there improve way want where can find file?

it turns out #1 right answer.

all had create sure validators in popup in same validation group.

ajax modalpopupextender validation

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

c# - Can ProtoBuf-Net deserialize to a flat class? -

javascript - Change element in each JQuery tab to dynamically generated colors -