| Thread | Last Post | Replies |
|
| Encryption keys | 04 Feb 2005 20:43 GMT | 14 |
Ok, time to ask the question here.. I have been battling over this one for sometime now and just have to ask it. I have created a few classes that I use to act a security keys. These classes get serialized using a binary formatter and then symmetrically
|
| Using extensions other than .aspx? | 04 Feb 2005 20:38 GMT | 4 |
I would like to use something like .x rather than .aspx for my asp.net projects. One reason is, I'd rather everyone not know what language/platform our projects are written in. (I like security AND obscurity on our site.) Right now it is trivial to use Google to find
|
| "Unable to create Web project... The file path... does not correspond to the URL..." error using VSS with VS2003 in a Team Developemt environment | 04 Feb 2005 20:08 GMT | 5 |
The problem started when the Working Folder for a project was somehow set to the folder of another project. I set the correct working folder in VSS and deleted the .vbproj files that had been created in the wrong folder on the hard drive. Before I discovered these files, .NET kept ...
|
| How do I make Network Shares fully trusted? | 04 Feb 2005 19:53 GMT | 3 |
I have "My Documents" redirected to a network share but when I go to open a project it says that the share is not fully trusted. I found this info:
> The simplest (least work) in this situation is to change the machine policy (those 3 options are known as policy levels). Under the ... |
| creating class from string rep. of classname | 04 Feb 2005 19:00 GMT | 2 |
I wan't to create a class from a string I obtain: eg, if String classname= "myClass"; then I want something that is the equivalent of:
|
| MAPI in dot net | 04 Feb 2005 18:03 GMT | 1 |
We used to use MAPI - CDO.DLL in VB 6 for sending mails. Any idea which DLL i can use in VB.net Thanks in advance Ishan
|
| Connection to SQL server | 04 Feb 2005 17:15 GMT | 5 |
I'm trying to connect to an SQL database from my vb.net form, but getting an error message. The code I used is the following: Private Sub ConnectSQL_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles ConnectSQL.Click
|
| Adding records to MS ACCESS | 04 Feb 2005 16:09 GMT | 4 |
Hi Experts, I am just into dot net and i want simple code for adding records into Access table (97) using oledb. There are no queries in the databases and there is only one table:
|
| Object reference not set to an instance of an object :( | 04 Feb 2005 14:48 GMT | 3 |
I am looping the grid rows to set the values in the dropdownlists. I keep getting a run time error "Object reference not set to an instance of an object." The error occurs on line where it says liitem= dp.items.findbyvalues(st). I am not sure what I am doing wrong. I included
|
| knowcolor enumeration | 04 Feb 2005 11:37 GMT | 2 |
When I use the following C# code: string [] colorNames = Enum.GetNames(typeof(KnownColor)); colorNames does not contain the full list of member names detailed in the System.Drawing.KnownColor enumeration, but just a subset. Why is this?
|
| Scroll Bars | 04 Feb 2005 10:43 GMT | 1 |
Is it possible to change the colours and style of scroll bars in c#? cheers
|
| How to override a method in usercontrol? | 04 Feb 2005 05:15 GMT | 3 |
I have a usercontrol with a overridable/virtual method. On the usercontrol onload, it will call this method. Now I have a form that have a few of this usercontrol. And I want to override the method in each usercontrol, how do I accomplish
|
| Set TextBox MaxLength to match SQL varchar(nnn) length? | 04 Feb 2005 02:21 GMT | 5 |
I have a database with text string fields defined by varchar(nnn). When I request from the user the text from a textbox, I'd like to set the maximum number of characters in the textbox to the "nnn" that was used in the varchar(...) statement in the field definition. i.e.
|
| Cryptic error message | 04 Feb 2005 01:20 GMT | 3 |
I keep getting a 500 error when going to a certain directory that's made from a virtual folder using UNC. I looked in the log file and found this: 2005-02-03 15:25:17 192.168.1.150 GET /aa/test.jpg - 81 - 192.168.1.150 Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.2;+.NET+CLR+1.1 ...
|
| FTPGetFile overwrite problem | 03 Feb 2005 20:45 GMT | 3 |
I am trying to download a file from a ftp server and if the file already exists to overwrite it. Here is my code: FtpGetFile(hConnection, "1.pdf", FLocation & "\Temp\" & "1.pdf",
|