Localtion: Home»Directory »» NET Framework
err :WebException: The request failed with HTTP status 401: Access Denied. In: Line 37: object[] results = this.Invoke("convertTemp", new object[] {Also pls how d I translate this VB instruction to C#:What is [] in c# like in : [WebMethod(Description="Thismethod converts a temperature in...
By tutus, Thurs, 24 Jun 2009 20:28:00 GMT, 384 bytes
Hello All,I am in the process of putting together a website that allows freelance developers of all (programming) languages to create a base for sharing files, articles, links, methodologies and interacting with other freelance developers through forums and chats.At this stage I have a lot of...
By anonymous, Thurs, 24 Jun 2009 20:25:00 GMT, 816 bytes, 5 Comments
Hello All,I am in the process of putting together a website that allows freelance developers of all (programming) languages to create a base for sharing files, articles, links, methodologies and interacting with other freelance developers through forums and chats.At this stage I have a lot of...
By freelancer_to_go, Thurs, 24 Jun 2009 20:22:00 GMT, 814 bytes, 5 Comments
Once i have tried to encode a data with some encoding and then I called ISAPI with these values.Then I had checked at the IIS' LogFiles, I found that those value were encoded again by urlencode(not sure) Thus, the url that appeared in logfile is some kind like "/xxx.aspx?item=%1C%C0&date="Is there...
By gniht, Thurs, 24 Jun 2009 20:19:00 GMT, 1,456 bytes
how can we use debug.assert in web projects . I don t knowits value and how I can take advantage of it.Any specific example plsThanks...
By tutus, Thurs, 24 Jun 2009 20:19:00 GMT, 139 bytes, 1 Comments
If we want to allow certain users to access some menus or some buttons on the web page while denying other users access to those menus or buttons. What s the right way to do that. For example, when a user who doesn t have the right to click on a certain button, should get a message “U can t execute...
By r_tutus, Thurs, 24 Jun 2009 20:18:00 GMT, 698 bytes
when i write something like this char[] arr = {'a','b','''} its giving the Error 2 Empty character literal error how can i add the ' character to an char array *--*...
By anonymous, Thurs, 24 Jun 2009 20:17:00 GMT, 184 bytes, 4 Comments
Hi,How can i get my ASP Page or Web Service to run as the LocalSystem rather than a user?cheers...
By arranpearce, Thurs, 24 Jun 2009 20:17:00 GMT, 101 bytes, 7 Comments
This issue has to do with security when accessing a web service anonymously and trying to write to appliication event log.**** IIS anonymous account = domain\ProxyAccount With the above setting when trying to write to the application event log I receive:Source: securityCatagory: Privilege UseType:...
By djinn1, Thurs, 24 Jun 2009 20:16:00 GMT, 1,260 bytes, 4 Comments
HiTopic 3.21 in http://www.idesign.net/idesign/download/IDesign%20CSharp%20Coding%20Standard.zip claims the following "Release build should contain debug symbols I wonder why. Doesn't this make the executable larger, and slowerThanksTom....
By tt_tomtempelaere, Thurs, 24 Jun 2009 20:16:00 GMT, 246 bytes, 16 Comments
Im trying to find a way when i save a security role for the current profile, that only the username without the domaine name of our windows network will be use.Right now my Identity username allways have my network domaine which i dont want that.thank you...
By beaulieu, Thurs, 24 Jun 2009 12:51:00 GMT, 265 bytes, 6 Comments
Hello,I'm creating a dynamic link library using MC++. Can I include CS code as well?...
By daniellidstrm, Thurs, 24 Jun 2009 12:48:00 GMT, 87 bytes
o'm reading a text file into a textbox. problem is the character appears in the first line of text and streamreader does not read past this character. i need a way to open the text file, replace all similar characters and then save the text file. pls help...
By eben, Thurs, 24 Jun 2009 12:41:00 GMT, 256 bytes, 20 Comments
When the user is going through the web site pages, if weneed to persist our objects so that we can access them from the different pages(Customer Object, Address Object or Invoice object for ex.) Is it better tostore those objects in public variables declared in module files or is itbetter to put...
By tutus, Mon, 5 Apr 2009 11:58:00 GMT, 416 bytes, 9 Comments
Sorry if this is not the correct group i could not see one for web controlsHelloI am trying to write a cutom web control, The control contains a customercollection that i want to use the Collection Editor in properties to addmembers to this collection.In design mode the control works correctly b...
By murray, Mon, 5 Apr 2009 11:57:00 GMT, 642 bytes, 2 Comments
This error seems to be sprinkled all across google and all across thenewsgroups however there do not appear to be any solidified answers.Here is my scenario.I have a Web User Control that contains several properties that are of acustom class.This Class Contains multiple properties some of which...
By hbb, Mon, 5 Apr 2009 11:56:00 GMT, 2,149 bytes, 1 Comments
This error seems to be sprinkled all across google and all across thenewsgroups however there do not appear to be any solidified answers.Here is my scenario.I have a Web User Control that contains several properties that are of acustom class.This Class Contains multiple properties some of which...
By guest, Mon, 5 Apr 2009 11:55:00 GMT, 2,081 bytes, 1 Comments
Hi,I have a VC++ .Net 2003 MDI application.I am declaring a __gc Array in the frmChild_load method of the child form. The declaration is as followsDouble zData __gc[,] = new Double __gc[10,10];It compiles and links properly but I get the following run-time error!!!!!Error: Method not found: ...
By nurbynerd, Mon, 5 Apr 2009 11:54:00 GMT, 709 bytes, 6 Comments
I have my solution in XP. Can i still practice Windows authentication and role-based security and context.current.identity techniques in my XP pro stationWhere is the best place to learn quickly .Net security and with practice and exmamples pls since I have hard time understanding the value and...
By tutus, Mon, 5 Apr 2009 11:51:00 GMT, 363 bytes, 4 Comments
How do I permanently remove the listbox vertical scrollbar? Dayne...
By anonymous, Mon, 5 Apr 2009 11:49:00 GMT, 73 bytes
«««66662 66663 66664 66665 66666 66667 66668 66669 66670 66671 66672
hello!I would like to know how it's possible to put a combobox in a mainmenu!Thanks...
By francoisdevaux
Friends,I posted earlier my problem but even after trying out a billion things, its not working for ...
By kunalsharma
I am getting this error : ' ' is an unexpected token. The expected token is '"' or '. Line 1, ...
By johnbasedow, 1 Comments
I am trying to create a custom form designer, I am using the following code which works fine.DesignS...
By byerkes
In Jeffrey Richters article on Serialization--part 2 from MSDN 2002, hementions that "IDeserializati...
By sstory
In Jeffrey Richters article on Serialization--part 2 from MSDN 2002, hementions that "IDeserializati...
By sstory
Hi all, I have an issue with trying to do some sort of initialisation on classes after deserializati...
By anonymous
Hi, I know how to get table columns with getoledbschematable and how to get the columns and type for...
By dhernando
When using the identity permissions for declarative code accesssecurity I find that there are two ov...
By whelankerry
Hi<br><br> Topic 3.21 in <http://www.idesign.net/idesign/download/IDesign%20CSharp%20Coding%20Sta...
By anonymous, 16 Comments
Hi,Topic 3.21 in <http://www.idesign.net/idesign/down...0Standard.zip> claims the following:"R...
By tt_tom_tempelaere, 9 Comments
Is there a way to switch of the functionality that keeps the task list up to date while I'm wri...
By nanookrubsit, 4 Comments
Are there any IDE's (open source) for DotNet 2.0 (c# specific). I have VS2005 on my home laptop...
By anonymous, 4 Comments
Are there any IDE's (open source) for DotNet 2.0 (c# specific).I have VS2005 on my home laptop ...
By sloan, 4 Comments
Hi, I know how to get table columns with getoledbschematable and how to get the columns and type for...
By anonymous, 3 Comments
Hi, I know how to get table columns with getoledbschematable and how to get the columns and type for...
By dhernando, 4 Comments
I'm using an access database for my website and have been creating table adapters as per the Dat...
By nevets2001uk2, 5 Comments
All,First let me explain My Application's deployment scenerio.My Application server is on win20...
By sandeep, 4 Comments