| Thread | Last Post | Replies |
|
| Windows Regitry - Encryption Key storage | 30 Jun 2004 21:34 GMT | 4 |
We have a public and private key pair for Credit Card data encryption. The database part is all done where we generated the key pair. Public key resides in the database for encryption and we intend to store the private key in the registry of Windows 2003 server from which our
|
| Installing Visual Studio 6 AFTER Visual Studio 2003 trial and Office 2003 - Is it safe? | 30 Jun 2004 21:00 GMT | 1 |
Summary: Installing Visual Studio 6 AFTER Visual Studio 2003 trial and Office 2003 - Is it safe? I know this has been asked many times before, but I have seen postings about problems so wanted to clear it up for sure.
|
| Looking for good c# sample NetworkStream BeginRead/EndRead... | 30 Jun 2004 20:44 GMT | 1 |
Need the correct usage pattern for something like a chat program. Don't want any threading issues or stack problems. Kyle!
|
| getting an asp:textbox value to an sql parameter | 30 Jun 2004 19:27 GMT | 4 |
I'm using this sql parameter: MyCommand.Parameters("@Sport").value = Server.HtmlEncode(sport) to get a value from a textbox control: <asp:TextBox Name="sport" id="sport" runat="server"></asp:TextBox>
|
| Help Required with hiding DataColumns | 30 Jun 2004 16:52 GMT | 4 |
Fellow .Netters, I have come to an impass trying to "hide" a column on a data grid - I'm sure it's a fairly simple thing (but so am I, that's why I'm stuck) Imagine if you will that I have a table as structure thus (this is all an
|
| Global Assembly | 30 Jun 2004 16:11 GMT | 1 |
What is the way in .NET to make an Assembly global for all other assemblies that reference it? In VB6 there was a property on a DLL called Instancing, and if you set it to 6 - GlobalMultiUse, then you don't have to declare an object in order to call it's functions, the other DLL's ...
|
| Word.ApplicationClass disabling macros | 30 Jun 2004 14:55 GMT | 1 |
I'm using the word.applicationclass within my vb.net application to convert some word documents to text files. Is there anyway I can disable macros whilst loading the document, in Word I can do that by running winword /a, but not sure how to add the switch using
|
| Hardware requirement for .net framework Server/Client | 30 Jun 2004 14:45 GMT | 1 |
Hi, My Name Akok Lim I've some trouble when i do the installation to my client. I've a big problem the client can only provide for the computer using : Intel Celeron 2.0 GHz, and DDR 128 MB, because of my back end using Ms SQL Server 2000, i install Ms Windows 2000 Server. And I ...
|
| Playing Syatem.DateTime. | 30 Jun 2004 13:46 GMT | 3 |
Hello gurus, I'm building a small booking system and i have come accross quiet a tedious pitfall. "I need to make sure that people do not book for tomorrow when todays time
|
| Form Authentication Expiration | 30 Jun 2004 12:36 GMT | 2 |
I have a site that is compeletely restricted by form authentication. In the case where a user's cookie expires and then they click on the logout button on the site, the authetication process is forcing them to login again so that they can log out.
|
| CreateProcessWithLogon\AdjustTokenPrivileges on Win2K | 30 Jun 2004 12:14 GMT | 4 |
I am calling an exe from a webservice I was using CreateProcessWithLogon() but it doesn't seem to work (MSDN says it is supported) I get ERROR_ACCESS_DENIED. It works fine if I am using an XP
|
| writeline function without " " | 30 Jun 2004 12:13 GMT | 3 |
I use the following to write to a file: FileOpen(1, FileName, OpenMode.Output) ' Open file for output. WriteLine(1, TextBox11.Text) WriteLine(1, "Test text")
|
| DataTable Expression Column | 30 Jun 2004 09:21 GMT | 1 |
My DataGrid is bound to a DataSet, with following columns: Description, CashExp, CreditExp,Frequency On run time, I am adding two new DataColumn “AnnualCash” and “AnnualCredit” and defining Expression property to give product of two columns, as follows Dim dc As DataColumn dc = ...
|
| Regular Expressions | 30 Jun 2004 09:18 GMT | 4 |
I have to validate a password to determine whether or not it adheres to certain rules. For example, the password must contain at least 1 number, at least 1 uppercase character and at least 1 lowercase character. Are regular expressions the way to perform this validation? I know I ...
|
| .Net Newbie Needs Expert Advice (Help?!) | 30 Jun 2004 09:06 GMT | 2 |
I'm confused and I need help, please! I'm trying to create an online photo album component in VB.Net for use with ASP.Net within multiple websites. I'd like to build a component which can be referenced from multiple ASPX pages. (It would know how
|