473,387 Members | 1,757 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,387 software developers and data experts.

MS need to do more for MVPs

You go on a Java board and post a question and you get replie(SSSS) in
minutes and you post a question for a .net problem and you wait for days to
some one actually respond to it.

I don't know what, but MS should consider to inspire and deperately
encourage people to contribute on the message boards..

that was just my experience....
Nov 19 '05 #1
4 1006
Hi mavrick101,
You go on a Java board and post a question and you get replie(SSSS) in
If I understand you correctly, what you mean is that YOU have had this
problem. But look, here is a response to your post almost immediately!

There are several reasons why a message may not be answered. Most often,
this is due to the question itself. If the question is not understandable to
the audience, or the question has been asked and answered hundreds of times,
or the nature of the question makes it obvious to everyone that the poster
hasn't done any homework, or doesn't know much of anything about
programming, it will often be overlooked or ignored by everyone.

As you didn't mention the actual question that prompted this post, I
couldn't give you more specific information.

Microsoft has done a wonderful job of encouraging people to participate in
these communities, and the MVP program is highly inspiring for us MVPs. If
you check, you will find that most MVPs post dozens of answers to questions
daily. A to why a specific question did not receive any reply immediately,
again, I couldn't venture a guess without knowing what the question WAS.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
What You Seek Is What You Get.

"mavrick101" <ma********@discussions.microsoft.com> wrote in message
news:41**********************************@microsof t.com... You go on a Java board and post a question and you get replie(SSSS) in
minutes and you post a question for a .net problem and you wait for days
to
some one actually respond to it.

I don't know what, but MS should consider to inspire and deperately
encourage people to contribute on the message boards..

that was just my experience....

Nov 19 '05 #2
Hi mavrick101,

As I think about it, there is another reason why certain questions take a
long time to answer. Every MVP is a specialist of one kind or another. I,
for example, certainly cannot answer every question that is posted to every
newsgroup I frequent. I answer the ones that I can. So, if the question is
of a specific nature, and for example, involves something that is
infrequently encountered or used by people, it may take awhile for the
person or persons who know the answer to that question to see it and
respond.

Agin, if you will repost your question, I may be able to be more specific.
Who knows? I might even be able to answer it!

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
What You Seek Is What You Get.

"mavrick101" <ma********@discussions.microsoft.com> wrote in message
news:41**********************************@microsof t.com...
You go on a Java board and post a question and you get replie(SSSS) in
minutes and you post a question for a .net problem and you wait for days
to
some one actually respond to it.

I don't know what, but MS should consider to inspire and deperately
encourage people to contribute on the message boards..

that was just my experience....

Nov 19 '05 #3
Well, your last question was answered 12 minutes later ? Did you tried
Server.UrlDecode ?
You may want to post some more details (such as how you encode the
querystring and/or the character for which you have a problem).

Under normal circumstances QueryString does this for you try :

Response.Write("<a href=""test.aspx?my=" & Server.URLEncode("²~k
ldf<+d%20f>445kd")& """>Test</a>")
Response.write("<strong>" & Request.queryString("my") & "</strong>")

Patrice
--

"mavrick101" <ma********@discussions.microsoft.com> a écrit dans le message
de news:41**********************************@microsof t.com...
You go on a Java board and post a question and you get replie(SSSS) in
minutes and you post a question for a .net problem and you wait for days to some one actually respond to it.

I don't know what, but MS should consider to inspire and deperately
encourage people to contribute on the message boards..

that was just my experience....

Nov 19 '05 #4
Thanks for your response.

I do agree that the response would depend on a question too. I'l try to be
more clearer in my question next time :)

Cheers

"mavrick101" wrote:
You go on a Java board and post a question and you get replie(SSSS) in
minutes and you post a question for a .net problem and you wait for days to
some one actually respond to it.

I don't know what, but MS should consider to inspire and deperately
encourage people to contribute on the message boards..

that was just my experience....

Nov 19 '05 #5

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

Similar topics

6
by: Richard Hollenbeck | last post by:
I'd like a button on my main form to backup the database. How can I call up the Windows folder browser to prompt me for a filename and type (*.mdb) and folder to save in? I looked in my book and...
10
by: Tom | last post by:
I am looking for some ideas for how to design the layout of the form for data entry and to display the data for the following situation: There are many sales associates. A sales associate can work...
23
by: Bloke at the pennine puddle | last post by:
This query is for me, but I think that it'll be of use to just about everyone who participates in this news group. I learn better if I have a decent example to study, so I'm looking for publicly...
5
by: Unforgiven | last post by:
I downloaded a web timer control from http://www.eggheadcafe.com/articles/20021006.asp and it's written in C#. The code and .DLL comes with the download so I'm trying to convert the sample which...
1
by: Chad Dittmer | last post by:
I'd appreciate anyone's help with this. I'm trying to open an email window and have it auto fill from vb.net. It works, except I can't get line breaks in the body. I've tried: vbLf vbCrLf...
3
by: Terry Olsen | last post by:
I want to have an array of class objects that raise an event when a condition is true. Like so... ------------------------------------------------------- Public Class ClientHandler Public...
22
by: OHM \( Terry Burns \) | last post by:
I was thinking about community the other day, and wondering what would be the holy grail for a developer in need. I mean, we do get help here, but its done on a best endeavours basis and its really...
2
by: Erik Edlund | last post by:
I use VB Express and I need to dock my form closely to an another application's form. I don't have access to that applications code, only to it's database. My application is doing calculations...
28
by: smith | last post by:
The intense off-topic VB6/VB.Net thread "Where is the Key in Treeview.Net" (started Dec 2 2004 and cross-posted to every VB group under the sun) really got me to thinking. And that thinking got...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
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
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
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...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
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...

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.