Forum: ASP.NET Mar 22nd, 2007 |
| Replies: 3 Views: 2,005 Yeah it is possible the best thing to do is connect to a database using the datareader potentially then read and compare fields until you find the one you want. Once you find the user you need add... |
Forum: ASP.NET Mar 22nd, 2007 |
| Replies: 8 Views: 2,460 Basically what you are going to have to do is one of several things or a combo of both.
1) make some graphics on your own and implment using CSS or tables
2) Buy some templates and implement your... |
Forum: ASP.NET May 22nd, 2005 |
| Replies: 11 Views: 63,490 well, it compiles for better speed. It is highly integrated with the server and OS so you can some really cool cacheing things to get speed. Easier to code in because of the .NET framework. Don't... |
Forum: ASP.NET May 22nd, 2005 |
| Replies: 1 Views: 13,367 in the submit button do something like
if (txtField1.Text = "")
{
msgbox = "Sorry please enter something in txtFeild1";
}
Try something like that. |
Forum: ASP.NET Mar 25th, 2005 |
| Replies: 21 Views: 8,354 Sorry what I ment as the same was like if end if... Basic things like that. |
Forum: ASP.NET Mar 21st, 2005 |
| Replies: 7 Views: 9,863 I don't know about the number of patches that IIS 6 has but I do know that they only have 3 secureity problems scince it was introduced as opposed to Apaches 2.x 24. I think that is why he said... |
Forum: ASP.NET Mar 21st, 2005 |
| Replies: 4 Views: 13,825 Also for PHP.NET compiler checkout http://www.php-compiler.net It looks like a cooll new thing that is about to come out were you can take existing php compile it under .NET and bam you have a php... |
Forum: ASP.NET Mar 21st, 2005 |
| Replies: 2 Views: 3,070 I personally would suggest you go .NET because of all the benefits of using .NET and the windows platform. The windows platform is easier to use and for overall productivity and scince you have the... |
Forum: ASP.NET Mar 21st, 2005 |
| Replies: 3 Views: 5,434 C#.NET is a programming language that is mainly used with the .NET framework it was built for the framework. VB.NET is a language used to develop .NET applications with the traditional VB style. ... |
Forum: ASP.NET Mar 21st, 2005 |
| Replies: 21 Views: 8,354 Yes it is different from the other VB languages becuas of the different porgramming models. VB is now a OOP language wereas it was not before. I am not sure exactly what syntax is different but... |
Forum: ASP.NET Feb 14th, 2005 |
| Replies: 6 Views: 3,676 Using VB 6 IDE is going to be user friendly because you pay for a lot of functionality with the IDE. (if that is what you are refering to) The web matrix is there for a fast free alternative to... |
Forum: ASP.NET Feb 4th, 2005 |
| Replies: 3 Views: 3,573 Try looking at www.ineta.com or www.dnug.com(though i find this one quite bad) But that can get you on your way i dont know of any there but it wouldnt hurt to try and find it. |
Forum: ASP.NET Feb 4th, 2005 |
| Replies: 3 Views: 3,573 Try finding a Dot Net User Group around your area if there is one and usually they have a site with forums and a jobs posting area. I have seen this on several DNUG sites. You could also just try... |
Forum: ASP.NET Jan 28th, 2005 |
| Replies: 21 Views: 8,354 Well just a couple of things.
C# is a very nice language for .NET mainly becuase it was designed for .NET. Kind of like for .NET by .NET sorry stupid cliche. Anyway I use C# and like it there... |