15,747,908 members
Sign in
Sign in
Email
Password
Forgot your password?
Sign in with
home
articles
Browse Topics
>
Latest Articles
Top Articles
Posting/Update Guidelines
Article Help Forum
Submit an article or tip
Import GitHub Project
Import your Blog
quick answers
Q&A
Ask a Question
View Unanswered Questions
View All Questions
View C# questions
View Javascript questions
View C++ questions
View Python questions
View Java questions
discussions
forums
CodeProject.AI Server
All Message Boards...
Application Lifecycle
>
Running a Business
Sales / Marketing
Collaboration / Beta Testing
Work Issues
Design and Architecture
Artificial Intelligence
ASP.NET
JavaScript
Internet of Things
C / C++ / MFC
>
ATL / WTL / STL
Managed C++/CLI
C#
Free Tools
Objective-C and Swift
Database
Hardware & Devices
>
System Admin
Hosting and Servers
Java
Linux Programming
Python
.NET (Core and Framework)
Android
iOS
Mobile
WPF
Visual Basic
Web Development
Site Bugs / Suggestions
Spam and Abuse Watch
features
features
Competitions
News
The Insider Newsletter
The Daily Build Newsletter
Newsletter archive
Surveys
CodeProject Stuff
community
lounge
Who's Who
Most Valuable Professionals
The Lounge
The CodeProject Blog
Where I Am: Member Photos
The Insider News
The Weird & The Wonderful
help
?
What is 'CodeProject'?
General FAQ
Ask a Question
Bugs and Suggestions
Article Help Forum
About Us
Search within:
Articles
Quick Answers
Messages
Comments by DaveAuld (Top 200 by date)
DaveAuld
8-Mar-20 1:27am
View
If you don't mind me asking, but why specifically does it need to be open source?
DaveAuld
13-Dec-19 1:01am
View
Sounds like a homework question.......so what is not working? What errors do you get? Does the file get created? Is the file lock being released if the program crashes and prevent you running again? etc. etc. etc.
DaveAuld
30-Aug-19 5:35am
View
He means, if the code you have shown above does ALL properties, then delete the parts of it that relate to the properties you don't want.
DaveAuld
23-Jul-19 3:06am
View
cacls and icacls...... we are dealing with access control lists (ACLs) not calculators :-)
DaveAuld
22-Jul-19 15:01pm
View
Sounds like your opening a discussion (if your puting it out to see if you get any cool ideas) rather than a direct question, would this not be better suited in one of the forums?
DaveAuld
8-Jul-19 11:30am
View
HAve you tried also setting the mime type in the accept? See this https://stackoverflow.com/questions/4328947/limit-file-format-when-using-input-type-file
DaveAuld
5-Jan-19 13:02pm
View
I have to agree with Dave on this, giving away keyword search data would probably be detrimental to the AdWords advertising program.
DaveAuld
28-Sep-18 7:27am
View
What sort of device? can you not connect the 'device' to the PC and simply drag across? Can the 'device' run software of any type e.g. ftp services etc.?
DaveAuld
4-Dec-16 8:52am
View
Well said!
DaveAuld
13-Jun-16 12:36pm
View
Are you sure the writer is releasing the resources correctly after downloading the files, doesn't sound like it to me.
DaveAuld
24-Mar-16 8:07am
View
You would have to get the index of the item you are moving, extract the text from the relevant property and write it to the text box.
DaveAuld
25-Feb-16 6:43am
View
Deleted
Links don't act as a clickable link in comments, copy and paste to address bar, or in Chrome highlight and right click 'Go To'......
DaveAuld
25-Feb-16 6:10am
View
Have a read of this and the associated link managed approach at the bottom.
http://www.pinvoke.net/default.aspx/shell32/ITaskbarList.html
DaveAuld
13-Jan-16 10:52am
View
Have you broken out the various parts and debugged to see what you are actually passing around. Also, have you checked that the destination doesn't already exist as it suggests...
DaveAuld
23-Dec-14 7:02am
View
http://msdn.microsoft.com/en-us/library/hh144799%28v=vs.110%29.aspx
DaveAuld
23-Dec-14 7:00am
View
People don't just give complete implementations. What have you tried, what resources have your research, sdk's, api's codeproject articles etc. etc.
DaveAuld
19-Nov-14 13:51pm
View
I would think the implementation is looking for 'B' on this definition because each day 'A' is 'Apple' but 'B' has changed. Could be wrong though!
DaveAuld
19-Nov-14 9:50am
View
Is it maybe the browser that is caching the page then? You could try a CTRL+F5
DaveAuld
19-Nov-14 9:41am
View
Where is the hyperlink being displayed?
DaveAuld
13-Nov-14 5:38am
View
If the API is constantly hitting the DB for read ops then you need to introduce caching, the write op should hit the db and the cache updates accordingly.
DaveAuld
15-Sep-14 8:44am
View
They will have developed formula over years of R&D, these will not be in the public domain as they will ultimate can make or break a company. If you think that these are used to determine automatic ordering processes etc. get them wrong you could lose money through lack of stock or cost you money by having excess stock sat on the shelves.
DaveAuld
8-Sep-14 0:41am
View
Hi Tino,
In that case the only other option I can think of is a hardward dongle on the site's server hosting the application. It would contain the license and any module/concurrent connection (seat) licenses. Products like Deskey or KeyLok might help. (You can get a dev kit fro Deskey to experiment with, I had one from them in the past).
DaveAuld
30-Aug-14 10:34am
View
I'm sorry, but if you are writing software at this level and have a product that is valuable enough that you are concerned with it being copied, then you must be smart enough to work your own solution to your own specific needs. Sometimes, it is more hassle to build in protection than the value of the software you are selling.
DaveAuld
30-Aug-14 6:59am
View
I have updated my answer with a link to an example licensing mechanism.
DaveAuld
8-Jul-14 5:34am
View
This has been asked a heap of times, you would find the answer in about 0.108 seconds using google!
DaveAuld
6-Jul-14 5:05am
View
The ASP.Net Identity framework provides the necessary mechanisms for providing websites with password protection, or use 3rd party authentication such as Google/Facebook/Twitter etc. The Identify framework also provides role based functions so a user can be allowed to do certain things e.g. Admin or simple user, and Author or an Editor etc. Specific requirements can also be added by either overloading the framework methods or by adding additional tables etc and referencing the users uid.
DaveAuld
27-Jun-14 14:54pm
View
This is not a suitable question.
DaveAuld
3-Jun-14 3:36am
View
Sorry, don't know where to go from here.
DaveAuld
2-Jun-14 3:25am
View
Please post the code for the model.
DaveAuld
2-Jun-14 2:39am
View
This isn't a suitbale question for Q&A, it is probaly more suited to the discussion forums for Android. http://www.codeproject.com/Forums/1848626/Android.aspx
I suggest you delete your question here and take it to the android forum.
DaveAuld
2-Jun-14 2:38am
View
You are trying to load test your app? Did you search for Load Test software?
DaveAuld
1-Jun-14 14:31pm
View
You appear to be misunderstanding how it works on CodeProject. NO ONE will repond, and if they do, you will just get a lot of abuse. This question is not acceptable on CP so will be deleted.
DaveAuld
1-Jun-14 9:59am
View
have a look at the valve of parsedData, check its structure, it is well formed json? is the field you are trying to access correctly named etc. other than than without seeing it or having access to the data source I can't think of anything else. Is it possible to post the contents of parsedData? (maybe add it to the original question and format it correctly.
DaveAuld
1-Jun-14 8:07am
View
You're welcome, but this isn't a solution to the question so afraid needs to go! You the comments against the question or the solutions to provide feedback (or simply vote and accept etc!) :)
DaveAuld
1-Jun-14 7:14am
View
Check the specs, look at the structure closely of parsedData etc. something may be malformed or a parameter name might be different than expected. Good Luck!
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON/stringify
DaveAuld
1-Jun-14 7:07am
View
There you go, so now you know where you need to start diagnosing the problem. Dig further by looking at parsedData, use of stringify etc. nothing more we can do for you here. You have the information to allow you to investigate further, we don't.
DaveAuld
1-Jun-14 3:13am
View
Duplicate, deleting htis one as the other has code present.
DaveAuld
1-Jun-14 3:09am
View
Outside ajax call do;
var theData = JSON.stringify({ id: parsedData.id })
inside the ajax call do;
data: theData,
DaveAuld
1-Jun-14 2:12am
View
Yes I see that, but start by testing with a known input, to prove the AJAX call works. e.g. simply pass in {id: '1'} or something like that and see what happens. Then passing in a variable containing that same test, then move the JSON.Stringify to outside the ajax call and only pass in the result of that code.
DaveAuld
1-Jun-14 1:23am
View
Does moving the JSON.STringify outside the ajax call and simply passing in a variable change the outcome?
DaveAuld
1-Jun-14 1:20am
View
Well how am I to know that, it doesn't state that in the original question.
DaveAuld
1-Jun-14 1:18am
View
This is not a solution, if you have no AD then update the original question to state that. This will be deleted as it is not a solution.
DaveAuld
1-Jun-14 1:18am
View
Deleted
This is not a solution, if you have no AD then update the original question to state that. This will be deleted as it is not a solution.
DaveAuld
28-May-14 1:25am
View
CAPS LOCK BROKEN?
DaveAuld
19-May-14 7:13am
View
What do you mean by Extract? What are you trying to do with the data now that you have it in the object tableData?
DaveAuld
15-May-14 8:52am
View
And who is this question directed at? "for your custom razor template"? If it is to the CodeProject, you should ask in site bugs and sugs forum.
DaveAuld
15-May-14 6:52am
View
Have you had a look in the system event logs to see if there are any other clues as to why the dll might not be loading?
DaveAuld
15-May-14 6:41am
View
Are there folder restrictions in place where the file is located. Maybe there is access permissions conflicts.
DaveAuld
15-May-14 6:34am
View
What are you trying to do?
DaveAuld
15-May-14 6:24am
View
Your question makes no sense, what have you tried yourself? People will not just give you code...
DaveAuld
30-Apr-14 7:11am
View
Where is the code you have written to generate the problem?
DaveAuld
9-Feb-14 14:15pm
View
What code have you tried? Update your question with the code, there may be a bug in what you have done.
DaveAuld
4-Feb-14 2:49am
View
Reference the DLL in the normal way, then call a method in the DLL that has all the dealing to do with the form.
DaveAuld
19-Dec-13 1:52am
View
Thanks Richard, I was poking around various places again including XRDP site/forums + also azure community. I think the long and short is the XRDP isn't supported on Azure, so need to look at X11vnc / TinyVNC etc. On the corruption piece, I did try numerous installs of didn't distro versions from the Azure choices.
DaveAuld
17-Dec-13 3:55am
View
Cheers, I'll have a look. I can't believe how many things I tried and different pages I looked at, feel like I've gone round in circles so much that the earth has actually started to revolve backwards. I have deleted the VMs again to start a fresh on my next attempt!
DaveAuld
17-Dec-13 3:31am
View
You should have used the comments, not solution to make that statement, it will be deleted as it is not a solution. Cheers, anyway.
DaveAuld
17-Dec-13 2:37am
View
Maybe SSL requirements, things like that.
DaveAuld
17-Dec-13 2:31am
View
You could start with the WebBrowser control that is integral to Visual Studio....other than that search sites like ComponentOne for other commericial ones, or search via Google for free or open source projects.
DaveAuld
16-Dec-13 14:46pm
View
Unfortunately I'm in the middle of the oggin at the moment, otherwise I would have downloaded the stuff and had a go myself....maybe have a go when I get home! If you are really new to MVC I really do recommend the pluralsight videos at http://www.asp.net/mvc they really helped me get my head round the basics, event to the extent of get a full blown MVC project for my degree done.
DaveAuld
16-Dec-13 10:45am
View
It only lodged in my brain because I did it in 2011 as part of my degree.. Surprised it hasn't been pushed out by something else by now :-)
DaveAuld
16-Dec-13 7:00am
View
See my solution, does that fix it.....
DaveAuld
16-Dec-13 6:49am
View
I will have another look when I get a chance, but is there any reason why there is no Stage6? Have you checked all the variable names, Block Braces match etc. Does it build properly in the IDE?
DaveAuld
16-Dec-13 4:30am
View
There are no functions available to do that (I don't think). You must write your own. I am sure if you search CodeProject you will find one, as these keep appearing all the time in the moderation queues. There is a interop function to do that with Byte sizes, but not seen one for numerics.
DaveAuld
16-Dec-13 1:37am
View
http://en.wikipedia.org/wiki/Time_complexity
DaveAuld
16-Dec-13 1:34am
View
Having had another look at the code, I would not be relying on the delays to allow states to change, that is asking for a fail. I would hold in a loop until the expected state is reached or until a timer times out in which case take to a hold state and announce 'fault'.
DaveAuld
15-Dec-13 16:34pm
View
It looks like it is possible that Stage7 can be caught in an endless loop depending on the states. I would be tempted to refactor the code and put some Serial statements in to aid debugging.
DaveAuld
15-Dec-13 11:28am
View
Lastly, this might give you some steer: http://stackoverflow.com/questions/19458230/best-api-strategy-for-nopcommerce-3-x-mvc-vs-webapi-vs-servicestack
DaveAuld
15-Dec-13 11:25am
View
This was the page about the structure I read: http://www.nopcommerce.com/docs/71/source-code-organization-architecture-of-nopcommerce.aspx
DaveAuld
15-Dec-13 10:40am
View
I read on the Nop support site that the Nop.Admin library isn't executable directly. Calls appear to be made through the API. Another post (in the support forum) also stated that install the NOP Commerce as the primary web app, and then just edit the menus etc to include you own content/links etc.
Have you had a trawl through the NOP forums....
DaveAuld
12-Dec-13 6:13am
View
This is not a solution, it will be deleted. To leave comments use the "Have a Question or Comment?" button.
DaveAuld
12-Dec-13 3:33am
View
Use relevant tags also. You state VS and VB.net, so why have you got tags for javascript and jquery?
DaveAuld
12-Dec-13 3:32am
View
Edit question with make/model of equipment you are using etc.
DaveAuld
12-Dec-13 3:30am
View
What exactly are you trying to do? I'm confused when you started talking clients/servers etc. Is the Client a webpage or an application etc. The server an IIS app or standalone server app etc. update and clarify in your question.
DaveAuld
12-Dec-13 3:14am
View
Question not clear, please edit and re-phrase.
DaveAuld
12-Dec-13 3:13am
View
Show us your code, what is the exception thrown?
DaveAuld
11-Sep-13 14:40pm
View
Hey Ravi, I have given up for the time being! I was getting the same issue as you in my tests. AARRGHHHH!!!!
DaveAuld
29-Jun-13 3:59am
View
Only if the user has made this information public and the relevant fields are supported in the facebook APIs. Check the developer pages on FB to get more details on the implementation.
DaveAuld
29-Jun-13 3:58am
View
Well I suggest you first start by looking at the developer pages on the respective sites. You will find details of the api implementations to allow you to do this. Then you can search these keywords on Google or CP to find related articles on the subject matter.
DaveAuld
20-Jun-13 2:21am
View
Search for SHA-256 and you will find examples of hash generation. it is quite simple to do.
DaveAuld
20-Jun-13 2:12am
View
Filename and sheetnames do not help. The cell values may be different. Use hashes to genenerate a digital fingerprint of the file/contents. store and compare them.
DaveAuld
19-Jun-13 7:40am
View
How more clear can I be! Assuming you are uploading the file through an ASP.net website going by your tags. You upload the file, at the server you generate the hash, process the file. Upload the next file, process the hash. If the hash already exists, you have already processed that file.
DaveAuld
19-Jun-13 4:04am
View
And what code are you using to initiate the popup, and what code do you have in the button click handler?
DaveAuld
17-Apr-13 2:58am
View
A bit harsh saying google is no use, when it is your google Foo that it no use! At least you have it solved now :)
DaveAuld
27-Feb-13 14:37pm
View
So if you are not using a keyboard, you are either using Gesture's or perhaps Speech to Text converter?
DaveAuld
9-Feb-13 1:46am
View
And what data format is the datatype in the column, I am assuming it is string(/nvarchar) rather than DateTime that has just been formatted.
DaveAuld
6-Feb-13 4:37am
View
Deleted
What exactly are you trying to do, iis is not running in the User process so where would wmplayer try to open?
DaveAuld
6-Feb-13 4:36am
View
Deleted
Never ask for help "urgently" it is rude. You are not paying for a support service here.
DaveAuld
5-Feb-13 1:49am
View
You need to be understanding why it throws errors, I suspect you are still not putting valid data into the SQL, or the VAL statements are failing because they have invalid data to evaluate. VAL is very picky. Also do a search for SQL Parameter queries.
DaveAuld
4-Feb-13 7:43am
View
How the hell is the application data required for the install going to get to the target machine without being 'downloaded'. I feel you are missing some key information, or are failing to understand what is happening here.
DaveAuld
19-Jan-13 8:00am
View
Have you stepped through and watched all the various variables? What about doing it with a pen and paper, step through line by line and write down what you think is happening.
DaveAuld
19-Jan-13 7:58am
View
You need to be more specific with your question. What have you tried that tells you it is not working? Have you event put a log event into the handler to see if it is even firing? What about the code you have written? Have you debugged and stepped through?
DaveAuld
12-Jan-13 15:38pm
View
Which browser?
DaveAuld
7-Jan-13 3:44am
View
Put the list box code back into your original question for using the "improve question" button.
DaveAuld
6-Jan-13 11:22am
View
I take it you are using asp.net by the fact that you are asking for vb script?
DaveAuld
3-Jan-13 8:42am
View
You do not use a "Solution" to add updates or comments. If you have more info to share in the question, edit the question ("Improve Question) and add the new information. If you are responding to a solution or other comment, use the Comment facility. Oh, and you didn't even format the code blocks.
DaveAuld
3-Jan-13 5:58am
View
You should never rely on the useragent to determine the status of a clients configuration. The useragent can be tweaked/emptied/custom by the user. What are you trying to achieve by determining if the client has .Net or not?
DaveAuld
2-Jan-13 7:16am
View
What do you want to include in the CDN?
DaveAuld
2-Jan-13 7:10am
View
Tickets for what? the theatre, trains buses.......have you looked at open source solutions like bugzilla?
DaveAuld
23-Dec-12 10:51am
View
Before your accounts are being banned you must be causing problems on those sites. It would be easier just to stop doing what your doing and stop getting banned!
DaveAuld
23-Dec-12 10:50am
View
Accounts from which site?
DaveAuld
1-Dec-12 10:52am
View
Is that even a question?
DaveAuld
26-Nov-12 4:40am
View
You can't put a picture here, you can upload your picture to some of the free internet repositories and then link to it.
DaveAuld
26-Nov-12 4:24am
View
And you problem is what exactly? I see no question, just a statement.
DaveAuld
26-Nov-12 4:20am
View
And the problem is? what have you tried?
DaveAuld
25-Nov-12 6:33am
View
Have a look at this: http://www.codeproject.com/Articles/28512/Duplicate-Files-Finder it is doing a directory trawl and file comparison using MD5 hash. source is available.
DaveAuld
25-Nov-12 3:46am
View
You might never be able to guarantee the file opens within the brower. It is determined by client configuration on how to hanle the file types. You cannot force the file to be opened in the browser.
DaveAuld
25-Nov-12 1:46am
View
http://msdn.microsoft.com/en-us/vstudio/bb466226
Have a look at the Forms over Data section, videos 6 and 15.
DaveAuld
24-Nov-12 12:24pm
View
Sorry, I made a slight mistake, you use a bindsource to link the DGV to the db, then you update the filter property of the bindingsource. Go to the MSDN site and search for "Forms over Data", there is an excellent video that shows how all the databinding hangs together.
DaveAuld
23-Nov-12 9:43am
View
When testing strings it is recommended to use .equals) e.g. if (!computerName.equals("."))
DaveAuld
27-Oct-12 8:09am
View
What Griff means is, what are you expecting to happen, what are you trying to do that makes you think something is not working! Expand on the details please.
DaveAuld
27-Oct-12 7:15am
View
You need to perform some sort of refresh to repopulate the dropdown list. Now as this in VB6, you are on your own!
DaveAuld
21-Oct-12 2:39am
View
Have you viewed page source using ie or chrome to dig down into the dom to find out what is going on?
DaveAuld
21-Oct-12 2:37am
View
Go on then. Sounds liek a homework question. What exactly are you stuck with? What have YOU tried so far?
DaveAuld
21-Oct-12 2:37am
View
You mean you want to use geo-location service to convert lat/long to town/city?
DaveAuld
21-Oct-12 2:36am
View
There is really not a lot to work on here. I can't even understand your question. Please reword what your issue is.
DaveAuld
12-Oct-12 5:01am
View
I think you have to use only 1 script manager on a page.
DaveAuld
12-Oct-12 5:00am
View
Search the articles, there are probably heaps of examples. You have made no effort.
DaveAuld
12-Oct-12 4:59am
View
Have you added a reference to the project and an imports to the code.
DaveAuld
12-Oct-12 4:58am
View
No, you use the Improve Question to edit and add your code to the original question.
DaveAuld
10-Oct-12 13:01pm
View
I copied and pasted the code straight from a test page I chucked together to test this. There are other methods you could also use, like kepress events to do the trigger, or bind through jQuery.
I tested this in chrome (works), but it doesn't work in IE, so you will need to tweak to make it cross browser.
DaveAuld
10-Oct-12 12:08pm
View
\n ?
DaveAuld
5-Oct-12 16:10pm
View
You probably won't succeed that easily. If the virus or malware has been written well, there will be a secondary process waiting and watching for the primary process to be killed so it can spawn another instance.
DaveAuld
5-Oct-12 16:07pm
View
Your subject is crap. It should have been relevant to the question. [now edited for you]
DaveAuld
5-Oct-12 2:36am
View
What have you tried? Code?
DaveAuld
4-Oct-12 11:12am
View
This is the second time this has been posted, I have already deleted this once, because the other ongoing question has more info.
DaveAuld
4-Oct-12 10:47am
View
Where are you trying to perform this? What language are you trying to do this in? you have a right mishmash of things going on, and it is not clear.
DaveAuld
4-Oct-12 10:46am
View
That is not a solution to your question, edit original question or use comments to feedback. This is being deleted.
DaveAuld
4-Oct-12 6:06am
View
Don't understand what you are trying to do. What have you tried?
DaveAuld
4-Oct-12 5:58am
View
Why are you not satisfied with this? What are you wanting to do instead?
DaveAuld
4-Oct-12 4:36am
View
Answer this; What if someone modifies the data directly in the Database without using your app, how you going to audit that?
DaveAuld
4-Oct-12 4:34am
View
Do you mean text rotate?
DaveAuld
4-Oct-12 4:31am
View
One option is to use a loop and also character index positions, go figure.
DaveAuld
4-Oct-12 4:29am
View
Depends on the camera make/model and supported features. Check the manufacturers website.
DaveAuld
4-Oct-12 4:22am
View
This is not a question, and should not be in the Q&A section, if you have an issue with an individual take it to the mods via the Site Bugs forum or for Spam issues take it to the spam forum.
DaveAuld
3-Oct-12 7:30am
View
Exists where? In your user database or is a real valid email? If the later you need to use a verification scheme, send the email address a unique link that can be used to validate the account.
DaveAuld
3-Oct-12 7:21am
View
Have you checked that the webconfig reference are using the correct versioning, and the ef5 bins have been copied across to the build folder.
DaveAuld
3-Oct-12 6:58am
View
This is not a Q&A question, you are as bad as the downvoters and should know better! I'm deleting this.
DaveAuld
3-Oct-12 6:51am
View
Sorry, don't have an XP machine to verify on, but I think you go into IIS, right click the website, select properties and on the Directory Security tab edit IP Restrictions.
DaveAuld
3-Oct-12 4:46am
View
What code did you try with?
DaveAuld
3-Oct-12 4:07am
View
Do you have remote desktop access to the remote server? Do you have full admin control of the remote server?
DaveAuld
3-Oct-12 2:42am
View
What have you tried. "Give full programming code" I think not, that is not how it works...
DaveAuld
28-Sep-12 8:09am
View
Well go search gooogle for JSON posting using C#, make some effort!
DaveAuld
28-Sep-12 6:39am
View
I haven't got any, see the link in the solution for example.
DaveAuld
25-Sep-12 2:49am
View
Good for you, you know how to use search don't you?
DaveAuld
24-Sep-12 4:12am
View
And the question is?
DaveAuld
22-Sep-12 9:09am
View
To start with, you will need lots of money to pay for a high bandwith internet connection and then a lot more money to pay for the servers to run the application, then you will need to find someone who want to give you content for nothing. Once you have all those things you will need to write an application to server the consumer.
DaveAuld
22-Sep-12 9:07am
View
Really, go ahead, Wes doesn't mind if that is what you want to do..............What Wes is really saying is, You haven't asked a question about a problem, you have made a statement. What have you tried to do? Where did you get stuck? Where is the code you have tried so far?
DaveAuld
22-Sep-12 6:03am
View
Read the error logs from the hosted server, or speak to the hosting company to tell you what the IIS logs are telling you. You could also implement the likes of ELMAH to see what is going on. (http://code.google.com/p/elmah/ There are articles on CP about this.)
DaveAuld
22-Sep-12 6:01am
View
You simply need to read and compare tests, looking for phrases, word order, etc. etc. Sorry did I say simply? I meant, bloody difficult to implement the heuristics engine for these sort of things.
DaveAuld
22-Sep-12 1:59am
View
You haven't said if the table data is related, how did you pull the data through to the datagridview?
DaveAuld
22-Sep-12 1:58am
View
Terminate each half of the statement using a semi-colon. 'update fist table; update second table'
DaveAuld
21-Sep-12 12:25pm
View
The whole row or just the subitem?
DaveAuld
21-Sep-12 12:21pm
View
Does that handle clicking on a panel in the form, as well as the form, as requested in the OPs original question?
DaveAuld
21-Sep-12 11:00am
View
This is not a solution, you should have used a comment. Deleting.
DaveAuld
21-Sep-12 3:57am
View
Of course it will, this is just to enable more detailed diagnostics.
DaveAuld
21-Sep-12 1:43am
View
Change the Trace output statement in the web.config to localOnly="false", this should provide you with more diagnostic info. Remember and change it back!
<trace pageOutput="true" requestLimit="10" enabled="true"
localOnly="false"
traceMode="SortByTime" mostRecent="true" />
DaveAuld
21-Sep-12 1:33am
View
You are meant to use the "Improve Question" to edit and add your code in there properly formatted, not add it as a comment to the question!
DaveAuld
20-Sep-12 2:55am
View
Reading his comments, I think he is talking more about image scrambling, as he wants to still be able to show a valid image of the encrypted input image.
DaveAuld
20-Sep-12 2:41am
View
That is just a horrendous question. What encryoted image? What encryption scheme? What have you tried?
DaveAuld
20-Sep-12 2:18am
View
Speak to other people in the company. Just because you are an intern doesn't mean you can't ask questions of the rest of the team!
DaveAuld
20-Sep-12 2:16am
View
That doesn't make much sense? the second one, just has an extra column of data, but doesn't really demonstrate where the data came from, maybe need to edit and redifine your example.
DaveAuld
20-Sep-12 2:14am
View
Is your browser blocking the downloads? Is your spam/virus software blocking?
DaveAuld
19-Sep-12 8:53am
View
And what have you tried to implement so far?
DaveAuld
19-Sep-12 8:45am
View
Changed language in code block from "text" to "javascript".
DaveAuld
19-Sep-12 8:28am
View
I have a 4year old daughter an 8 year old daughter and then there is the wife. You learn to piece random bits of information together to create the question what they were trying to ask :-) The OP said they wanted to select one after the other, with cities based on state etc. So dropdown cascade!
DaveAuld
19-Sep-12 8:24am
View
If we gave you a USP, then all your competitors would read this and implement same, so would not longer be a USP.
DaveAuld
19-Sep-12 7:26am
View
I have fixed your code block, you had an extra pre wrap which broke the formatting.
DaveAuld
19-Sep-12 7:24am
View
Don't SHOUT! IT IS RUDE!
DaveAuld
19-Sep-12 7:23am
View
What have you tried, where have you looked for inforamtion. Have you tried to search the articles?
DaveAuld
19-Sep-12 7:22am
View
I wonder the same thing. Why oh why oh why.
DaveAuld
19-Sep-12 7:21am
View
What have you tried? We don't give anything.
DaveAuld
19-Sep-12 7:17am
View
How to use? that is not an acceptable title. Hidden has 2 'd's not 3. Hi has one 'i' and I take it Frds is meant to be Friends?
DaveAuld
19-Sep-12 7:14am
View
This is nothing other than abuse........being deleted.
DaveAuld
19-Sep-12 7:06am
View
And what code are you using? In what way is it being corrupted?
DaveAuld
19-Sep-12 6:58am
View
No I cannot send how you can send the message. I do not have any example code, you need to go do some of your own research. The wiki entry doesn't look like anything complicated, and as I said, there are tons of examples out there. I don't know how many times SMS related questions are asked on codeproject, but it is alot. Go do your own work.
DaveAuld
19-Sep-12 4:13am
View
Again, you need multi-part messages. See my solution for link to more details.
DaveAuld
18-Sep-12 5:39am
View
SMS specification is 160 characters. What you need to look at is multi-part messages.
DaveAuld
17-Sep-12 6:51am
View
I have also noticed you duplicated your question. Don't do that, edit one of them, bin the other.
DaveAuld
17-Sep-12 6:46am
View
The link has been stripped so don't know where your example points to....
DaveAuld
17-Sep-12 6:41am
View
This is not a question it is a statement.
DaveAuld
6-Sep-12 4:23am
View
What is the code that is executing to generate the exception, there maybe something around there. Are you logged is as a non-administrative user? How about if you are logged in as administrative user?
DaveAuld
5-Sep-12 17:52pm
View
If this is an assignment then alot of this should be covered in your course notes. You just need to piece it together and apply it.
DaveAuld
31-Aug-12 12:53pm
View
Silly question., but, have you looked at the file path to see if the file resides there? If not you may want to remove the reference and re-add it pointing to the correct location, or add the dll to that location, or another location that is accessible to the project.
DaveAuld
29-Jul-12 14:36pm
View
Have a read of this page; http://developer.android.com/guide/topics/appwidgets/index.html
DaveAuld
28-Jul-12 18:48pm
View
Sounds like you are trying to create an semi-automatic bot? If so so, then you are up to no good.
DaveAuld
28-Jul-12 18:47pm
View
I suggest you look at Audio Recording in C# and then Blob storage and retreival with SQL, then Audio playback in C#. Google might be able to help, I once heard there can be a few things appear sometimes on Google [whatever google is] when you type words into some sort of text box and hit some button or another.???
DaveAuld
28-Jul-12 18:39pm
View
I would think the Admin would be able to look at the transaction log to see who did what. They may have to enable auditing on this folder though.
DaveAuld
28-Jul-12 18:37pm
View
It is your project, you come up with the ideas. Picking a technology and building a project round it is the wrong approach. Come up with a project, and then research the technologies and use this research as part of the justification in your thesis. You will have to document this anyway to demonstrate your own research abilities.
DaveAuld
28-Jul-12 18:35pm
View
I think he means Master of Science university project.
DaveAuld
28-Jul-12 18:34pm
View
maybe you need some sort of structural architect if you want to build a bridge......Also, you maybe want to expand on want you are trying to do and you might get a more sensible answer. Edit your original question.
DaveAuld
28-Jul-12 18:32pm
View
Maybe you have just coded it wrong.
DaveAuld
9-Jul-12 9:29am
View
If you want ultimate speed, what you need is a SSD Raid like this one (capable of 2 GB/s! yes, two gigabytes/sec!); http://www.youtube.com/watch?v=96dWOEa4Djs
DaveAuld
9-Jul-12 9:13am
View
Raid 10 is a stripped mirror, sounds like you are maxing out on the the network throughput. You can use the benchmark software I have listed in the previous article links to test what you are getting. What you should do next is look at if you can add additional network cards to your PC and your Raid box and then to enable load balancing and double the throughput. You want to eliminate the slowest link in the chain, and then work your way up through the weak link, your network switch etc. may not support support the load balancing, jumbo frames, etc
DaveAuld
9-Jul-12 9:07am
View
I think the main benefit of pre-allocation is that it prevents (or can limit) disk fragrmentation. particularly if done on a clean or defragmentated disk. IBM has some info on storage network stuff; http://publib.boulder.ibm.com/infocenter/tssfsv21/v1r0m0/index.jsp?topic=%2Fcom.ibm.sanfs222.doc%2Ffoe0_c_file_storage_preallocation.html
DaveAuld
9-Jul-12 7:54am
View
Thought so, now if you give me an idea on the other things in the previous comment I might be able to further help.
DaveAuld
9-Jul-12 6:56am
View
I think you should explore the Membership providers for ASP.net, will make you life so much easier.
DaveAuld
9-Jul-12 6:53am
View
STOP SHOUTING!!!!!! What error is it giving, I'm not telepathic.
DaveAuld
9-Jul-12 6:50am
View
I don't think you have thought through what you are trying to do..............
DaveAuld
9-Jul-12 6:47am
View
And the question is?
DaveAuld
9-Jul-12 6:43am
View
And the question is?
Show More