473,396 Members | 1,590 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

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

I was looking at this article at
http://msdn2.microsoft.com/en-us/lib...ld(VS.80).aspx
regarding IWebPartField Interface
But the C# code is jsut incomplete arg !!!!!!!!!!!!!!!!!!!!!!
May 22 '07 #1
6 964
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

--
Site: http://www.eggheadcafe.com
UnBlog: http://petesbloggerama.blogspot.com
Short urls & more: http://ittyurl.net


"rote" wrote:
I was looking at this article at
http://msdn2.microsoft.com/en-us/lib...ld(VS.80).aspx
regarding IWebPartField Interface
But the C# code is jsut incomplete arg !!!!!!!!!!!!!!!!!!!!!!
May 23 '07 #2
Peter i agree but look at the C# code the brackets aren't enclosed which
means it can't compile

"Peter Bromberg [C# MVP]" <pb*******@yahoo.yabbadabbadoo.comwrote in
message news:A7**********************************@microsof t.com...
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

--
Site: http://www.eggheadcafe.com
UnBlog: http://petesbloggerama.blogspot.com
Short urls & more: http://ittyurl.net


"rote" wrote:
>I was looking at this article at
http://msdn2.microsoft.com/en-us/lib...ld(VS.80).aspx
regarding IWebPartField Interface
But the C# code is jsut incomplete arg !!!!!!!!!!!!!!!!!!!!!!

May 23 '07 #3
"Peter Bromberg [C# MVP]" <pb*******@yahoo.yabbadabbadoo.comwrote in
message news:A7**********************************@microsof t.com...
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);

--
http://www.markrae.net

May 23 '07 #4
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

"Mark Rae" <ma**@markNOSPAMrae.netwrote in message
news:uw**************@TK2MSFTNGP06.phx.gbl...
"Peter Bromberg [C# MVP]" <pb*******@yahoo.yabbadabbadoo.comwrote in
message news:A7**********************************@microsof t.com...
>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);

--
http://www.markrae.net

May 23 '07 #5
re:
!>
http://msdn2.microsoft.com/en-us/lib...ld(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/Sho...iteID=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/
======================================
"rote" <na********@hotmail.comwrote in message news:ug**************@TK2MSFTNGP05.phx.gbl...
>I was looking at this article at
http://msdn2.microsoft.com/en-us/lib...ld(VS.80).aspx
regarding IWebPartField Interface
But the C# code is jsut incomplete arg !!!!!!!!!!!!!!!!!!!!!!


May 23 '07 #6
Thanks Juan for doing that.
Thumbs up

"Juan T. Llibre" <no***********@nowhere.comwrote in message
news:Ou**************@TK2MSFTNGP06.phx.gbl...
re:
!>
http://msdn2.microsoft.com/en-us/lib...ld(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/Sho...iteID=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/
======================================
"rote" <na********@hotmail.comwrote in message
news:ug**************@TK2MSFTNGP05.phx.gbl...
>>I was looking at this article at
http://msdn2.microsoft.com/en-us/lib...ld(VS.80).aspx
regarding IWebPartField Interface
But the C# code is jsut incomplete arg !!!!!!!!!!!!!!!!!!!!!!



May 23 '07 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

699
by: mike420 | last post by:
I think everyone who used Python will agree that its syntax is the best thing going for it. It is very readable and easy for everyone to learn. But, Python does not a have very good macro...
19
by: Vinod | last post by:
Hi, I have got a peculiar requirement. I want to distinquish between the color codes. I have got two text fields and i will enter the color codes there. The first text field will have ...
2
by: Marek | last post by:
Actually, the very first question I should ask is "does it make sense at all?". For 2 days I've been trying to generate C# classes using XML schema and xsd.exe tool. So far the results are not...
143
by: suri | last post by:
Hello I downloaded glibc and tried looking for the code that implements the sine function i couldnt find the file. i went to the math directory and found math.h.. i guess that needs to be...
192
by: Vortex Soft | last post by:
http://www.junglecreatures.com/ Try it and tell me what's happenning in the Microsoft Corporation. Notes: VB, C# are CLS compliant
19
by: Swaregirl | last post by:
Hello, I would like to build a website using ASP.NET. I would like website visitors to be able to download code that I would like to make available to them and that would be residing on my...
30
by: Chad Z. Hower aka Kudzu | last post by:
I need to provide a series of demos for an assembly. There are potentialy several dozen of them. None of them are very complex, however maintaining two versions of them will be very maintainance...
3
by: programmer2004 | last post by:
Hi, I m .NET programmer. I am looking for a ready framework/code in vb.net, which contain all default menus, toolbar, so I only have to add my package related forms and coding. I am looking for...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.