No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
6 Posted Topics
A couple of pointers; Firstly regarding the limitation of button presses in your textbox. I would do this in javascript, that way you will not do a postback everytime a button is clicked. In javascript you can use event.keyCode; to get the value of the key pressed. If the key …
You won't be able to capture screen details using .NEt because it executes on a server. The only way I have seem this done by using Javascript and ActiveX Controls. See [url]http://www.xuebrothers.net/ax/activescreen/activescreen.htm[/url] for additional details.
Can you not use strstr, wcsstr, _mbsstr which finds the first occurance of a string value within another. [QUOTE=opposition;701183]Hey, Im just wondering if there is a fuction that already exists which finds a character in a string and then ignores everything after it. Its reading in a whole line from …
You're going to have to provide a bit more info than that. Do you want an app that checks what URL's it has open? Do you want to know when an email account is accessed? Which?
This problem is to do with permissions on the database. Depending on what authentication method you have used, you will need to provide the appropriate query/execute permissions on the database.
The easiest way to do this would be to add the foreign key value to the end of the aspx page. I.e. movies.aspx?id=blahdeblah. You can then access the id using the QueryString class.
The End.
developerbuzz