I am creating an instance of a third party dll at client side using javascript. So far every thing works well. Even the properties and methods of this object showup when I keyin the object name...
I fully understand what ViewState does to maintain the values1 of controls in a web form. What I would like to know is the purpose of the Session-like usage as follows -
...
Hi guys
I am faced with an unusual error.
I am getting error "Can't find project or library" for Trim()
Alternatively I thought I would use a combination of LTrim and RTrim, but that failed too -...
Debug point in my code shows a question mark and execution does not halt where expected. I have looked for solutions in various places, but no luck yet.
In the meantime I *did* poke around in the registry, and also found a way around to my problem. BUT, my application appears in the context menu only when i...
I am pretty pretty new here. I have been suddenly assigned the job of maitaining a "functional" project originally developed in PHP/MySQL. So, I am required to first learn the language...
Besides for reasons which drive us into making API calls, why else would one need to use DllImport ? How different is this from adding a reference to a Library - creating instance of it...
When I tried running the command RESGEN on a text file containing unicode characters ("\u0xxx") it gives me a "Unsupported character" error.
How do I overcome this ? Please help.
...
Suppose I construct a string (mind you - not hardcode) and that string is made up of a series of unicode character representations like "\u0625\u062D... " and so on.
If I display this...