|
Posted to:
04-30-2003, 9:08 PM
|
Cobwebs everywhere in here, anyone would think I haven't had time to post much! Well, I'm still alive and busy as ever, deadlines coming out of my ears right now. In that mythical thing called "spare time" I'm currently exploring the features of the Flash...
|
|
Posted to:
04-30-2003, 8:06 PM
|
This blog gives an update on the MyMail Server which will be due for beta release sometime in the first 2 weeks of May. Erik Porter, a fellow blogger, assisted me with an issue I had....
|
|
Posted to:
04-30-2003, 5:00 PM
|
If you have a schema which is not finalized and you happen to modify it, you have to recreate your entire InfoPath template from scratch. This seems to be a result of the fact that once you point a template at a schema, InfoPath copies it internal to...
|
|
Posted to:
04-30-2003, 3:33 PM
|
Borland recently announced that they are releasing C#Builder. An application for creating .Net applications in C# on the Windows 2003 platform. I'm sorry, but I just don't get it. Sure they will add some features that Microsoft does not currently offer...
|
|
Posted to:
04-30-2003, 10:37 AM
|
I’m borrowing a line from a famous New Jersey Tourism Campaign, but it definitely fits. For such a small state, and so far from the Silicon Valley or Redmond, New Jersey has a thriving .Net User Group community. Besides the opportunity to go to...
|
|
Posted to:
04-30-2003, 4:39 AM
|
I was looking for a solution to this issue: How to assign a button to the Enter key ? Well thanks to usergroup list, this one come very handy. http://www.metabuilders.com/Tools/DefaultButtons.aspx
|
|
Posted to:
04-30-2003, 2:31 AM
|
Just saw 2 very similar post in the ASP.NET Forums yesterday (It would probably be a FAQ about using Javascript and DataGrid) - NavigateURL Javascript - opening a new window from inside a DataGrid My suggestion solution is like that: PopUp New Window...
|
|
Posted to:
04-30-2003, 1:30 AM
|
I am putting together a Wizard Form - you know, the type that asks many questions in a sequence - in C# for Windows UIs......
|
|
Posted to:
04-29-2003, 6:35 PM
|
Just another note on cookies, about the way to delete them. Because you can't have access obviously to the user disk to delete your cookie, you have to do something like this: Response.Cookies("MyCookie").Expires = DateTime.Now.AddDays(-30) Great, it...
|
|
Posted to:
04-29-2003, 6:21 PM
|
To be honest, I didn't used really cookies on a project since a very long time, but in Scoilnet, the education portal I am building for the Irish government, here we go, I need it. I had to implement a neat feature to let users, mostly teachers, keeping...
|