master pages problem with events

  • Thread starter Thread starter dave
  • Start date Start date
D

dave

I have downloaded and implemented the master pages
technique from
http://www.asp.net/ControlGallery/Disclaimer.aspx?
downloadControl=385&tabindex=2

This is really quite a good thing. It has simplified my
pages tremendously.

My problem/question however occurs when I place an
asp:button on the page (within the mp tags) and I want to
respond to the click event.
I have a similar problem when I put a select button
within a datalist.

Where can I find more information on this?
How can I respond to the click events of the select and
button controls that are on the page?

Thx
dave
 
I found the solution. It appears that I needed to
install quick fix kb818803 to my Windows XP workstation.
Apparently this fix was included in the 2003 server build
as when I deployed to the production server it ran fine
without the patch.

If someone has experience with this patch please correct
me.

It also appears that this patch was not included in sp1
or sp2 of the .net framework.
 
Hello Dave,

Thanks for your post.

According to KB 818803, the problem lies in .NET Framework 1.1 regardless
of operating systems. That is, I believe that the problem you are facing
does not relate to KB 818803. As you know, Windows Server 2003 have .NET
Framework 1.1 installed. For further investigation, could you please tell
me whether you installed .NET Framework 1.1 on your Windows XP? Please
refer to the following link to get/install .NET Framework 1.1 on Windows XP
and then check if it works.

How to Get the .NET Framework 1.1
http://msdn.microsoft.com/netframework/technologyinfo/howtoget/

If the problem persists, could you please tell me the detailed steps (or a
simple project) which is able to reproduce the problem? I will be glad to
check it on my side.

In addition, please kindly note that Master Pages control is a third-party
product and not from Microsoft, you can also contact the vendor of Master
Pages to see if there is any known issue.

I look forward to hearing from you.

Have a nice day!

Regards,

HuangTM
Microsoft Online Partner Support
MCSE/MCSD

Get Secure! -- www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
 
I had v1.1. installed on my xp box. As mentioned I
installed sp2 and tried the web page. I still had the
error message regarding the errant ;

I then installed the kb818803 patch. I then re-ran and
my problem was resolved. (on my xp box)

I am not using the 3rd party master pages control (sorry
if this was confusing). I am using the technique
described on www.asp.net masterpages tutorial. It is
really impressive.

Thank you
dave
 
Hello Dave,

Thanks for your reply.

As you know, .NET Framework 1.1 does not have any SP, only .NET Framework
1.0 has SP2. So I believe that you must have both .NET Framework 1.0 and
1.1 installed. I suggest that you can configure your Web app running with
..NET Framework 1.1 (as discussed in the article below) and check if it
works on WinXP without the kb818803 patch.

Side-by-Side Execution of the .NET Framework
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetdep/ht
ml/sidexsidenet.asp

Please feel fee to let me know if any further is needed.

Regards,

HuangTM
Microsoft Online Partner Support
MCSE/MCSD

Get Secure! -- www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
 
Back
Top