Make sure that You are using Internet Explorer. Other browsers usually won't support .NET Validation Controls. Suseel Kumar
Suseel kumar P
Posts
-
RegExp -
Window service vs Web serviceWindows Services are services which will be started when the OS starts and will be terminated when the OS shut downs. It is like Other services in Windows like Sequel server. you create a windows services then you can see that at Control Panel->Administrative tool->Services. Web services are used to access components across the Web. It is platform independant. That is we can access a component which is developed in Java or some other languages using .NET Web services. That is Components developed in different languages can communicate across the internet. Suseel Kumar
-
How to store a password field in the SQL database?In .NET there are 2 mechanisms to store the password in encrypted format. They are SHA Algorithm and MD5 Algorithms. You can use any one of this. It will store the password encrypted in database. It is very easy in .NET. Try that. Suseel Kumar suseel_p@rediffmail.com -- modified at 7:08 Wednesday 29th March, 2006
-
How to Allow paging in a DataGridPlease anyone tell me how to allow paging in a datagrid in ASP.NET. When I tried to give allowpaging=true, it is showing some error that ICollection is not declared. So please help.
-
Encryption/Decryption API in C#.NETI want to store password in database as encrypted. How can I do that?. Please somebody forward me an API for Encrypt/Decrypt in C#.NET Suseel Kumar P
-
How to Develope Independent ClockI would like to develop a Clock Application. It should not depend upon the System clock. That is when the System time changes the clock tmie should not change. The clock should run independantly. Please give me the code or Logic. Thanking You Suseel Kumar P -- modified at 3:44 Saturday 3rd September, 2005