Usually we do not delete, if question could help somenone. That's why we encourage to post solution when quester itself find out.
Error you got was about a variable instance used before being...
Saying "as an html document", do you mean you would like to save it as a file (in a binary /image/blob field)?
Which would be the difference for you in having it saved that way or as an html string?
Is it a click once application? You could try with isolated storage (ie: http://msdn.microsoft.com/en-us/library/3ak841sy(v=vs.100).aspx ) but that would make hidden to you too the exact location of...
add a manifest to your software where you stated admins right si required. This will bring out the "confirm you want the software do this", and in case user has not, it would ask for Admin pwd.
ie:...
Let me first suggets you to look at this: http://www.asp.net/mvc/mvc3 and to go here http://www.asp.net/mvc/samples and download the good MVCMusicStore example, as I cannot believe you are really...
The softwarehouse where I work chosed Telerik Extensions for asp.net MVC. Beware, though: if you're going with MVC, you have to forget about server controls as you're accustomed to. The "controls"...
This came from a diferent thread where Robdun and I have had a bit of discussion about a (lecit) message he posted.
Now, last up is a bit of debate on "shareware" meaning....
Seems as if there is a bit of confusion here: the code you posted is not vb 2008. Did you mean you are trying to make mfc using Visual Studio 2008?
I moved your question to visual C++ forum, but if...
A big problem:
discovered registration of new users is "disabled by admin".
-----
EDIT: NO, the following paage is not the correct one to create an account to be able to
post on CG forums. So...
Might it be some repository paths have changed too? Or might it be they had to change some code and did not see some functions did more than one operation or even a different operation as you could...
By the way: fro those who never saw it, it is useful: it comes out for example if you receive a mail tjhat link to a new private message, you are logged out and...
First: I do believe you have a matter due to the use of the "@" parameter that mySql does not like.
In any case, you should be consistent with yourself : you used "?" in the parameters, and you...
what DGlienna and hensa22 are telling you is showed in the following picture, where I have a file added to the solution that goes to bin\debug (or bin\release) when I compile if I modified it.
I...
seems as if you're looking for DataSet, which is an "in memory" db.
If you have huge quantity of data, you could always haave local db - but this would cost a lot in maintainig it consistent with...