-
You mean an auto suggest textbox in Web Application? There is no inbuilt control available(If you are using Ajax Toolkit, I am not sure but I think there is a autocomplete extender available). But you can use lot of 3rd party scripts which helps you to create AutoSuggest textbox. JQuery got one nice implementation : http://docs.jquery.com/Plugins/Autocomplete
-
But we will get a ActiveX warning right? if we try to create FileSystemObject in Client side JS?
-
I think we can check File Size in client side using Silverlight.
-
Praveen its CLR Team blog, I already posted the link in the reply, posting again. http://blogs.msdn.com/b/clrteam/archive/2009/10/02/five-myths-about-managed-code.aspx Checkout : Myth One – Microsoft is not using Managed Code
-
I found a nice blog post today : Five Myths about Managed Code written by Immo Landwerth. Program Manager intern in the CLR team). From the blog post : In fact Microsoft has a huge investment in managed code (although it is still true that Office and Windows are not implemented in managed code ). However, there are a bunch of products that are significantly
-
No its not like that, I was also using the MessageBox.Show(). But yesterday someone in my team asked how can he add few more buttons to MessageBox, so I given him link of PInvoke.net and ask to implement MessageBox method using WIN32 API, after that he asked why MS is not providing this option directly
-
Thank you Praseed. Then why MS is not providing full options of MessageBox buttons in .Net
-
Thanks Praveen. Long time back I checked Mono, but that time System.Windows.Forms was missing / very early stage, so I use Gtk# instead but now its looks great. Thanks for the Link too.
-
Did you downloaded the Full SP1 or just setup which will download the Files from Internet and install it. I found few posts with the same error code, which was due to the Proxy settings / Antivirus softwares. Can you disable it and try? If you got a Log file please check the contents of the log file.
-
So my question is .Net Framework is a wrapper for Native API methods right? So its not like AWT in Java and not fully platform independent. Because we don't have User32.dll in Linux / Unix.