Home / ASP.NET Weblogs

ASP.NET Weblogs

Posted to:
by
 XMLEvangelist 
04-30-2003, 9:08 PM

Ack! Looks like the spiders have almost taken over

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

MyMail Mail Server

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:
by
 drub0y 
04-30-2003, 5:00 PM

My Biggest InfoPath Gripe

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...
Filed under:
Posted to:
by
 MatiasN 
04-30-2003, 3:33 PM

Borland is releasing a C# IDE called Sidewinder.

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...
Filed under:
Posted to:
by
 DonXML 
04-30-2003, 10:37 AM

Jersey and .Net – Perfect Together

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...
Filed under:
Posted to:
by
 help.net 
04-30-2003, 4:39 AM

Default button

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
Filed under:
Posted to:
by
 Colt 
04-30-2003, 2:31 AM

PopUp New Window in List Control with Multiple Parameters

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...
Filed under:
Posted to:
by
 StarPilot 
04-30-2003, 1:30 AM

XML Driven Wizard in C#

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:
by
 help.net 
04-29-2003, 6:35 PM

Cookies... Eat me

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...
Filed under: ,
Posted to:
by
 help.net 
04-29-2003, 6:21 PM

Mmmm ... Cookies

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...
Filed under:

« First ... < Previous 2606 2607 2608 2609 2610 Next > ... Last »