Suresh Behera

The Microsoft .Net Junkies

News

Blogroll

Reading

Posted: by

Comments

Eric Sun said:

How did you apply? I want to join too.
# September 19, 2003 6:00 PM

SBC said:

welcome aboard Suresh... looking forward to reading your posts.
# September 20, 2003 5:44 AM

Suresh[MVP,India] said:

Thannks a lot Eric,just send a mail to asp.net blog team you will get your useidf and passowrd,

Best of luck,Looking forward to make more tecnologies friend.

Thanks and regards,

Suresh
[Microsoft MVP | MCAD.NET(CM) | MCSD.NET(CM)]
# September 20, 2003 11:02 AM

Don said:

Hey man... screw them, you had a good night and wanted to share it with everyone...

They were probibly home watching star trek while you were out having fun! ;)
# September 21, 2003 4:16 AM

SBC said:

Suresh - let us know more about your findings with BizTalk 2K4 Server. It's supposedly quite a feature-loaded product.
# September 21, 2003 6:17 AM

Dave Burke said:

Enjoyed the post! I think, however, that drinking and blogging do not mix. Have fun with BizTalk!
# September 21, 2003 6:47 AM

Tim Marman said:

I think I blog best when I'm drunk :)
# September 25, 2003 2:27 AM

Stephane Rodriguez said:


I think you should put less faith in marketing papers.

"Save an entire workbook in the XML Spreadsheet (XMLSS) format. "

This is simply not true. Where are your charts gone? Or may be charts are not of enough importance to be regarded part of workbooks, right?

This also shows you haven't actually tested the link/technique you refer to, since whenever you do so you get prompted with a box saying "shapes, embedded objects and charts won't be exported".

Belive me when I say it's of importance to use appropriate words. This can count in weeks or even months of reinventing the wheel and writing your own export only because Excel doesn't do what the marketing papers pretend.

# October 7, 2003 4:26 PM

Rajiv R said:

welcome aboard the world of bloggers! :)
# October 8, 2003 4:34 PM

Ashutosh Nilkanth said:

A nice collection of information Suresh. I would just like to add on that its not only Sun (Java) who seems inspired by Microsoft (.NET), its vice versa too. Although I'm not a Java programmer myself, but I do know that the .NET framework architecture, some of its classes, namespaces and even the MSIL (ByteCode in Java) are just some of the core concepts in .NET which have been inspired by Java. Isn't it?
# October 14, 2003 8:01 PM

Shane Bauer said:

Very nice post, Suresh. I'm not much of a Java guy, but I am a .NET guy and I honestly like the .NET framework a lot better. I've looked at both, and can honestly say I've picked the correct one.
# October 14, 2003 8:53 PM

Marcus said:

Nice post yeah... I like .NET too but... one of things that i don't like is the lose of code control.
With java i coltrol all source, i know where and why things happens. With .NET i sometimes losed my mind asking myself What's happening n why?

But i think it's a logical evolution to the future "selfmanaged" development enviroments... dont you?
# October 14, 2003 10:04 PM

suresh@mvps.org said:

Thanks for replying the post..Your somehow correct ashutosh,That is why the competation will came on mind.Few days before i read article by Tarun Anand,Who say the internal of JVM and beoyond in it.

# October 14, 2003 10:57 PM

SBC said:

# October 15, 2003 11:01 PM

Tameem Ansari said:

Keep the SPIRIT high ;)
# October 28, 2003 3:06 PM

james ray said:

Does the actual schema file exist? Do you know where to download the file? I have yet to find this file. I have used it, but where is it.

James.ray@infinoen.com
# October 31, 2003 11:40 PM

Martin said:

Whats this in C#?
# November 24, 2003 1:00 PM

Suresh said:

This works for C# also.
# November 24, 2003 8:05 PM

vijay vaghela said:

hi,
myself vijay vaghela - new vb-sql developers,
i apply your above code but i have problem when i selected multiple tables more than 3 then it display error message "outof script range" , i show the excel properties- Tools menu in Option in General set default worksheet = 3, when i change the value of worksheet , it run successfully, can i not change the value of no.of excel worksheet in single book,
# December 3, 2003 12:02 PM

Greg Duncan said:

Nice list... thank you for taking the time to blog it...
# December 12, 2003 7:47 PM

Ashutosh Nilkanth said:

Thanks for the tip. Not so sure about the orange color text ;)
# December 13, 2003 8:59 PM

Lorenzo Barbieri said:

I've used several times DIME and WS-Attachments to transfer files between different systems.
I've used both MSSOAP 3.0 and WSE 1.0 without any problems, apart some initial configuration trouble, easily solved carefully reading the docs.
# December 13, 2003 10:08 PM

Rob Chartier said:

# December 13, 2003 11:11 PM

julie lerman said:

Careful though with a dependency on DIME. It is really on it's way out.
# December 14, 2003 12:19 AM

Robert McLaws said:

Dude, the Orange has go to go.
# December 14, 2003 3:18 AM

Suresh said:

# December 20, 2003 4:16 AM

TrackBack said:

# December 24, 2003 4:47 AM

Phil Weber said:

Hi, Suresh: I appreciate the sentiment, but your ASCII art has broken the main feed in my RSS reader; I won't be able to read this feed until your post has scrolled off the main page.

I'm posting this mainly so that others will think twice before posting non-XML content to the main feed. Thanks! :-)
# January 1, 2004 11:32 PM

OmegaSupreme said:

Happy new year, thats some nice ASCII ;)
# January 1, 2004 11:52 PM

Doug Thews said:

My colleagues and I wrote a book for Wrox dedicated to the subject of ASP.NET performance. If you've read it, I'd appreciate your input and how it stacks up against the other information out there.

http://www.amazon.com/exec/obidos/tg/detail/-/1861007558/104-1110670-6257509?v=glance
# January 10, 2004 9:04 AM

nauman said:

Hello every one I have used the powerpoint object libraray but i am unable to use its UI on my win form because I am unable to find its activex plzzz guide me regarding this......

plzz let me know on this email
doublevision_17@yahoo.com
# January 19, 2004 4:41 PM

Frans Bouma said:

If this kind of texts are in a 'comparison article' the article is pretty worthless:

"Java: Compiles the source code to Java bytecode, which by itself is not a language."
This is not true. .NET compiles to byte code as well, the assemblies you run are not ascii texts interpreted by ilasm. They contain bytecodes which are interpreted by the JIT + CLR. Same with Java. You can dissassemble Java bytecode and see the assembly instructions as well, add assembly and assemble the .class file again.

So although the bytecodes of.NET have a name, IL, it doesn't mean the java lookalike bytecodes are not a 'language' :)

This also is somewhat misleading:
".NET: Designed to support multiple different programming languages. Currently, 30 languages support the .NET architecture."
In .NET all languages have to compile to the native IL statements as well, the same with languages on the java VM. In theory you can create a C# and VB.NET compiler for a java VM and run the code. The CLR's inner workings and limitations are pretty close to C#'s aspects.
# January 30, 2004 5:20 PM

Stefano Demiliani said:

Comparison are too Microsoft sponsored :)
# January 30, 2004 5:20 PM

Stephane said:


You are not making any point here mate. How can a paper/article/task from Microsoft be pro-Java anyway, and vice versa?

You need a neutral audit.

# January 30, 2004 6:14 PM

khurram Shahzad said:

I dont agree with you Suresh. I am a java J2EE and .Net student and find that java is a language with the concept of "less is more" furthermore it is well established and supported by major vendors like BEA and IBM.

Java is natural and though I have no kinship to Sun when I first learnd C# it took me days because it was a copy of java.
# February 5, 2004 8:11 PM

VB/VB.NET said:

If one of the columns contains numbers and the first number is zero or empty, when you query the range, it returns 0/null for all the rows even if the other rows contain some numbers.
# February 25, 2004 2:43 AM

Matt Hawley said:

You should check out Lutz Roeder's Command Bar, its a great custom control for windows: http://www.aisto.com/roeder/DotNet/
# March 5, 2004 5:57 PM

torsten.rendelmann@gmx.net (TorstenR) said:

Much better: look to the Sandbar control at http://www.divil.co.uk/net/
# March 5, 2004 7:01 PM

Olle de Zwart said:

After you have run this, open up as many weird atachements in your inbox as you can!
# March 9, 2004 4:09 PM

Mauricio Feijo said:

Oh, don't forget to turn your anti-virus off for better enjoyment !!!
# March 9, 2004 6:35 PM

Teucer said:

Suresh, I am damn curious and I dont have sql on my box. Can you tell what it does ... I am not a sql pro hence cant understand a lot ... :(

# March 9, 2004 8:13 PM

TrackBack said:

You've been Taken Out! Thanks for the good post.
# March 10, 2004 1:43 AM

Mojo said:

# March 23, 2004 11:26 PM

Fred Arbco said:

Regarding your response to #3: "And I don't think any vendor is selling illegal products!"...

I believe that the original point was not selling illegal prducts, but using "illegal" (meaning unlicensed) products in the development environment. In other words, it is unfortunately probably rare for any dev shop to have a separate license for each running copy of Windows, VS.NET, Office, SQL Server, etc.

In contrast, you can develop full-blown enterprise applications in Java using 100% free tools (operating systems, server applications, IDEs, etc).

Your point about the free availability of the .NET Framework & MSDE is well made, but overlooks a few critical factors. The primary one is that they both require a Windows operating system to run on, which has licensing fees (unless they are "illegal" copies).

In addition, while the framework is free, developing .NET apps is possible but excruciatingly painful unless you are willing to pay for (or illegally copy) VS.NET, which is quite expensive. In contrast, there are several excellent Java IDEs that are freely available. I use Eclipse, and when I have to go back to VS.NET for a .NET project, I sorely miss basic things like refactoring support, etc. (This will be in Whidbey, but that is a ways off yet, and will cost even more money to upgrade to).
# April 13, 2004 9:53 PM

Anon said:

This story is more than a year old!
# April 19, 2004 12:30 PM

Matias Mökkimakinen said:

^*_*^



<*}}}}}}}}><{ ~~ ~~ ~~
# May 27, 2004 3:52 PM

Scott Galloway said:

Thought it was 'shining' ;-)
# June 3, 2004 4:16 PM

Sonu Kapoor said:

Nice to see that!

Sonu Kapoor
# June 3, 2004 8:40 PM

Jerry Dennany said:

# June 4, 2004 9:30 PM

Lakshmi said:

Hi,

Nice FAQ's and very informative too..
# June 14, 2004 5:50 PM

TD said:

In the case of excel returning null when the first row is blank, you might want to look at this link below for how to import mixed datatypes. There is a reference to a similar article above, but the link is broken.
<a href="http://www.dicks-blog.com/excel/2004/06/external_data_m.html">http://www.dicks-blog.com/excel/2004/06/external_data_m.html</a>

also, the link above should be
<a href="http://support.microsoft.com/default.aspx?scid=kb;EN-US;Q194124">http://support.microsoft.com/default.aspx?scid=kb;EN-US;Q194124</a>
# June 14, 2004 8:57 PM

gdfgdf said:

gfg
# July 1, 2004 10:09 AM

King said:

Tell me how many of you would like to develop in .NET without using VS.NET IDE.Developing in .NET without Visual Studio.NET is really pain in arse.But wiith the aid of studio its fun and easy.I prefer Java if i dont have Visual Studio.

King
# July 9, 2004 1:21 PM

TrackBack said:

# July 16, 2004 4:49 PM

TrackBack said:

# July 23, 2004 7:28 AM

Teucer said:

http://picturefromsuresh.blogspot.com

- me thinks thats the right url buddy!
# July 25, 2004 1:31 AM

Kannan said:

I think the best way is to get it downloaded through msdn subscriber downloads (agreed bandwidth is a limiting factor, but I waited for a week to get it done :-).
I uninstalled the previous versions (you need to do that in a order) and it worked fine for me.
Anyway good luck, if you have time probably you might want to try it on a fresh image.
# July 26, 2004 2:05 PM

Yi said:

I have some trouble using SOAP attachment. My prototype is programmed in C#. After I ported the code to Managed C++, I got an error which says something like "web service request 'application/dime' received, but 'text/xml' expected".

I heard WSE2.0 doesn't support Managed C++. I was wondering if there are work-arounds so I can handle DIME requests but still use Managed C++ for the web service.
# July 27, 2004 10:31 PM

Sander said:

Isn't MSXML version 4.0 the most current XML Parser?
http://msdn.microsoft.com/XML/XMLDownloads/default.aspx
# August 2, 2004 12:30 PM

Teucer said:

There is an update available to the KBArticle.

look here: http://support.microsoft.com/default.aspx?kbid=884130
# August 20, 2004 11:20 AM

William Luu said:

Cool, I heard about this project early last year!

It's great to see this project along with IronPython progressing nicely :)
# August 24, 2004 10:28 AM

Stephane Rodriguez said:


Yet it's still incompatible with non-IE browsers!?
# September 10, 2004 3:17 PM

Keith Reid said:

We can't migrate completely away from ActiveX to .Net until we have a .Net development path for embedding .Net UserControls into Word and PowerPoint docs.

Please put more resources behind this instead. =8)
# December 28, 2004 5:42 PM

andy wu said:

Hi Suresh,

Very interesting concept indeed, are there any examples or tech article based on this idea?

Thanks,
-Andy
# December 28, 2004 11:43 PM

Suresh said:

watch out this space..soon i will keep post on this.Thanks for information

Suresh Behera
# January 4, 2005 1:51 PM

TrackBack said:

# January 13, 2005 1:04 AM

TrackBack said:

# March 11, 2005 8:24 AM

leela said:

please help me.I want the intwrview questions for dotnet using vb.net language.
# March 16, 2005 9:27 AM

Manoj Pathak said:

thanks, kindly send immediately.
# March 23, 2005 10:18 AM

Manoj Pathak said:

thanks
# March 23, 2005 10:19 AM

GUNEET said:

GOT THE INFORMATION THAT WAS REQUIRED
# March 29, 2005 12:02 PM

niraj sharma said:

Need the information
# March 30, 2005 3:12 PM

M GOGOI said:

what is the new critaria consolidated exemption of Rs one lakh
# March 30, 2005 9:06 PM

M GOGOI said:

what is the new critaria of consolidated exemption of Rs one lakh
# March 30, 2005 9:10 PM

TrackBack said:

^_^,Pretty Good!
# April 10, 2005 7:04 AM

TrackBack said:

^_^,Pretty Good!
# April 10, 2005 7:04 AM

TrackBack said:

^_^,Pretty Good!
# April 10, 2005 7:04 AM

TrackBack said:

^_^,Pretty Good!
# April 10, 2005 7:05 AM

TrackBack said:

^_^,Pretty Good!
# April 10, 2005 7:05 AM

TrackBack said:

^_^,Pretty Good!
# April 10, 2005 7:05 AM

TrackBack said:

^_^,Pretty Good!
# April 10, 2005 7:05 AM

TrackBack said:

^_~,pretty good!
# April 17, 2005 4:57 AM

Javier Luna said:

I believe that any DataLayer must be a simple code block, that they allow operations against DB.

That code block would not have to know on the Business Entities. Single to specialize it is to execute the operations (Store Procedures and SQL Sentences) against the engine DB (SQL, Oracle, DB2, etc.), with which this setting.

Finally, I invite to you to download the DataLayer.Primitives Public Version.

This is very cool Data Layer :)

DataLayer.Primitives - Readme!
http://forums.microsoft.com/msdn/ShowPost.aspx?PostID=1389

Cheers,

Javier Luna
http://guydotnetxmlwebservices.blogspot.com/
# May 27, 2005 9:32 AM

abhishek kant said:

Welcome back to the blogosphere!

Hope to see more interesting posts from you..
# May 30, 2005 10:33 AM

Gert Van Gool said:

Wonderful, and oh so true actually :)
# June 9, 2005 3:20 PM

Grumbly O'Loser said:

Winners impress the bosses.
Losers suffer the consequences.
# June 9, 2005 4:15 PM

David Li said:

Most people are losers. =P
# June 9, 2005 8:06 PM

SBC said:

Dave Rack has a similar list at his blog -
http://blog.daveranck.com/archive/2005/01/20/355.aspx
# June 21, 2005 4:08 PM

AndrewSeven said:

The questions don't appear particularly difficult.
You don't seem to have mentioned where...
# June 21, 2005 7:41 PM

Tobin said:

Senior developer where? These are fairly simple questions.
# June 21, 2005 10:28 PM

Alan Yeung said:

I think you meant Response.Redirect in "What is difference between server.transfer and server.Redirect ?"

They're not hard but I bet most unqualified developers can't answer them half of them.
# June 21, 2005 11:00 PM

Suresh said:

Thanks it is updated
# June 21, 2005 11:11 PM

prashant said:

it good
# June 28, 2005 6:44 PM

rams said:

enter a comment
# June 28, 2005 9:48 PM

latha said:

The mubai user group is awesome. It's really helpful to me. Thanks guys. Keep it up.
# July 1, 2005 12:48 AM

latha said:

Can any body put up some interview questions for web services too
# July 1, 2005 12:51 AM

Keyvan Nayyeri said:

That's useful comparing.
# July 1, 2005 8:48 AM

Manoj said:

your logo is a broken image?
# July 5, 2005 12:16 PM

sadiq said:

plz send a interview question with the answers
# July 7, 2005 12:27 AM

Avinash joshi( Bhopal LNCT) said:

It's realy good
# July 7, 2005 12:38 AM

Pramod Tiwari said:

Its really nice.
# July 9, 2005 2:29 PM

Pramod Tiwari said:

Its really nice.
# July 9, 2005 2:29 PM

Neeraj Chavan said:

Its really Good & helpful for Candidates who r really seeking the ASP.NET questions in Int'vw point of view. Thanks
# July 16, 2005 7:33 AM

Ashish said:

havent gone through em but they surely seem to rock !!!1
# July 17, 2005 3:38 AM

anil said:

its really good
# July 19, 2005 6:50 AM

rajesh said:

Guys this free ebook rocks......I have cleared most of my interviews in .NET....By the way got in IBM thanks to this book
http://www.geocities.com/dotnetinterviews/
# July 19, 2005 8:15 AM

surfer said:

great list of .NET interview questions are

http://www.geocities.com/dotnetinterviews/
# July 20, 2005 6:09 AM

Raja said:

Great list

Just to add to it

http://www.geocities.com/dotnetinterviews/
# July 21, 2005 1:04 AM

Brian said:

if the window.open("dummy.html"...) doesn't work then it executes: void window.open ( sURL,"_top",w )???

If the first one didn't work, why would the second?
# July 22, 2005 5:12 PM

rak said:

Ohh..this is funny but still working :)
# July 22, 2005 5:26 PM

database update with AJAX said:

Hello,

I came across your posting regarding using AJAX to update a database onunload. I have been using a popup method onunload for the last while with a web application I have written that integrates with MS Presenter. I was wondering how successful this had been for you... You are able to confirm the AJAX request is processed before the window closes? The window does need to exist in order to ensure successful DB communication?
--Alan
# July 25, 2005 3:34 AM

ssss said:

jhkjhk
hkjlk
# August 2, 2005 12:30 AM

sdhjjk said:

hkjhk
mk;l; jk
# August 2, 2005 12:30 AM

Anindo said:

i want to know, how to force a User to Enable POPUP
# August 2, 2005 7:59 AM

Thelma Brown said:

Would like to learn how to use exel.
# August 2, 2005 6:11 PM

ASVMelvin said:

Hello
# August 3, 2005 1:43 PM

Fabrice said:

You can use the following much simpler code for a confirmation:
btnSuresh.Attributes.Add("onclick", "return confirm('Are you sure you want to delete?')");
# August 4, 2005 10:49 AM

Fabrice said:

You can use the following much simpler code for a confirmation:
btnSuresh.Attributes.Add("onclick", "return confirm('Are you sure you want to delete?')");
# August 4, 2005 10:49 AM

Karl said:

And build on fabrice's idea and create your own DeleteButton control which inherits from Button and does just that.
# August 4, 2005 10:56 AM

Dave said:

To override a function in javascript, just rewrite the function beneath it. Javascript won't complain about two signatures being the same and the last one in always wins. And no, its not anomaly. Its designed that way.

If you call the init function below you will always see the message "2".

function init(){
alert('1');
}

function init(){
alert('2');
}

# August 4, 2005 2:57 PM

Fabrice said:

Ok Dave, but how do you call the first init from the second?
# August 5, 2005 5:32 AM

Sendhil said:

Yup Suresh a very nice article, but probably you were hibernating for quite some time. The article was released in the mid of 2003 ;-)
# August 9, 2005 2:31 AM

Scott Rutherford said:

Great resource you have here Suresh. Please see my recent article "Achieving Backward Compatibility with .NET Interop: Excel as Case Study". I'd appreciate your comments. http://www.devcity.net/Articles/163/1/article.aspx
# August 25, 2005 11:54 AM

Balaji K said:

That link is for VS 2003!

Here is the link for VS 2005:
http://lab.msdn.microsoft.com/vs2005/downloads/101samples/default.aspx
# August 25, 2005 4:27 PM

Rachit said:

I've been there...actually couple of times (which may add upto 4-5 hours in fact). Pretty stupid thing!

I bet there's some kind of "bug" in vs.net 2003 that automatically set it to "false" on some condition but I've not figured out yet when that happens.

Have you noticed it?
# September 2, 2005 2:52 PM

Manoj said:

Good
# September 8, 2005 2:25 AM

Manoj said:

Good
# September 8, 2005 2:25 AM

HELP said:

using System.IO;
using System;

public class clss
{
public static string ans;
public static void Main()
{
again:Console.WriteLine("HOW TO USED BIZTALK WITH ECONNECT????????");
ans=Console.ReadLine();
Console.WriteLine(ans);
goto again;
}

}
# September 10, 2005 6:04 PM

Jason Hoekstra said:

Great link!
# September 29, 2005 11:57 AM

x said:

x
# October 3, 2005 8:47 AM

Jon said:

Same problem here but this is what I found, specific to my case at least.

In Solution Explorer click "show all files". Look for three files .aspx .cs .resx. if the .resx has a yellow exclamation symbol on it then Intellisense will not work. I close the working .aspx and .cs and then right click the .resx and delete it. I then reopen the .aspx and the .resx is recreated and Intellisense works fine.
# October 6, 2005 9:18 AM

joe said:

its good
# October 7, 2005 11:09 AM

an said:

See http://TheFuturum.com - you can send message to eternity there.
# October 8, 2005 8:05 AM

Mike said:

I have no such luck. No export option is showing up, and my page is not cached.
# October 10, 2005 7:44 AM

Matt B said:

"This behavior is by design"

Why??
# October 11, 2005 9:01 AM

Dima Diall said:

Hi everybody, I also don't see the export link in the contacts page -- only import is present.
# October 11, 2005 10:11 AM

Raj Kaimal said:


because the compiler things that the </SCRIPT> in strAll is the closing tag for the <script runat="server">
=========
<script runat="server">
private void Page_Load(object sender, System.EventArgs e)
{
string strValue = "Test value";
string strAll = "<SCRIPT lanquage='JScript'>window.alert('" + strValue + "');</SCRIPT>";
# October 11, 2005 10:25 AM

Ron Shelton said:

I am not totally clear on this subject, but isn't the <add assembly="*"/> part where private assemblies are loaded.

Perhaps you could try excluding the directory where the actual application is stored as well. Also, for assemblies referenced with 'Copy Local' equal to false, exclude the directory where those assemblies are located.

Post back when you get it working. I would like to know the fix.
# October 13, 2005 11:33 AM

Erik Porter said:

I really hate that. Very annoying. I just wrote about this yesterday too.

http://weblogs.asp.net/eporter/archive/2005/10/12/427316.aspx
# October 13, 2005 12:05 PM

Rick Scott said:

What kind of boss would be unhappy with you improving the system? The indexing service takes up space/memory, decreases effective disk access speeds in some cases and sometimes slows down the machine overall.

Oh, and it has some vulnerabilities, too.

All this for what? Fast *file searching*? How often do you do that? If you do it alot, you probably have noticed that the indexing service actually hindered you on occasion by searching your hard drive instantly and returning no results for *.txt (or another similarly absurd result).

Turn it off and forget it.
# October 13, 2005 12:06 PM

Justin said:

All you should have to do is go into IIS and uncheck the index flag for the Web Site or virtual directory.
# October 13, 2005 12:33 PM

m said:

Writing in C#
<%#
("" + DataBinder.Eval(Container.DataItem,"Expr1")=="")? "<a href='T6003c.aspx?Expr5=Convert.ToString(DataBinder.Eval(Container.DataItem,"Expr5")).Trim()'>Add</a>"
: "<a href='T6003c.aspx?'>Edit</a>"
%>
# October 20, 2005 11:12 PM

Raj said:

what is this
# October 21, 2005 6:18 AM

Dim said:

i also have the same problem???
anyone have any idea why?
# October 24, 2005 12:25 PM

Police said:

s
# November 10, 2005 2:39 PM

Alex Hoffman said:

I always laugh at such claims - the question is how many of them have key "line of business" systems running on .NET? The answer is like extremely few - if any.
# November 11, 2005 10:16 PM

Jerry Pisk said:

How exactly do you attach a processor to a program? Am I missing something?
# November 12, 2005 1:23 AM

Drew Marsh said:

I'm pretty sure he means attach to a running process for debugging (i.e. aspnet_wp.exe or something). Our dev team suffers the same problem. Sometimes people will get it every other attach, sometimes you can get lucky and go a day or two without getting it at all. Really annoying. I just make sure to send the debug dump to Microsoft everytime, so hopefully they're fixing it in the forthcoming (and long overdue) service pack.

-Drew
# November 12, 2005 2:17 PM

Suresh said:

Yes, Your right..!It is modified
# November 14, 2005 2:19 PM

vamitra said:

Wow, that is great list... makes it much better than searching msdn..

Thanks
# November 16, 2005 3:10 PM

Mihir Solanki said:

Excellent !!!
# November 17, 2005 9:03 AM

Jaanam said:

Obvious.. there is an international open source meet going on just 9 to 10 days before .. and he is jeolous of that. :-)

check out http://foss.in
# November 19, 2005 5:52 AM

Jon Galloway said:

Were you able to set it up to run against your weblogs.asp.net site, or do you cross post to a domain you own?
# November 20, 2005 1:43 PM

jayson knight said:

I can confirm over here that you can't use a subdomain name when you attempt to register. From what I can tell it doesn't matter what domain name you use to get the tracking code, seems to be more of an internal bookkeeping type thing for Google's database.
# November 20, 2005 8:56 PM

Web Hosting Review said:

Google Analytics is very useful for bloggers.
# November 21, 2005 6:14 AM

solomon said:

Nice blog. keep up the good work. i sure will regularly be coming back. You can check out my blog
<a href="http://solokay.blogspot.com"> Solomon's voip world</a> devoted to voip technology and internet telephony.
# November 24, 2005 12:10 PM

Matt said:

# November 28, 2005 11:36 AM

Lynn said:

Nope. Pentium M would have done the trick. It's better watt for watt. Although you could have waited for next year and gotten the dual core version.

http://www.anandtech.com/tradeshows/showdoc.aspx?i=2504

# November 28, 2005 2:16 PM

Kalpesh said:

What brand/model did you purchase ?
How much did it cost, if I may ask ?
# November 29, 2005 1:03 AM

anon said:


I hope you understand that any tool market MS enters is gives the kiss of death to ISVs whether small or not. The shockwave has just begun.

# November 30, 2005 4:35 PM

foobar said:

I waved goodbye to Symantec and McAfee ages ago. They both suck. I now use Avast.
# November 30, 2005 9:40 PM

n[ate]vw said:

Isn't Mr. Gates feeling a bit like a mouse in Tiger's den himself?
Sorry...couldn't resist.
# December 1, 2005 8:42 PM

don X said:

puke
# December 2, 2005 8:36 PM

albert said:

hi, i have problem where i just installed the trail version of visual studio.net, but every time i try to run the program it asks for the MS development Enviroment to be intalled first. i have downloaded the part from the microsoft/downkoad site but it still does not work. can u give me some thoughts on this please. thanks
# December 7, 2005 1:09 PM

As If said:

You can't really see it in the on-line version, but in the print version the developer has a wedding ring on in one picture and not the other. I'm not sure if this was intentional or not, but it speaks volumes. :-)
# December 7, 2005 3:48 PM

Ravindra said:

I admire Bill Gates for his skills, knowledge and tactics in biz. I am excited to go for the sql server launch :-)

Name any one person in open source who can atleast be compared in technical skills alone with the chief software architech of Microsoft. ;-)

By the way I am open source developer but can't refrain from appretiating a man like Bill Gates.
# December 8, 2005 11:52 PM

Chris Slatt said:

I wish the act of asking if a piece of technology is dead was dead.
# December 15, 2005 3:41 PM

Mohammed said:

Thanks for help
# December 20, 2005 4:56 AM

SBC said:


also check out Roy Osherove's The Regulator -
http://regex.osherove.com/
# February 9, 2006 12:25 PM

Andrey Skvortsov said:

Expresso 2.1 is more intuitive IMHO.
Thanks,for update Suresh!
# February 10, 2006 5:21 AM

Ramon Smits said:

When I started reading this post I thought "sql supports cascading deletes right??". Then I clicked on your link and it seems sql7 doesn't support it. So adjust your post that this isn't necessary since sql2000.
# February 15, 2006 5:29 AM

NewB said:

It is working on 2000 too..i checked it
# February 15, 2006 9:54 AM

Will Asrari said:

The link doesn't work!
# February 22, 2006 4:46 PM

Lewis Moten said:

URL: http://weblogs.asp.net/SBehera/archive/2006/02/22/The%20Unicode%20Character%20Code%20Charts%20By%20Script

.Text - Application Error!
Details

FormatException
String was not recognized as a valid DateTime.

What Gives?
# February 22, 2006 5:47 PM

Stuart Ballard said:

How about just System.Web.HttpUtility.HtmlEncode(str)?
# February 24, 2006 4:40 PM

Jiamisai said:

What I thought that where really useful in Java I /O, was the possibility to write an object directly into a ObjectStream.

If your class implements the Serializable interface, you can send your object to the stream without sending each attribute separately following , and reread it the same way.

I 've looked for the same in C# but didn't find it. (Maybe I missed it)
# March 2, 2006 2:48 AM

DJ Jazzy Jeff said:

Wow...This is what Microsoft should be offering as a follow up to..."Where do you want to go today?" Here's the map to get there. Nice, Behera!
# March 7, 2006 11:13 AM

Jim Zhao said:

This article is extremely helpful. Awesome...
# March 8, 2006 9:13 PM

Hema said:

Hi Suresh,
Did you happend get through this problem, how did you fix this. I am in the same boat. if possible pls share your thoughts on this.

Cheers,
Hema
# March 9, 2006 8:11 AM

Arabinda.. said:

It is a very nice resource for webservice developers.Thanks for posting this.
# March 22, 2006 11:51 AM

Phil Scott said:

I've been running with Gmail for quite some time now (since around may of 2004), and I think I get a "GMail is temporarily unavailable" about once a day. It usually rectifies itself within 5 or 10 minutes.

I actually receive those errors so often that I'm actually surprised when I see people posting about it.
# March 22, 2006 5:26 PM

Carl Q. said:

What about just not trusting crucial data with no backups on a service that advertise itself as BETA...
Because google's beta are usually of very high quality doesnt change the fact that its beta.
Nobody banks runs production servers on longhorn's beta....
# March 22, 2006 7:59 PM

Darren Kopp said:

Yea, I have seen that screen before. It's usually fixed within about 30 minutes. I recommend using outlook, though I have had a problem where with outlook I hit a server error for sending and receiving with GMail, but I don't know if it was associated with the online problems as well.
# March 24, 2006 1:49 PM

Chua Wen Ching said:

Thanks for the compilations. Cool stuff :)
# March 27, 2006 4:59 AM

AVNICHOKSI said:

THIS IS NOT HELPFUL TO ME. FIRST I AM NOT TECNICAL PERSON. I WANT SOMEBODY TO CALL ME AND HELP ME THROUGH IT. I AM HAVING A WINDOW SAYING SOME SECURITY OPTION. ALSO ASKING ME ABOUT CERTIFICATE EXPEIRED. I AM WORKING FROM HOME AND I CAN NOT STAY WITHOUT MY EMAIL.
HELP ME
# March 28, 2006 7:53 PM

Dennis Martinez said:

I don't want my email popping up directly when typing gamil.com in. I accidently click the button and now it pops right up and I have to many people using the same computer. Please show me how to change that.

Thank you

Dennis Martinez
# April 1, 2006 2:37 PM

julius said:

same thing is happening to me.
strange enough, I have a few email accounts with gmail, only my main email the one I depend on most and the one where I store most stuff is hit with temporarily unavailable....

very flustrating
# April 3, 2006 6:00 PM

NA said:

You click the same button on pop up toolbar,it will block the pop up
# April 4, 2006 2:05 PM

Varad said:

That's cool!!

Hope they will introduce support sites for other Indian languages too!!
# April 4, 2006 4:59 PM

Sahil Malik said:

Finally !!!

Y'know Given India(n)'s overall influence on the IT*.*, I am surprised to see the apalling lack of Hindi support in MSFT*.*.

Good to hear.
# April 4, 2006 5:09 PM

Sahil Malik said:

I'd love to see MSN Messenger support Hindi. Salla angreji mein gaali dene mein maja nahi aata.
# April 4, 2006 5:10 PM

Suresh said:

Are sahil Bhai,apun ko bhi maja nahi aata....Boleto ..!
# April 4, 2006 5:20 PM

Mihir Solanki said:

that is fantastic ... yeah Sahil you r right. jo maza hindi gali me aaye woh english "fuck off" kahene me kaha aaye. Sad MSN Messenger still doesnt support such things.
# April 4, 2006 5:23 PM

anonymous said:

It's in beta! If you use it in production, it's possible to get in trouble. I have not had any problems with gmail and I have been using it since 15.10.2004. I have had some problems with login, but the problems have lasted in minutes, not hours or days.
# April 5, 2006 3:29 AM

Anonymous Coward said:

Hm,
Dennis, i think that your problem is that you have clicked the "remember me on this computer button" under the login screen. log out, uncheck the checkbox, and then it shouldn't do that.
# April 8, 2006 12:35 PM

A. C. said:

hm, avnichokski, tell me what web browser you are using, and i may be able to help you.
# April 8, 2006 12:37 PM

Tarek Hannoudi said:

wow, a lot of shortcut's!

but is was better if you used linebreaks between them:-)
# April 14, 2006 5:53 AM

Mischa Kroon said:

Indeed, go with readable stuff plz :)
# April 14, 2006 8:18 AM

Tarek Hannoudi said:

Thanks for using the feedback;-)
# April 14, 2006 10:31 AM

Scott Cate said:

This was a very helpful post. Nice to have in my quick links for future reference. Thank you for putting it together.
# April 18, 2006 11:57 AM

Chris McKenzie said:

I am frustrated by the same thing. I have several blogs on the subject, and some of the comments have some back and forth with one of the developers of VSTO.
http://weblogs.asp.net/taganov/category/7283.aspx
# April 18, 2006 1:43 PM

suresh Kumar S said:

pls immediately to send .net

# August 11, 2006 11:02 AM

Vitthal said:

Could u forward me article to automate mail merge into asp.net mail application

# August 12, 2006 12:35 AM

Sun said:

Thanks

# August 14, 2006 1:11 AM

Jagat CK Prabhala said:

Wish you all Happy Independence Day.

Jai Hind

# August 14, 2006 1:13 AM

nakul said:

happy independene day

# August 15, 2006 9:34 AM

Pravin A Shah said:

This is very helpful for beginner of ASP.NET. This has covered many concepts of ASPNET in very easy way. Thanks

# August 15, 2006 10:26 AM

Pravin A Shah said:

It is very nice for beginner of ASP.NET. Covered many Concepts of ASP.NET in easy manner. Thanks

# August 15, 2006 10:30 AM

suresh chugh said:

Great speech and definition of success.

# August 15, 2006 10:36 AM

ayan said:

hfghfgh

# August 15, 2006 12:57 PM

Rams said:

nice

# August 16, 2006 5:43 AM

Saravanan Lakshmanan said:

Good post.  I have a similar situation where a WordML document has to be saved to a SQL server 2005 as XML data type.  When I try to insert, SQL Server errors out, not recognizing MS WORD's quote chars.  Interestingly, the WORDML file opens fine in most of the applications includnig VS2005 and IE... Is this a SQL 2005 specific issue? ...any tips to get around this problem?

thanks

Saravanan L

# August 18, 2006 12:42 PM

subash said:

please help me.I want the intwrview questions for dotnet using vb.net language.

# August 21, 2006 7:24 AM

Jess said:

Here are a couple of very good url's that will really help with interview questions and FAQs related to .net and other microsoft technologies.

http://www.megasolutions.net

http://cm.megasolutions.net/forums/default.aspx

# August 24, 2006 10:24 AM

Jess said:

thanks

# August 24, 2006 10:26 AM

annamalai said:

nice

# August 25, 2006 7:03 AM

Kumar said:

please send me the .net interview questions

# August 25, 2006 11:53 AM

asp.net said:

Friends its awesome....

# August 27, 2006 12:53 AM

Amardeep said:

I want interview question related to vb.net and SQL Server 2000.

# August 29, 2006 8:07 AM

bharath said:

its really good

# August 30, 2006 4:53 AM

Rizwan Ahmed said:

Hey,

Can you please tell me or refer me to some link where i can get information on how to integrate our .net web app to share point server.

We have an app that uses forms authentication. and we want to integrate this app in SPS already deployed on a server.

anything regarding this would be helpful to us.

Regards,

Rizwan Ahmed

# September 7, 2006 5:08 AM

raj kishore dash said:

thanks

Bhai

# September 8, 2006 8:23 AM

Krushna Sahoo said:

It is pretty Good..

# September 8, 2006 8:52 AM

Manas kumar Dash said:

hi,

  i am trying for .net interview questions,pls help me.

# September 17, 2006 10:45 AM

Raj Mandalia said:

Comforting to know that I didn't tear all my hair out over the two days trying to get this to work for a client because of something in my code. They have Office 2003 SB. :(

# September 21, 2006 12:59 PM

Ritu said:

It is really helpful.

# September 25, 2006 3:34 AM

Aswin said:

i meed asp.net  interview questions amd answers plz...semd me

# September 26, 2006 1:00 AM

Mayukh Mukherjee said:

sir,

It was an honour to go through your history. this is highly motivative. it also gives us a strong message regarding the ethics we should follow.

# September 26, 2006 2:34 AM

Aru said:

is there any other ways to replace the special characters other than the above mentioned five

# October 5, 2006 1:25 AM

Aru said:

plz tell me how to replace with other characters like #,$,%,^,*,@,! and so on..................

# October 5, 2006 1:26 AM

vijay subramanian said:

This was a amazaing realization. there is no but. Only concern is if we are not greatfull to GOD who had given us the ability to carry out the vision then what ever vision we have in life will only be chewing the chewed and we have to go and kiss the world on and on repeatedly in the cycle of birth and death

Vijay

# October 5, 2006 11:31 AM

manjunath said:

Awesome one..Really good one...Thanks a lot..

# October 6, 2006 11:59 AM

Chetan Patel said:

Thank You For Providing Me Questions I got Benifit From It I have Find It IN Very Books And SIte But The Destination is Here

# October 14, 2006 2:28 AM

Debasish Biswal said:

Very inspiring. Thorughout the text I am not able to understand is he talking about success, or how to be success or giving small teachings of how to live life or whatever. It will be great for me if at any point of my life I will be able to work with this visionary person either directly or at least indirectly.

Debasish

# November 6, 2006 3:10 AM

Rahul said:

Hi how u r creating object in Infopath for siebel to access its CFG file. I am trying for a windows application but not able to connect. If you can tell me it will be very useful for my work.

Thanks

Rahul

# November 8, 2006 11:43 AM

Basil said:

Question in interview

# November 9, 2006 4:41 AM

kuldeep said:

i'm getting this error "External table is not in the expected format." when i tried to execute the code...

# November 17, 2006 2:54 AM

Recover Account said:

Dear sir,

By accident i delete the services for gmail and orkut, can plz tell me the way to recover it.

thanks

DHAVAL

# November 20, 2006 3:58 AM

gunin said:

its realy helpful to me for preparing interview.

# November 20, 2006 9:31 AM

shailendra kashyap said:

send me  immediately .net interview questions with answers.

# November 30, 2006 3:35 PM

LegendLength said:

Informative, thanks.

# December 2, 2006 8:23 PM

rashi said:

an inspiring speech for youngsters by an equally inspiring person,who was inspired by his parents

# December 4, 2006 8:36 AM

Ravi Ranjan said:

Hi...

    Please send me Microsoft Interview Question.

                     Thanks

                      Ravi

# December 4, 2006 1:10 PM

Samjoshi said:

very helpful. similarly to clear find & replace list goto

HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\<your version>Find

clear the keys names as Find<number>

e.g. Find1,Find12,Find0 etc.

# December 7, 2006 12:20 AM

abhay gupta said:

i am fresher mca looking for .net interview question

i have to attend for the interview plz.give me some imp.question

# December 8, 2006 10:43 AM

Arun Kumar. said:

Absoluetely gooooood...Indeed inspiring. Thanks Suresh for posting.

# December 24, 2006 5:57 AM

johnnybotha said:

hi,

i know how to mailmerge, populating a word doc table with data. how do i merge in C# from a SQL table? how do u define the object name in the following statement:

Object oName = "C:\\DataDoc.doc";

wrdDoc.MailMerge.CreateDataSource(ref oName,ref oMissing,

                   ref oMissing,ref oHeader, ref oMissing, ref oMissing,

                   ref oMissing, ref oMissing, ref oMissing);

johnny.botha@gmail.com

# January 19, 2007 3:39 AM

rishi anand said:

pls send .net question

thanks

# January 22, 2007 5:27 AM

priti parikh said:

this is really useful to learn  java and vb.net comparision

Thank you

# February 3, 2007 12:33 AM

SH said:

I am exporting a datagrid to excel using the MimeType approach. the grid has more than 255 columns (which is excel2003's limit),

Any ideas as to how we get around this problem. 1 approach could be to filter the data and put them in a different worksheet - but not pretty, since massive amounts of data manipulation required..

Any help would be greatly appreciated!

# February 8, 2007 4:32 AM

alarm auto car page said:

BahvaryKuzar 607737 http://best-cars-online.org/car-alarms/alarm-auto-car-page.html alarm auto car page <a href="http://best-cars-online.org/car-alarms/alarm-auto-car-page.html">alarm auto car page</a>  [URL=http://best-cars-online.org/car-alarms/alarm-auto-car-page.html]alarm auto car page[/URL] best-cars-online.org/car-alarms/alarm-auto-car-page.html [link=http://best-cars-online.org/car-alarms/alarm-auto-car-page.html]alarm auto car page[/link] * http://best-cars-online.org/car-alarms/alarm-car-manufacturer.html alarm car manufacturer <a href="http://best-cars-online.org/car-alarms/alarm-car-manufacturer.html">alarm car manufacturer</a>  [URL=http://best-cars-online.org/car-alarms/alarm-car-manufacturer.html]alarm car manufacturer[/URL] best-cars-online.org/car-alarms/alarm-car-manufacturer.html [link=http://best-cars-online.org/car-alarms/alarm-car-manufacturer.html]alarm car manufacturer[/link] *

# February 13, 2007 2:07 AM

billys said:

# February 15, 2007 2:02 AM

RJH said:

Here you could find more useful interview questions and FAQs for ASP.NET

http://www.akaas.net/jobs/asp-net-interview-questions.htm

http://www.akaas.net/asp-net-faqs.htm

# February 17, 2007 8:54 AM

RJH said:

Her you can find more useful ASP.NET Interview Questions and FAQs

http://www.akaas.net/jobs/asp-net-interview-questions.htm

http://www.akaas.net/asp-net-faqs.htm

# February 17, 2007 8:56 AM

anshul said:

very very good for those who read it.......

# February 22, 2007 6:15 AM

amol said:

how to do mail merge using c# .net 2003 in office xp or 2003? please help? it's needful for me?

# March 2, 2007 10:20 AM

Marco said:

Help me please...

How can i create the excel command ALT+ENTER in c#?

Thanks

Marco

# March 15, 2007 4:11 AM

X5K2EC4 said:

<a href="http://wapurl.co.uk/?X5K2EC4">motorola keypress ringtone</a><a href="http://wapurl.co.uk/?CD1R0QP">free mobile ringtone motorola</a><a href="http://wapurl.co.uk/?N5C18AC">ringtone for motorola cell phone</a><a href="http://wapurl.co.uk/?SE2IK4G">c139 motorola ringtone tracfone</a><a href="http://wapurl.co.uk/?83KQWPN">nextel motorola i730 free ringtone</a><a href="http://wapurl.co.uk/?1ZMWPYJ">motorola ringtone v170</a><a href="http://wapurl.co.uk/?DWDSOV9">free motorola and nextel ringtone</a><a href="http://wapurl.co.uk/?F7FIZ50">free motorola polyphonic ringtone</a><a href="http://wapurl.co.uk/?2P2JLLF">free ringtone for motorola v3 razr</a><a href="http://wapurl.co.uk/?K6A45ZA">free motorola v3 ringtone</a><a href="http://wapurl.co.uk/?VEXXYCD">motorola ringtone software</a><a href="http://wapurl.co.uk/?BEH8P4V">motorola ringtone w315</a><a href="http://wapurl.co.uk/?C948U66">free ringtone for a motorola tracphone</a><a href="http://wapurl.co.uk/?28D48MY">motorola mp3 ringtone</a><a href="http://wapurl.co.uk/?FMGG962">le.blogspot.com motorola ringtone</a><a href="http://wapurl.co.uk/?AOM3KFE">motorola v60 ringtone</a><a href="http://wapurl.co.uk/?X0PBOWT">free ringtone for motorola v170</a><a href="http://wapurl.co.uk/?IV2XAHB">free motorola composer ringtone</a><a href="http://wapurl.co.uk/?LNLB1SJ">free ringtone for motorola v60i</a>

# March 18, 2007 7:53 AM

Nauman Ahmed said:

Assembly security can also be adjusted using Microsoft .NET Framework 1.1 Configuration -> Runtime Security Policy -> Increase Assembly Trust. Giving sherpoint web part assembly full trust will also solve the security issues.

--Nauman.

# March 19, 2007 5:23 PM

Texrat said:

Very useful tip for me!  Thanks.

# March 29, 2007 4:15 PM

hy said:

I had tried "Ron Shelton"'s method, it was successfully

# March 30, 2007 3:22 AM

Health System said:

trying to maximize their take. These medications are not meant for someone so young. WBR LeoP

# March 30, 2007 9:09 AM

Jay Dubal said:

Hi,

Thanks, you can also visit: http://dotnetfaq.brinkster.net

more <a href="http://dotnetfaq.brinkster.net" title="Microsoft .Net Interview Questions">interview questions</a> and <a href="http://dotnetfaq.brinkster.net" title="free ebooks">free ebooks</a> added every week! All Free

Regards,

Jay Dubal

# March 31, 2007 1:03 AM

Siddharth said:

sir i am for career in asp.net .pls help me i want some basic interview question which have been asking in interviews. my e-mail id is siddharthpradhan31@rediffmail.com

thanx

bye

# April 2, 2007 5:21 AM

singh said:

bhai log, u need to come up with a set of interview question on winforms....

:-)

# April 4, 2007 4:10 AM

dcky said:

<blockquote>It indicates that Sun in reality accepts the technical superiority of

the C# and .NET platform in a way.</blockquote>

To be honest, .NET is copy of Java anyway :)

# April 11, 2007 10:24 AM

Shenaz said:

Its fantastic.Need more Q's.I got at Microsoft!!!!

# April 16, 2007 5:20 AM

Aleks said:

Do you know how to lock just one cell ?

# April 17, 2007 6:57 AM

Argyros said:

Interesting...

# April 21, 2007 3:35 PM

Mohamad Flefel said:

se d to me answers to mflefel@hotmail.com

# April 23, 2007 2:18 PM

shabeer said:

Very very very Inspiring article......
# April 24, 2007 5:02 AM

Myron said:

Cool.
# May 1, 2007 1:47 AM

Ripal Soni said:

Guys Here are some more interview questions in .net check it out http://ripalsoni.wordpress.com/tag/interview-questions-for-net/
# May 1, 2007 8:06 AM

Athanasios said:

Cool...
# May 1, 2007 10:46 PM

Ari said:

Interesting...
# May 2, 2007 9:59 PM

steve said:

the questions are pathetic for a senior developer position
# May 7, 2007 8:05 PM

poornachander said:

hi, i found something, go to ur spam folder in gmail, if u have more than visible number of spam mails, click the select all link. all the emails in the view will be selected and u will find an link which says u can select all the emails in spam box. now click that and u can see the not spam button on the top being disabled and the not spam button at the button is still enabled. but if u click that button it never works... whats the logic in this?? is this a wrong programming or is there some logic?? reply to poornachander77@gmail.com -Poornachander Gourishetty
# May 15, 2007 6:09 PM

Sudhendu said:

Hi , Great speech . "Subroto Bagchi , A great human being who is also an outstanding entrepreneur " is the title of an article written by Potharaju Ravindra , author of GIVE ME BACK MY GUITAR . You can read it at his personal blog , http://ravi.givemebackmyguitar.com I spotted GIVE ME BACK MY GUITAR in the best seller section of Landmark and bought it . Amazing book .I simply loved it and i have written a review also on www.mouthshut.com . Now i am going to buy "high performance entrepreneur" based on the recommendation of Ravindra .
# May 16, 2007 1:48 PM

kalyan said:

plz send a interview question with the answers
# May 17, 2007 6:06 AM

Kenneth Burch said:

I did all of your suggestions here and I still cannot open my gmail. I have 3 years of important emails saved in this account that I want to get baCK. Please help me. zxubas@gmail.com
# May 20, 2007 7:43 PM

Bhawani said:

Hi, Could not locate this tag in wss_minimaltrust.config file. Also could not find this tag's information on the net/google please help
# May 25, 2007 6:45 AM

Kenneth Burch said:

I can not log in for 3 weeks now and have 3 years of email I cannot get to. I started another gmail and it works great.

The broken one is zxubas@gmail.com and the new one is kenalanburch@gmail.com.

Pleaase help me

thanks

Ken Burch

# May 25, 2007 8:18 AM

Ripal Soni said:

some more interview questions http://ripalsoni.wordpress.com/tag/interview-questions-for-net/
# May 25, 2007 8:22 AM

Dipak said:

Can anybody send across the Interview Ques which are generally asked in MNC's and CMM level Companies

# May 30, 2007 7:45 AM

Charis said:

Hey there, I think I have the same problem.

For some reason I cannot open any pages connected to gmail but all other internet sites load with no problems.

I have also tried loading gmail through mirror sites, translating to another language and downloading google desktop.

I have deleted all my cookies/temp files/history and it doesn't make a difference.

I have heard this is possibly some kind of virus but I cannot find any information on how to fix it.

Please, can someone help me? e-mail = vadas@squidge.org

# June 6, 2007 5:14 AM

zakir said:

Really an inspiring article to younsters by the great personality.

# June 6, 2007 6:19 AM

rakesh said:

can you help in exporting dtagrid to excel, so sipmle code.

# June 8, 2007 2:59 AM

By design?! said:

That sounds like a serious flaw in IIS.  In any normal language environment the only plaintext characters in a delimited (i.e. quoted) string that need special treatment are the delimiters themselves (e.g.: the " character must be preceded by a \).

The fact that a magic sequence of characters within a quoted string - albeit one with significance in the context of HTML/SGML - but no significance in the current language context (C#) would be treated that way is atrocious.  IIS has no business looking inside a C# quoted string for anything.  Doing so breaks the C# implementation.

# June 8, 2007 8:47 AM

Mahesh said:

Thanks!! That worked.

# June 10, 2007 11:41 PM

Francis Splane said:

Frank Rice has evidently authored "Super easy guide to the Microsoft Excel 2003 Object Module".  It is referenced and even listed on this webpage.  However, any effort to read it is frustrated by a "Location cannot be found."

I could benefit from a look at that article.  Please tell me how I can see it.  Contact fxsplane@comcast.net.  Thank you

# June 11, 2007 11:32 AM

Jim Pankey said:

The problem I've had for the past week is exactly the same: inability to log in to the POP MAIL using Outlook Express and my default there, jpankey@gmail.com

I tried several username/pw combinations, nothing worked.  I didsabled the firewall and set security to low--these should have no effect anyway.  Had to go back and re-set them because nothing worked.

I need to get this up and running again.

For now I can send/receive only thru the WEB Gmail (afrhspook1711@gmail.com) but don't enjoy using that, it is for emergency use.

Please help---there is something amiss in your programming.

Jim Pankey, USN (Ret.)

jpankey@gmail.com

afrhspook1711@gmail.com

951-925-2599

PS: I can't get into my account because my username/password is not accepted.

Gmail is my source for email!

# June 12, 2007 11:55 AM

Ripal Soni said:

I have a very good collection of .net interview questions on my site www.ripalsoni.wordpress.com

I have a very good collection of .net interview questions on my site www.ripalsoni.wordpress.com

I have a very good collection of .net interview questions on my site www.ripalsoni.wordpress.com

# June 18, 2007 12:11 PM

Sathish said:

Its really good

# June 19, 2007 5:26 AM

dotnetguts said:

You will find lots of .Net FAQ Links http://dotnetguts.blogspot.com/2006/10/net-faqs-links.html">dotnetguts.blogspot.com/.../net-faqs-links.html

Keep going good work

DotNetGuts (DNG)

http://dotnetguts.blogspot.com

# June 19, 2007 8:30 AM

Alex George said:

I found a good link having all type Microsoft.net interview questions and answers.

<br/>

<a href="www.dotnetinterviewfaqs.com/.../a>

# June 28, 2007 4:45 AM

Rushikesh said:

Interview questions with answer needed

# June 28, 2007 8:01 AM

Alex George said:

Here is one more link having all type Microsoft.net interview questions and answers.

<br/>

<a href="http://www.dotnetinterviewfaqs.com/'>www.dotnetinterviewfaqs.com/.../a>

# June 29, 2007 4:31 AM

Atul Thombre said:

I am actually trying to solve a similar problem. I have a custom membership provider that I want to run in the partial trust mode. It accesses the SQL Server database. Though SQL Server does not need partial trust, I read somewhere that the provider has to run in partial trust since MOSS mandates it. While doing so, I came across an article on the web that started with a minimal trust file. The instructions in this article are similar to yours. But when I modify that file and refer it from the web.config of my test website, I get an error "This feature is not supported at the configured trust level." Any idea?

Atul.

# June 29, 2007 5:16 AM

rakesh shrivastava said:

it is really awesomwe.

# June 30, 2007 4:36 AM

Sadhana said:

a great inspiring lesson...i m currently teaching your lesson to the 12 th std..your explanation of 'sucess' are great pointers...it's really 'an art' to be able to share one's life experiences..and you did that brilliantly.God chooses the vehicle to impart the lessons of life:-)The message Go, kiss the world is supreme.

Life's best always.

sadhana.

# July 2, 2007 2:36 AM

Darya said:

hi dear Gmail support ,

I'm mail administrator for domain of karafarinbank.net and Gmail get us wrong about spam and junk mail,would you please DO NOT GET US WRONG ,WE ARE NOT SPAM OR JUNK .

Thanks in advanced

# July 2, 2007 7:36 AM

Taha said:

private System.Windows.Forms.Button btnQuit;

     private System.Windows.Forms.Button btnTest;

dose  not Initizalied

# July 4, 2007 1:15 AM

Ben said:

Ok, 2 weeks ago my password stopped working, I have tried everything, my security question won't work, It won't send to my secondary email, I thought it might have been frozen, but I heard from a friend gmail can't be frozen.  I wanted to send an email to gmail, but I need a verification code, which I can't because:

If it's in my email I CAN'T ACCESS THEM!

If it was in my secondary email, then I must have deleted it, I've had my gmail for a long time now, years I think!

Any help would be MUCH appreciated

# July 8, 2007 6:58 PM

Sharpmao said:

Usefull,

thanks

# July 10, 2007 9:04 AM

roberta vaughan said:

Over the last month I have increasing difficulty accessing my email account - I can't draw up the website to log on at all for the past 5 days. I have attempted several routes including http://gmail.com, https//mail.google.com. I have also gone through the steps to disable any third part firewall and clear the browser's cache. No luck. I need to access my gmail and need help ASAP. Thank you. Roberta

# July 10, 2007 10:17 AM

mark said:

haha, yeah right. $4000 for a piece of software which isnt really nessisary as you can just install the net framework. thats a real joke to the company that made that.

# July 12, 2007 5:12 PM

Mekonnen said:

Hi Suresh

Thank you for your code that exports data from excel to Datagrid1. But I think the code donot work.

since it generates the following error

'Suresh$' is not a valid name.  Make sure that it does not include invalid characters or punctuation and that it is not too long.

can some one help me.

Thanks

# July 16, 2007 7:47 AM

denis morozov said:

thanks!

I copletely forgot and was trying to OR it with II instead of I, thank you , I knew it was so simple

# July 17, 2007 2:42 PM

Vijaya Kumar said:

Sir,

I have  done  my  Btech in  Biotechnology and in  furture i  want  to enter  in  the  field of bioinformatics...So  I  am  planning to  learn Microsoft.Net  for  5 months certified by  Microsof.  May  I know how  far will  I   be  succesfull  in  this  way...In  future I  want  to  enetr the  core of Bioinformatics.....please  suggest in  this reagrd...

waiting for  your  valuable  reply

# July 18, 2007 4:37 AM

Harish L said:

Three cheers to Mr Bagchi.

The Speech makes a good reading/listening, With my personal experience of life for almost 58 years -  being an eldest son  being born in family of six children - married  to a woman - of course I had to obtain the consent of my parents little forcefully - and at present having  only one a son of 25 years who is also married a girl of his choice; I feel the entire achievement of Mr Bagchi was possible as he has aptly expressed - " eventually I found my life's calling  " which did not happen in my life.  I feel success comes to those who are lucky and who had somebody elese to sacrifice in life.  

# July 23, 2007 4:14 AM

ryan Tenier said:

Questions I had for senior developer down in Victoria were things like:

-What are the advantages of using PIVOT in SQl 2005

-how would you add an XML dependent object to the cache, that automatically refreshes every 1 hour, unless the XML  file changed (Then it auto-updates)

-Write a SQL query that does.....(the query was 83 lines long).

the questions I had were intense. However, I think I asked for too much $$ so they gave it to someone else :(

# July 23, 2007 10:59 AM

DotNetKicks.com said:

You've been kicked (a good thing) - Trackback from DotNetKicks.com

# July 23, 2007 3:20 PM

Alex George said:

Rushikesh here you can find interview questions with

Answers

www.dotnetinterviewfaqs.com

www.dotnetinterviewfaqs.com/asp-dot-net-faqs-job-interview-questions-answers.aspx

# July 24, 2007 12:51 PM

George Zacharia said:

Mumbai user group is  really good.

# July 26, 2007 3:01 AM

Rudresh Pandey said:

Grrrrrrrrrr8 1ns.

I enjoyed really.

# August 7, 2007 7:25 AM

anon said:

Just copied from MSDN

# August 7, 2007 3:00 PM

dotnetUncle - .NET Interview Questions said:

Check out more .NET Interview Questions

at http://www.dotnetuncle.com

Tons of questions on C#, ASP.NET, OOPs, .NET Framework, XML, SQL, AJAX & More

# August 9, 2007 5:24 AM

Meenakshi said:

It was a lot easier to seehis point because of the exmaples he gave.Such everyday happenings in our life and our response, reaction and learning are what determine what we can become.

# August 17, 2007 3:09 AM

sagar d nikam said:

MSc computer software

# August 18, 2007 3:15 AM

dotnetUncle - .NET Interview Questions said:

More .NET Interview Questions

Checkout http://www.dotnetuncle.com

Cheers!

# August 21, 2007 1:33 AM

Relly nice said:

thanks lot

# August 21, 2007 1:44 AM

alex# said:

Thomas en as déjà longuement parlé via un article qui dépeint grandement la technologie et qui reste

# August 22, 2007 8:31 AM

Dilshan Rodrigo said:

Great speech, I am taking some lessons in bringing up my kid.  

# August 24, 2007 12:59 AM

Nilesh said:

Plz, Send ASP.NET interview question with the answers  

# August 24, 2007 5:56 AM

Srinivas said:

It's good

# August 26, 2007 7:46 PM

Nilesh said:

plz send a interview question with the answers

# August 27, 2007 1:03 AM

Dot Net Faqs Master said:

# August 29, 2007 10:23 AM

BarbLiff@aol.com said:

How do I fix the problem with the error message

coming up all the time about the Microsoft Development Enviromental error?

# September 10, 2007 3:03 PM

Sista said:

I'm looking for someone who can help me with getting into Gmail. Everytime i try to check my mail  use the address www.gmail.com but everytime this blank site comes up, at the bottom of the site says that's finished and in the line above there is this loooooong address of gmail's account-mine account.

That's all that happens. I don't even get to see the site where I need to log in!!!

I really don't know what to do! My anti-virus program is not the one of those that prevents me from going on sites like Gmail. I tried erasing cookies, but that doesn't help either. I urgently need my Gmail account back! :(

# September 12, 2007 5:09 AM

Dot Net Interview Master said:

Hi nilesh,

Here is the a link of ASP.NET interview Questions with Answers,

www.dotnetinterviewfaqs.comasp-dot-net-faqs-job-interview-questions-answers.aspx">www.dotnetinterviewfaqs.com/asp-dot-net-faqs-job-interview-questions-answers.aspx

www.dotnetinterviewfaqs.com

# September 15, 2007 4:46 AM

Hari Prakash said:

Probably the best speech in recent times.

# September 19, 2007 4:35 AM

sucharitha said:

Hello,

Can you provide me some common questions on ASp.net which can be expected in interview.

iam a beginner. pls do mail me with Ans.

It will be very helpfull for my preparations

My email id is sucharitha.sake@gmail.com

# September 20, 2007 6:02 AM

Ramesh said:

Hi

 I am using asp.net 2.0. And I am tryin to run the application the same error will through. If I restart the machien then it will work well.I am usign ajax too in my project .Please do the needful.

# September 20, 2007 6:05 AM

sucharitha said:

Plz, Send ASP.NET interview question with the answers  

mymail id sucharitha.sake@gmail.com

# September 20, 2007 6:05 AM

Ilayaraja said:

NewLine in constant in VS.net 2005

# September 20, 2007 8:25 AM

TeriK said:

Here is a great site with all kinds of technical questions:

www.acetheinterview.com

# September 22, 2007 3:35 AM

da man said:

nice trick, thanks

# September 22, 2007 5:14 PM

bhanumurty said:

great article.in fact these type of articles should be implemented in regular syllabus in schools which makes a lot of impact in the upcoming generation who are loosing the family values and social touchness.

# September 24, 2007 2:59 AM

Petros said:

Cool.

# September 24, 2007 5:30 PM

DotNetKicks.com said:

You've been kicked (a good thing) - Trackback from DotNetKicks.com

# September 26, 2007 12:35 PM

rams said:

Thanks for the tip.

But where is ViewState["IsUserControlPostBack"] set to some value?

# September 26, 2007 2:25 PM

Richard said:

No, it won't. The IsPostBack property for a UserControl returns the same value as the IsPostBack property for the page. If you're getting true every time, you must be doing something unusual.

# September 26, 2007 2:41 PM

Dan said:

You should do a little testing on your assumption of IsPostBack always equaling true inside of a UserControl.  I'm working on a user control right now and put in Response.Write(Page.IsPostBack) and Response.Write(IsPostBack), and on a get request they both output "False".

# September 26, 2007 3:02 PM

Jason said:

Are you sure that IsPostBack is "always" true inside of a UserControl?

I have a project I'm working on, and the UserControl is called Contracts.ascx...Inside the Page_Load event, I have the following code:

           if (!Page.IsPostBack)

           {

               Response.Write("Can you see me?");

               SetProjectLabels();

           }

I only see the message "Can you see me?" one time...not every time the Page posts back.

# September 26, 2007 3:28 PM

Joe Chung said:

Umm, IsPostBack can be false in a UserControl.  Are you sure you're not doing something else wrong?

# September 26, 2007 8:21 PM

CM said:

Hi there,

Page.IsPostBack is not always true inside a control. What's the catch?

Thanks

# September 26, 2007 8:38 PM

Christos said:

Interesting...

# September 27, 2007 12:52 AM

Vikram said:

I could Not follow. Where are you adding the value for the ViewState["IsUserControlPostBack"]

# September 27, 2007 1:49 AM

Joe said:

A couple of remarks.

> IsPostBack method will always be true inside user control.

This is wrong: it will be true the first time you load a UserControl dynamically in response to a page PostBack, but is not true in the general case.

> You can use following alternate method to by pass this isse

The code has a bug - looks like you copied it incorrectly from blogs.clearscreen.com/.../2838.aspx

You omitted the line:

this.ViewState.Add("IsUserControlPostBack", true);

# September 27, 2007 2:42 AM

zameer said:

But wouldn't Page.IsPostBack achieve this?

# September 27, 2007 5:36 AM

Jaap said:

As far as I know, the IsPostback property works the same inside a Web User Control as it would be working inside a page.

Could you provide an example where it doesn't?

# September 27, 2007 11:06 AM

Big D said:

I'm sorry, I don't get this article at all. What do you mean IsPostBack is always true. Under what circumstances? If a Page is postbacked? Yes of course it is.

Could you please clarify things a bit more.

# September 27, 2007 12:28 PM

Clint Simon said:

This is simply false. IsPostBack returns the proper value inside a user control. Maybe you are misguided? Is there some other issue that you or not seeing?

Please don't spread false information.

# September 27, 2007 4:44 PM

history of sri lanka said:

When you are searching for business consulting material and sites, be sure to tap into all of the sources at your disposal.

# September 28, 2007 5:50 AM

Richard said:

The IsPostBack property will *NOT* always return true in a UserControl - it returns the same value as the Page.IsPostBack property.

# September 28, 2007 2:04 PM

shivnath said:

please help me.I want the intwrview questions for dotnet using vb.net language.

# September 30, 2007 12:00 AM

MRS.GEETHA V NAIR said:

I happened to go through  Mr. Subroto's speech.It is really an eye opener to many aspiring CEO's and C.O.O's and also the upcoming  young executives .

Today, Indian need such personalities to be role model for  our country's growth

I lookforward an opportunity to greet him personally.

With Warm Regards

Mrs.Geetha.V.Nair

Chief Operating Officer

KLR Industries Limited

Hyderabad, AP

Web. www.klruniversal.com

# October 3, 2007 1:15 PM

Margaret Chapman said:

I can access my gmail account at work but not at home. Neither can my husband access his. I have tried logging on in safe mode which worked once but not now.

My work email address is:

margaret.chapman@ndm.ox.ac.uk please email me to tell me what to do. I assume it something to do with the pc but as it has worked ok in the past I am not sure why it has started to play up nopw! My own pc is down with hardware problems!

# October 9, 2007 2:51 PM

Rick said:

Hi, I've also found myself locked out of the whole Gmail website - google chat works, as do all the other websites, but none of the Gmail pages load up. It's like they've blocked my IP address. I've tried the usual clearing cache, disabling firewall etc, no difference.

Thanks in advance for any help!

# October 18, 2007 7:33 AM

Rick said:

Hi, I've also found myself locked out of the whole Gmail website - google chat works, as do all the other websites, but none of the Gmail pages load up. It's like they've blocked my IP address. I've tried the usual clearing cache, disabling firewall etc, no difference.

Thanks in advance for any help!

# October 18, 2007 7:46 AM

Kalai said:

Its very  useful for job hunters..

# October 19, 2007 12:20 AM

jon@gobesthome.com said:

Thanks for saving from a nightout. I had to write a regular expression which allows a defined set of characters and was not able to find out how to put a " in the regular expression. Most of the characters can be directly place inside a Validation expression but not a ". For the benefit of other here I am putting my validation expression also:

ValidationExpression="^[0-9a-zA-Z.,!@#$_%/&*:+=><;\{\}\[\]()\s\-&quot;]

# October 20, 2007 8:36 PM

denver said:

hi good day

i have registered on gmail in the past 3days and it has offered me an option to receive daily newsletters.

One of the newsletters came up from the playboy site.

i am now on registering a new email address and it is not giving me that option. please could you assist me with this problem or show me were that feature is

please could you reply asap.

thanking you kindly

Denver

# October 23, 2007 4:43 AM

software distribution » Web service VS non-serviced .NET component said:

Pingback from  software distribution &raquo; Web service VS non-serviced .NET component

# October 24, 2007 6:33 AM

pasaragonda shekhar said:

in a nut shell giving asp.net interview questions

thanking you

# October 29, 2007 2:58 AM

C# Prof said:

Find C#, VB, .Net interview questions at

sumedh.shende.googlepages.com

# November 6, 2007 8:39 AM

Pradeep Narsimhula said:

Hi Suresh,

Thanks for sharing the interview questions.....

Can u share the answers even?

Thanks

Pradeep

# November 7, 2007 2:04 AM

Sajid Khan said:

My Gmail account " khansajidzk@gmail.com " have been cracked, i want to recover my password or else delete my account

# November 9, 2007 4:34 AM

jdanforth said:

Nice, you just got a small typo on the URL for metablog in the end there ;)

Thanks for posting.

# November 9, 2007 5:41 AM

me, myself and I said:

Hell no! I can't find anything concerning C#, ASP.net or whatsoever. What is the reason? There is plenty of Java courses and nothing about C# :(

# November 9, 2007 6:00 PM

Mitesh said:

Hi,

    i had heared little bit about google tracking but don't know how to implement in my .net application. pls help me if anybody can.

# November 12, 2007 4:03 AM

Chris said:

Have a look at www.softinstall.net it is a simerlar product without the huge price tag!

# November 12, 2007 5:55 AM

heting said:

why I can not find Visual Studio .NET 2005

# November 19, 2007 8:11 AM

David Taylor said:

Or (assuming you are using ASP.NET 2 or above) you can leave Option Strict On, and just do:

<% #Eval("ID") %>

I hope this helps.

Regards,

David

# November 21, 2007 4:39 PM

Bill said:

Why not use Eval or Bind?

# November 22, 2007 1:02 PM

Richard said:

Or alternatively,

DataBinder.Eval(Container.DataItem, "ID")

Or, for ASP.NET 2.0:

Eval("ID")

Both of these will work even if the DataItem is not a DataRowView - for example, if you bind to a custom collection of business objects.

# November 22, 2007 7:41 PM

Richard said:

Or alternatively:

DataBinder.Eval(Container.DataItem, "ID")

Or, for ASP.NET 2.0:

Eval("ID")

Both of these will work even if the DataItem is not a DataRowView - for example, if you bind to a collection of custom business objects.

# November 22, 2007 7:45 PM

sathish said:

Thank you suresh.

It was amazing.Hats off to Subroto Bagchi

# November 23, 2007 8:29 AM

md osman akthar said:

Dear all,

Its an example of humanity,high moral values and determination.

I wish and plead every one to adapt the success path of Subroto Bagchi.

# November 23, 2007 10:22 AM

richard wason said:

GOD is never mentioned in his speech. Itleast now he should understnd the "Grace of God"

# November 24, 2007 2:10 AM

Feed Search Engine - All Fresh Articles And News Are Here said:

Pingback from  Feed Search Engine - All Fresh Articles And News Are Here

# November 24, 2007 8:08 PM

Windows Live Writer Configuration for Weblogs.asp.net blog account said:

Pingback from  Windows Live Writer Configuration for Weblogs.asp.net blog account

# November 26, 2007 12:01 AM

Bioinformatics and Microsoft .Net said:

Pingback from  Bioinformatics  and Microsoft .Net

# November 26, 2007 3:06 AM

Small Business Leadership Training said:

Pingback from  Small Business Leadership Training

# November 26, 2007 7:50 AM

Rob Gonzalez said:

What is the stored procedure solution?

Does anyone have one?

# November 28, 2007 10:08 AM

find leica cameras at http://leicacameracentral.info said:

The normal everyday person would think that investing the time to produce books on this topic of thought is a waste of money.

# November 28, 2007 6:47 PM

sankar said:

plz send me asp ,c# dot net interview question

# November 30, 2007 9:31 AM

Mahesh said:

Thanks for your link...

these are really helpfull.

i found this link is also very usefull as this is community based....

www.thinkinterview.com/.../c2_ASP.NET-Interview-Questions.aspx

# December 2, 2007 1:38 AM

Rajeev Biligere said:

some C# interview Q/A.

# December 4, 2007 11:31 AM

Rob said:

# December 4, 2007 5:57 PM

Mohammed el baz said:

How can i use this on a self relation table.?

# December 5, 2007 4:55 AM

seema said:

Plz, Send ASP.NET interview question with the answers  

# December 10, 2007 6:45 AM

pho said:

you can also generate your own... http://www.ajaxload.info/ ;-)

# December 10, 2007 11:45 AM

jayson knight said:

Pho beat me to it...ajaxload.info is a must hit site.

# December 11, 2007 9:13 AM

prodam kvartiru g lyubercy said:

kvartiry m frunzenskaya kvartira snyat odnokomnatnaya ekaterinburg kvartiry kirovogradskaya 24 prodazha kvartir silikatnaya <a href="betaflat.com/">prodam kvartiru g lyubercy</a> rynok kvartir sankt peterburg arenda kvartir g omsk gp kvartira ru pokupka kvartir g ufa

# December 14, 2007 10:15 AM

John S. said:

jQuery has a great plugin for this: http://tablesorter.com/docs/

# December 14, 2007 2:18 PM

Job Search: Build a Career, Job Listings, Employment » HTML tables sorting said:

Pingback from  Job Search: Build a Career, Job Listings, Employment &raquo; HTML tables sorting

# December 14, 2007 3:09 PM

William said:

I tried to establish a second gmail account and my password would not allow me to access my original gmail account. What to do?

# December 20, 2007 8:21 PM

BD AGARWAL said:

I HAVE LOST MY PASSWORD BUT IS SAVED IN OUTLOOK CAN I GET THE PASSWORD SO THAT I CAN DO THE WEBLOGIN. APART FROM THAT I HAVE THE VERIFICATION CODE WHICH CAME WHEN I CREATED MY ACCOUNT. THE SECONDRY EMAIL ADDRESS IS NO MORE VALID

# December 21, 2007 9:13 AM

chetna said:

very good

# December 25, 2007 8:14 AM

known said:

Better to stick with biotechnology and specialize plants genetic engineering. biotech have good prospectus right now and a lot of research to be done.

whereas bioinformatics is a good subject to help forensic investigations and security purpose. A technologist (bioinformatist) is required to develop devices such as finger print scanner, body ultrasonic scanner and detecter etc. along with computational algorithms.

# January 4, 2008 11:27 AM

sankeerth said:

i like develop my skills........so,help me in this regard

# January 5, 2008 5:20 AM

Wendy Wong said:

What is the hot key for insert a row or column?  Likewise, what is the one for deleting a row or column?

# January 8, 2008 1:14 PM

Tom Medhurst said:

Thanks for this, very helpful.. although a link to the resource kit download would be nice!

# January 9, 2008 10:11 AM

Pitabas Behera said:

It's really good.

# January 10, 2008 12:02 AM

Pitabas Behera said:

for your use

# January 10, 2008 12:06 AM

EMMA said:

LIke Ben Above,

All of a sudden I cannot access my account.It says my password and secret question are both invalid, and I did remove my other 2nd email account as my account had ben hacked.

I had changed the password and secret question and I'm sure that I know what they are. But they do not let me in - since the Jan 3. I emailed gmail in a form with everything including ip addresses that they requested,  the day I first got my account, my Dog's first day of college, and what brand of trashbin I use.

THEN I get an email saying tough luck, we can't give you your password. Meanwhile, I made the mistake of using it for crucial data while I resolved problems with my other unrelated email account. I have repeatedly emailed them using their own forms. I have looked everywhere for a live person  could talk to. If I could get back in, I'd tell you everything great about them. But this makes them a -5000 on a scale of 1 to 10. Please help, gmail!  - Emma

.

# January 10, 2008 1:26 PM

EMMA said:

I also want my password or to delete the account. It has been broken into.

I use it for emergencies, and no one emailing me knows that I will never see the email (unless gmail helps). Gmail has emailed me form letters saying they can't help, yet I have emailed then with their form with everything including my ip address. I need the password or to shut down the account, this is AWFUL.

# January 10, 2008 1:58 PM

margo said:

cannot access inbox. have tried everything suggested. why does googlew not help us? is there a fix?

someone please email me.

# January 12, 2008 1:21 PM

siruvia said:

Hi, Thank you for nice poem :,D

But...I really wanted to know that who wrote this poem!

# January 14, 2008 12:00 PM

rob said:

I had problems with the blank screen and not being able to get to my emails until I tried

mail.google.com/mail

# January 15, 2008 10:59 AM

Susan said:

My gmail comes up totally blank.  From reading all the previous letters, it seems I'm not the only one.  Would please advise me how to fix this?  It does sound like this is a problem on Google's gmail site.  Please fix it.

Susan

# January 15, 2008 11:51 AM

Kalpesh said:

Suresh,

What is it that you are looking for?

Are you facing a problem with merging or is this a solution?

Please pardon my ignorance.

# January 18, 2008 12:47 AM

rajbk said:

The "Merge and Center" button is available on the formatting tool bar. If the formatting tool bar is missing, click on View - ToolBars - Formatting. If you don't see the button on the formatting toolbar, click on the down arrow key to the right of the toolbar.

# January 18, 2008 10:43 AM

JavaScript Onload said:

thank you for your submit

# January 22, 2008 9:25 AM

Aasheerwadh said:

Great speech to make a person think beyond his scope and get the world moving ata higher speed

Thanks

Aaheerwadh

# January 23, 2008 1:59 AM

Ashim said:

Please specify a more prominent code

# January 25, 2008 4:50 AM

Rupesh said:

Hi this is Rupesh.

my company blacklisted gmail site through SafeSquid Software i want to know any solution for the same can i get http of gmail site

# January 30, 2008 5:40 AM

Anand Jadwani said:

CAN YOU PLEASE HELP ME IN FINDING THE SHORTCUT TO SHIFT CELLS DOWN,SHIFT CELLS TO RIGHT, SHIFT ENTIRE ROW.

# February 3, 2008 2:44 PM

Community Blogs said:

It all started with an email Mohamed Hossam (AKA, Bashmohandes) sent to SilverKey Tech. (the company

# February 4, 2008 7:21 AM

AJAX Activity Indicators said:

really it is very cool site

# February 10, 2008 7:55 AM

pradeep tiwari said:

plz send me top most intervew question about .net.i am frsher student of mca

# February 15, 2008 12:11 PM

Priety said:

i want to improve my knowledge ...........so pls help me

# February 15, 2008 1:12 PM

mark ellis said:

I try and login, with the correct password, and it says it is the wrong password.

I need to get into my account, please help.

mark.maps3@gmail.com

pw. b829128

I opened a new account: mellisph@gmail.com

or maps3@hotmail.com

# February 16, 2008 11:12 AM

Rick Klamann said:

I have lost my password and cannot remember my secondary email account.  Could you please send me instruction on how to correct this through this other email account:  rickklamann2001@yahoo.ca

Thank you

Rick Klamann

# February 18, 2008 11:40 PM

anant said:

i need to export particular rows of datagrid, selected by checkbox..

can u have the solution??

regards

anant

# February 22, 2008 4:34 AM

bad credit credit card uk said:

Er inheritance cash advance advance america loan payday

# February 26, 2008 4:31 AM

Girish said:

www.techinterview.com

# February 26, 2008 5:46 AM

Marco said:

Excelent tip!!, congratulations! it help me a lot, thanks from Peru!.

# February 29, 2008 9:02 AM

azeraus said:

Many Thanks,

This is what i've been looking for.

# March 2, 2008 10:37 PM

mamta yadav said:

I for got my password and my alternative mail id is hacked by someone.

I need to change my alternative mail id,  and login my account .

please help.

my user name is  mamta.sunshine@gmail.com and i wants to change my alternative mailid is  mamtyadav@indiabulls.com.

thanks

# March 3, 2008 7:40 AM

Ana said:

hello, I have teh problem now that you had, because I need to insert in the database the end session time I've tried a lot of things, but anything works. How can I do that????????

please heeelllllpppp

# March 4, 2008 3:43 PM

Bil Simser said:

Another phrase (when I was learning typing in Grade school) was "Now is the time for all good men to come to the aid of the party". It's used to exercise the fingers as each letter is keyed by a different hand (well, except for the "oo" in "good")

# March 4, 2008 4:30 PM

Manvendra said:

hi,

Really very helpful FAQ's.

Please Update it with new ones.

Thamks Again.

# March 5, 2008 5:43 AM

Joe said:

Nice links to be bookmarked.

# March 6, 2008 11:29 AM

LINQ Recipes said:

Introduction to Regular Expressions

# March 6, 2008 1:02 PM

rascunho » Blog Archive » links for 2008-03-07 said:

Pingback from  rascunho  &raquo; Blog Archive   &raquo; links for 2008-03-07

# March 7, 2008 3:21 PM

HI ITS NAGARAJU said:

I WANT ASP.NET INTERVIEW OUESTIONS

   pls give with my mail

# March 8, 2008 1:46 PM

Dipak (Ranchi) said:

Sir,

this is a very good idea.

Thank you.

I am working at Chandigarh, but study from Ranchi.

One of our teacher's name was Suresh Behera, who teach us on IGNOU, St. Xavior's Study center.

if u r the same please mail me dipak.dipak@gmail.com.

If u not so, then also i will thankfull to you.

Thank u sir.

# March 13, 2008 3:12 AM

Trumpi's blog said:

Sorry about the lack of categories yesterday. I was really lazy. Web ValidatorCalloutExtender does not

# March 13, 2008 4:19 PM

sourava jena,cet,bbsr said:

really...i m amazed.i m dumbfounded...what a speech!!!

i was enjoying every bit of it..my heart is full of respect for the legend...sir..Subroto Bagchi...if i would meet u personally meet someday...hey..God please give me this opportunity to full fill this dream...

A truly encouraging speech...rather i will call it the anthem which changed my perception about life and my definition of success...

Hats off to SUBROTO BAGCHI........

u r my HERO..and U will be forever...

# March 16, 2008 11:56 AM

nava said:

I think both are robust languajes, but for some reasons the big companies uses Java, the Nasa Mars Rover uses Java, Java is better paid in US, and is free. All coments are valid, but... what you think???

# March 28, 2008 7:19 PM

nava said:

Imagine that when the shuttle arrives to Mars, the Mars Rover (if builted in .net, and runs in windows), suddenly doesn't work and appears the very, very, very famous Blue Screen of Death...

# March 28, 2008 7:26 PM

Dhamoo said:

Super, use full to me

# March 30, 2008 5:38 PM

Sandipa said:

sir,

 my account has been deleted by someone whom i know. now i want to recover my gamil id.deleted accoutn is

sandipa12th@gmail.com.

Password : rakesh is a dog

Now i have forgotton my secondary mail id. i have lost my all the contacts and mail. all who are sending my mail on that account they are getting mail failure notification (UNKNOWN USER). i am trying to create account with the same id it is saying that not available.

I want this mail id

Please help me on my current mail id (sandipa13th@gmail.com)

# April 5, 2008 5:30 AM

Mahesh said:

Thanks for give me sql question & Answer

# April 6, 2008 2:08 AM

elena redko said:

when i try to log in to my gmail account i am getting a message

400 Your client has issued a malformed or illegal request

can u help me pls?

since i cannot log on to my gmail account u can reply to

elredko@hotmail.com

thanks for your support

kind regards

elena

# April 6, 2008 2:19 PM

Martin Powalla said:

Dear Madams,Sirs

I cannot access my martinpowalla@gmail.com account no longer. I tried to

change the passport but I couldn't do it and then my computer crashed on

me. I have my 40th anniversary and just send all my invitations out to my

friends and I do need to get back to my account as soon as possible! My

password was qqqqqqq2 and my birthday is the 21.08.68 I hope this helps

and you can send me a new password instead and activate my account!

kind regards

MArtin

# April 8, 2008 11:49 AM

Martin Powalla said:

Dear Madams,Sirs

I cannot access my martinpowalla@gmail.com account no longer. I tried to

change the passport but I couldn't do it and then my computer crashed on

me. I have my 40th anniversary and just send all my invitations out to my

friends and I do need to get back to my account as soon as possible! My

password was qqqqqqq2 and my birthday is the 21.08.68 I hope this helps

and you can send me a new password instead and activate my account!

you can send a new password to martinpowalla@gmx.net

kind regards

MArtin

# April 8, 2008 11:53 AM

Matt said:

The best way is to write a formula.

If Suresh is in cell A1 and Behera in B1, i would write a formula as follows in C1

=A1&" "&B1

Hope this helps

Regards

Matt

# April 9, 2008 4:41 AM

Matt said:

You can get around this with a formula.

# April 9, 2008 8:21 AM

Shankar said:

It's really very good...... After reading this, I try to be a winner as mentioned on the above !!!!!!!!!!!

# April 9, 2008 11:50 AM

Bala said:

please send me vb.net interview questions immediately

# April 10, 2008 6:51 AM

Bala said:

pls send me vb.net questions sir

# April 10, 2008 6:54 AM

Anjani Kr. Mishra said:

Am not able to chat through gmail......

Pls help.....

# April 11, 2008 1:42 AM

Anjani Kr. Mishra said:

PLs help not able to chat through g mail, no obtion of chatting ....

my mail id:

anjani.ash@gamil.com

anjani.jyotiprasad@gmail.com

# April 11, 2008 1:58 AM

shivanand mishra said:

Respected dear plz send the ASP.nET iNTERVIEW QUESTION IN 2008

# April 16, 2008 2:40 AM

avance said:

Thanks for the nice article

# April 22, 2008 3:46 AM

Leela fernandez said:

One of the best inspiring and life educative articles I've ever read.  One could learn a lot.....  

# April 23, 2008 1:07 PM

Tamer said:

how can i mail merge from access db using C#

# April 28, 2008 5:04 PM

Hari Haran said:

Need,Visual Studio .NET 2003 Posters (for .net framework, vb and c#, and ado.net)

please give me the link

My mail id: harimail2000@rediffmail.com

Thanks in advance.

Hari Haran.R

# April 28, 2008 8:17 PM

Pinal Dave said:

One of the most popular request I have received on this blog is to create one page which list all the SQL Server FAQs. SQL Server technology is very broad as well very deep.

blog.sqlauthority.com/.../sql-server-download-faq-sheet-sql-server-in-one-page

# April 29, 2008 12:34 PM

vishal said:

i need Database and SQL Server Interview Questions and Answers

# May 2, 2008 3:41 AM

Sathish,C said:

It Showing "Unspecified Error" in ASP.NET 2003

# May 8, 2008 10:47 AM

Windows » Frequently Asked Questions on Windows SharePoint Services - Suresh… said:

Pingback from  Windows &raquo; Frequently Asked Questions on Windows SharePoint Services - Suresh&#8230;

# May 15, 2008 2:17 AM

AHUJA S K said:

in these times when ethics and propriety, especially in business, are considered as foolish or out of place, this comes as a pleasant and enlightened piece. Wonder,if miniscule proportion of people/leaders listen to their soul, how wonderful theisplace called earth caneb for living in. My salutations to Mr. Bagchi. Let this aricle be gifted by every parent to his children.

Long live Mr. Bagchi

# May 22, 2008 10:42 PM

Searcher said:

Nice tip but not always good to be editing the registry.   MSFT needs to give ability to remove in VS.

Just a note:  You may need to reorder the filenames.  My most recent project was put in File1 with 7 others named File2..File8.  When I deleted File1 from the registry none of my other projects I wanted to show where showing.   I went into the registry again and reordered the names from File1..File7.  The ones I wanted to appear appeared again.

This works but should not be the solution .... Microsoft!!!

# May 23, 2008 10:36 AM

Aniruddha said:

I have merged 4 cells. and want to unmerge them into evenly distributed 3 cells. is it possible?

# May 27, 2008 2:49 AM

megha said:

i m a final yr mca student looking for .net interview question

plz send me

# June 1, 2008 2:02 PM

Vinu Vincent said:

What inspiring words & revelations !!!!! Amazing read and it sure has got me thinking. My fav. words :

"Imagination is everything. If we can imagine a future, we can create it, if we can  create that future, others will live in it. That is the essence of success."

# June 2, 2008 8:13 AM

L.N.mishra said:

An inspiring  and a fabulous speech.I went through it in detail and became a bit emotional.Grrreat speech

# June 2, 2008 12:43 PM

Dharani said:

is there any other way to do this one

# June 3, 2008 9:13 AM

Seever Sulaiman said:

Hello, I was encountering the same error with asp.net 1.1. I unchecked the indexing from IIS and it worked fine. Thanks Justin.

# June 6, 2008 5:04 PM

Harry Toye said:

Hi,

Similar to numerous other gmailers, I have had my gmail account for a long time and introduced many friends and colleagues to the up-to-now, apparently efficient service. My account was hijacked 8 days ago and it appears impossible to contact an actual human being at google to stop tha address being used in scams directed at hose in my gmail address book.

Tried all the forms and procedures and my secondary email account did not even receive a reply from Google.

Can anyone recommend an alternative to Gogle that is more reliable?

# June 8, 2008 3:15 AM

Kaushik Bhowmick said:

Sharing your experience in such simple way is truly outstanding; I have enjoyed this thoroughly.  Hope to converse with you in person soon.

# June 10, 2008 4:37 AM

abhishek said:

my id is hacked by some one so plz help me that not one use any wrong work will be do this id

# June 11, 2008 1:01 PM

rahul jain said:

site is too helpful....

thanks

# June 12, 2008 12:31 PM

S. Gokulraj said:

Dear Sir,

           All my inbox, spam, trash, sent mail, draft mails are lossed today by afternoon ( 14.06.2008). I also having my personnal mails as well as my official mails in it. I am in trouble. Kindly give me clarrification and resolution regarding the retrieve of my lost mails.

     I don't how it happened. when i logged into my gmail account i shockingly found that my all inbox, sent mail, trash, draft mails are empty.

# June 14, 2008 9:27 AM

ayyappa said:

timezone convertions using asp.net and sqlserver

# June 17, 2008 4:53 AM

goth14 said:

..it is so nice tnx coz i do my assignmen!!

# June 19, 2008 7:21 AM

pramod kumar nandy said:

really..i saw many examples but this is the first time i see one such a gr8 thinking.......this is really a vey good source of inspiration for very Humanity, specialy for Us..........:):):):)Hats off to ur simplicity..My father used to tell me such example but today i feel the power of simplicity and thinking..........U should make it more popular Suresh..every people of orissa should know ......

# June 20, 2008 4:49 AM

what are the traditional functions of the f keys said:

Pingback from  what are the traditional functions of the f keys

# July 8, 2008 6:11 AM

new line in constant said:

Pingback from  new line in constant

# July 9, 2008 2:51 PM

drop down option to insert info into cell excel said:

Pingback from  drop down option to insert info into cell excel

# July 14, 2008 11:17 PM

Ephedrine. said:

Diet pills with ephedrine. Ephedrine based diet pills. Oxidizing ephedrine makes meth. Ephedrine liquid gels.

# July 30, 2008 3:20 AM

Twitter Mirror said:

rkierner : @ mattblodgett close: http://weblogs.asp.net/sbeh...

# August 6, 2008 11:45 AM

Work for stay at home moms. said:

Work at home moms. Top work at home moms. Wahm com the online magazine for work at home moms. Moms work from home. Work for stay at home moms. Work at home moms resource wahmpros.

# September 2, 2008 7:15 AM

funny wallpaper » Windows Mobile 5.0 said:

Pingback from  funny wallpaper &raquo; Windows Mobile 5.0

# September 23, 2008 11:15 AM

funny wallpaper » IE Developer Tool said:

Pingback from  funny wallpaper &raquo; IE Developer Tool

# September 24, 2008 7:00 PM

My Excel User Conference Experience - Code For Excel And Outlook Blog said:

Pingback from  My Excel User Conference Experience - Code For Excel And Outlook Blog

# September 26, 2008 12:56 PM

benoit808 said:

Suresh, the .Net Framework 3.0 and 3.5 are actually just the .Net Framework 2.0 with some additional features. This means that any app that runs with .Net 2.0 will be 100% compatible with 3.0 and 3.5. However, this is not the case for 1.1. The 2.0 release saw a lot of modifications in the framework itself so that applications built for the 1.1 framework do not run on the 2.0 framework. It is possible to build an older app on the 2.0 framework however but there is no garantee that you wouldn't have to make some adjustments for the build to succeed.

So, in short, even if you have the 2.0, 3.0 and/or 3.5 frameworks installed, you won't be able to run an application built for 1.1

Hope this answers your question

# November 5, 2008 2:53 PM

Buspar. said:

Buspar side effects. Buspar. Buspar buy online cheap.

# November 14, 2008 10:48 PM

SharePoint Interview Questions - Part 1 | debtdeficit.com said:

Pingback from  SharePoint Interview Questions - Part 1 | debtdeficit.com

# November 18, 2008 3:50 AM

TFS Basic programming Step. - Suresh Behera said:

Pingback from  TFS Basic programming Step. - Suresh Behera

# February 5, 2009 12:01 AM

GMAIL SUPPORT | all about " GMAIL SUPPORT" said:

Pingback from  GMAIL SUPPORT | all about "  GMAIL SUPPORT"

# February 24, 2009 8:12 AM

Sync Framework for Windows Mobile (Devices) & some use full links … - .:YourNetwork:. said:

Pingback from  Sync Framework for Windows Mobile (Devices) &amp; some use full links &#8230; - .:YourNetwork:.

# April 10, 2009 9:32 PM

Automation client for Microsoft Excel by using C#. | Programming Help.. said:

Pingback from  Automation client for Microsoft Excel by using C#. | Programming Help..

# May 26, 2009 7:29 AM