code samples on MSDN don't make sense and not useful sometimes

  • Thread starter Thread starter rote
  • Start date Start date
It looked pretty "complete" to me. Do you want to be more specific than just
some incoherent "arg!!!!!!!"? Consider posting a comment on the Community
Content area at the bottom of the page.
Peter
 
Peter i agree but look at the C# code the brackets aren't enclosed which
means it can't compile
 
It looked pretty "complete" to me.

Actually, the OP is quite right - there's not one single closing bracket }
anywhere on that page!

E.g.

protected override void OnPreRender(EventArgs e)
{
if (_provider != null)
{
_provider.GetFieldValue(new FieldCallback(GetFieldValue));

base.OnPreRender(e);
 
Thanks Mark.
Not complaining but i wanted to do a quick presentation and didn't work for
me but good the VB.NET part worked
 
re:
!>
http://msdn2.microsoft.com/en-us/li...ebcontrols.webparts.iwebpartfield(vs.80).aspx

!> But the C# code is just incomplete arg !!!!!!!!!!!!!!!!!!!!!!

I added a comment to that effect to that page, requesting the code be completed,
and posted an inquiry at the MSDN Website Feedback Forum :

http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=1638123&SiteID=1&mode=1





Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
======================================
 
Thanks Juan for doing that.
Thumbs up

Juan T. Llibre said:
re:
!>
http://msdn2.microsoft.com/en-us/li...ebcontrols.webparts.iwebpartfield(vs.80).aspx

!> But the C# code is just incomplete arg !!!!!!!!!!!!!!!!!!!!!!

I added a comment to that effect to that page, requesting the code be
completed,
and posted an inquiry at the MSDN Website Feedback Forum :

http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=1638123&SiteID=1&mode=1





Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
======================================
 
Back
Top