|
Posted to:
07-09-2003, 11:36 AM
|
To implement a client and a Web Services with .NET that uses attachements is pretty simple. WSE does a lot of stuff for us. But, if we want consume a web service with attachement from a VB or VBScript client we have to write more code. First of all we...
|
|
Posted to:
07-09-2003, 11:29 AM
|
Object Relational(OR) mapping and Object Persistance frameworks are one of those approaches to development where my intuition instantly locates the nearest septic tank as soon as I start considering it. I don't profess to be the most advanced developer...
|
|
Posted to:
07-09-2003, 9:57 AM
|
That's make me happy to see a VB guru blogging, and more if it's Paul . Well he started well his introduction in the so called 'fratricide' war between VB and C# ;-) And I am agree with the comment he had on this subject. I use too C# and VB, looking...
|
|
Posted to:
07-09-2003, 9:38 AM
|
If I believe this article from eWeek, I can see clearly some conflicts rising in Microsoft senior management ! The end of last month marked the third anniversary of Microsoft's launch of its .Net strategy, which executives such as Chairman and Chief Software...
|
|
Posted to:
07-09-2003, 8:38 AM
|
OK folks, I just finished my second instalment about Dscribe the Content Management system project I started few days ago. This time it's about User Management . I am already now working on the Content Status in the workflow, will I hope to publish very...
|
|
Posted to:
07-09-2003, 6:49 AM
|
A new version of Mono We have released Mono 0.25. A list of the new features is available here . Packages for Windows, and various Linux distributions are available on our download page.
|
|
Posted to:
07-09-2003, 6:43 AM
|
They just opened their community door here
|
|
Posted to:
07-09-2003, 6:40 AM
|
Does somebody know which method I can use to decrypt an HashPassword cryptd with FormsAuthentication.HashPasswordForStoringInConfigFile(MyPassword. "SHA1") I know obviously the security issues but if I am an Admin and I want to manage some Users password...
|
|
Posted to:
07-09-2003, 6:36 AM
|
In the CMS project I am actually building, I have a Datalist with some CRUD manage inline. I use an EditItem template, and some controls. One of the control is a Listbox. Sadly, I was not able from my code to read correctly the values of the ListBox on...
|
|
Posted to:
07-09-2003, 6:29 AM
|
Scenario: A Datalist (or Datagrid), an EditItemTemplate, some textboxes control. Imagine you want to have an hidden Textbox control now. Don't use visible=false, if you want to get the text from the control Instead do something like: <asp:textbox id...
|