I know this must be simple, but i can't figure it out.
i'm creating user's from the code view using code similiar to this..
......
If Membership.RequiresQuestionAndAnswer Then
newUser = Membership.CreateUser( _
UserName.Text, _
Password....
more >>
PLEASE HELP!!!!!!
Here is the exception that I am getting
Exception: System.ArgumentException
Message: The directory name W:\AudioFiles is invalid.
Source: System
at System.IO.FileSystemWatcher.set_Path(String value)
at DirMon.set_sourceDirectory(String value)
The service is runni...
more >>
Could anyone know which is best web hosting site for asp.net and out side
compenents.
...
more >>
Hi!
I'm currently developing a DLL that makes use of C++ and .net (mixed) using
Visual Studio 2003.
Now, as I wanted to move to the new Visual Studio 2005, I converted this
project into the new format (compiling with /clr:OldSyntax): everything works
and compiles fine.
Unfortunately, I ...
more >>
Hi
I have a problem, on my page (*.aspx) i have a string written on klients
computer in javascript. How can i pass this string to the codebehind
*.cs file? From there i want to store it to a database...
//Micke...
more >>