Security
Security is the condition of being protected against danger or loss.
Language
Any
Platform
License
Any
Once after login if i enter into application, i dont want to allow the user to enter into login page until and unless he was logout.....
hi,
i need an expression for validating user input for my mac address text box...
it should allow values like 00-24-81-0d-dc-4c
Hi
I want to take the database backup by default every day to the scheduled time i like....from asp.net front end i should be able to do the same.
Can any one suggest me a proper method to do the...
" & txtSearch.Text & ""
Dim conConnection As New OleDbConnection
conConnection.ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0; Ole DB Services=-4; Data Source=" & System.AppDomain...
If you want a "cross browser" (tested in IE5, IE6, IE7, IE8, FireFox 3.5.5 and Google Chrome 3) "sign in as different user" button, you might want to read mine blog post at:
http://www...
Hi,
Greetings!
I have a problem w/ posting my form onto an internet payment system called enets.
they told us that we need to pass them 3 values: amount, txnRef, mid
and also, they told...
Use Forms Authentication
http://msdn.microsoft.com/en-us/library/aa480476.aspx
I am stuck again. Haiz ...
Can someone teach me how the way(s) i can validate the currency field in my form ? Can i use select ... case statement to validate it ?
Thanks.
Pls. Check...worth to read
http://msdn.microsoft.com/en-us/beginner/default.aspx.
Hi,there are many computer ebooks free download.
free ebook download
admin tools.
Or you can use command promt with Caspol.exe to grant your assembly security policy.
If you r not family with these tools, you can try some research in MSDN fo find out. ( help...
well, in this case, you can check the Code Access Security for .net or firewall setting in you computer.
this is a nice idea. However, i think the reason most developers, include me, use the classic method to store data in local is because of the matter of speeding and error handling at run time....
Hi,
Again Thanks To Those Kindness....
My Requirement:
We are having 3-servers. All the users are use to log-in by SERVER-1 and in LAN. My system User name with SERVER-1 is SERVER-1\RAJ &...
Am kinda migrating from VB6 to VB.NET so bare with me.
I would like my app to have a splash screen, login form then the Main app form (and executed in that order) . On my project properties, I have...
Here is the code snippet:
Dim cn As New OleDbConnection
cn.ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=|DataDirectory|Data.mdb;Persist Security Info=True"
cn.Open()
cn...