15,791,229 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 C++ questions
View Javascript questions
View Python questions
View PHP 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
R. Giskard Reventlov
(Top 200 by date)
R. Giskard Reventlov
23-Mar-18 16:16pm
View
Odd - you should be able to download and install the community edition for free. If you can't, you need to talk to your IT support.
R. Giskard Reventlov
12-Oct-15 16:22pm
View
It needs to be passed as a comma delimited string, not an array. The stored proc then takes care of the pseudo array you have passed. So, don't add each item to the array, add it to simple string with a comma after each value then pass that string to the stored proc and it will work.
R. Giskard Reventlov
12-Oct-15 15:42pm
View
Are you passing the data as string or string[]? It should just be a delimited string.
R. Giskard Reventlov
6-Oct-15 18:52pm
View
This is an English language website: if you want to talk rubbish go to StackOverflow.
R. Giskard Reventlov
22-Sep-15 15:01pm
View
have you attempted to explore the CKEditor website to see if they have any examples?
R. Giskard Reventlov
22-Sep-15 14:54pm
View
The message is telling you what the error is!!! Your application does not have the requisite permissions to use the object. Fix that and you will be good to go.
R. Giskard Reventlov
22-Sep-15 11:43am
View
Have you tested it locally. Does it work? Are there any other files that require updating to ensure this process (whatever it is) works? You may need to ctrl-F5 to force it to use any changed items or restart the application pool to refresh the binary.
R. Giskard Reventlov
8-Sep-15 14:40pm
View
I've noticed this as well. Either a bug or by design. Not really a big deal. Until it is. :-)
R. Giskard Reventlov
3-Jun-15 10:36am
View
Try something like:
DataSet ds = (DataSet)GVemp.DataSource;
DataTable dt = ds.Tables[0];
R. Giskard Reventlov
7-Mar-15 20:40pm
View
The tag is Linux: do you think he means how can he run Linux in Windows 7?
R. Giskard Reventlov
19-Feb-14 16:20pm
View
So, 2 years later you decide to post a response? BTW, that was me being polite. If you don't like it you know what you can do.
R. Giskard Reventlov
10-Dec-13 18:09pm
View
Looks like a homework question: we don't do homework. BTW, Google is your friend.
R. Giskard Reventlov
21-Nov-13 13:05pm
View
http://www.nationalreview.com/campaign-spot/364342/administration-official-obamacare-payment-systems-still-need-be-built-jim#!
[
^
]
R. Giskard Reventlov
21-Nov-13 9:47am
View
Are you Henry Chao? :-)
R. Giskard Reventlov
5-Aug-13 18:12pm
View
Declare it with an initial value.
http://msdn.microsoft.com/en-us/library/system.array.aspx
R. Giskard Reventlov
11-Jun-13 13:10pm
View
Ryan's answer is all you need. If he doesn't post as a solution suggest you find another of his posts and up-vote him. Also not sure why you got a 1 vote for the question: certainly not the worst question I've seen posed here.
R. Giskard Reventlov
15-May-13 18:58pm
View
Why on earth would you have an empty row in a table??? Do you mean that you are trying to check if a user already exists before inserting a new user record?
R. Giskard Reventlov
15-May-13 13:54pm
View
We don't do homework.
R. Giskard Reventlov
14-May-13 12:49pm
View
Err, nope, no attachment. Highly likely the problem is caused by differences in the way that IE7 and IE8 use CSS.
R. Giskard Reventlov
13-May-13 18:55pm
View
You're not telling us enough to help you. Need more detail. To start with, what is the error?
R. Giskard Reventlov
13-May-13 13:35pm
View
Why is it urgent? It also doesn't seem to make much sense. Is this homework?
R. Giskard Reventlov
9-May-13 21:25pm
View
Try to format the code properly: quite difficult to read as is.
R. Giskard Reventlov
9-May-13 20:09pm
View
Well, I guess you could send an array of parameters to the stored proc and parse them in there (there are loads of articles on Google about how to parse a parameter that is an array). Or you could create a bunch of insert statements and pass those as a string and then execute them in the stored proc (not the best idea). I'm sure others will have other ways of solving this but that should give you some food for thought.
R. Giskard Reventlov
13-Mar-13 17:01pm
View
Show us the code.
R. Giskard Reventlov
13-Mar-13 16:42pm
View
What data type is the column in the database? Only asking as you have ignored ThePahntomUpvoter for unknown reasons.
R. Giskard Reventlov
8-Mar-13 17:58pm
View
What is the error???
R. Giskard Reventlov
15-Feb-13 12:31pm
View
Probably a stupid question but have you put a forwardslash between "ftp://" + ftphost + ftpfilepath so that it would be "ftp://" + ftphost + "/" + ftpfilepath?
R. Giskard Reventlov
19-Jan-13 10:03am
View
It's in the solution. Think about it.
R. Giskard Reventlov
17-Jan-13 13:48pm
View
Is this generating an exception? It should work: is there something else you're not telling us?
R. Giskard Reventlov
11-Jan-13 16:13pm
View
Homework.
R. Giskard Reventlov
28-Dec-12 13:05pm
View
:-)
R. Giskard Reventlov
28-Dec-12 4:26am
View
Well, no one could ever accuse you of being modest, could they?
R. Giskard Reventlov
27-Nov-12 18:51pm
View
An example might help.
R. Giskard Reventlov
27-Nov-12 18:50pm
View
I wonder why you wonder why?
R. Giskard Reventlov
26-Nov-12 18:50pm
View
You should make that the solution.
R. Giskard Reventlov
26-Nov-12 18:46pm
View
Agree with SA. At the very least post the error you are getting together with some context. No one will look at your project and none of us are telepathic.
R. Giskard Reventlov
21-Nov-12 12:26pm
View
Patently a homework question: we don't do homework.
R. Giskard Reventlov
20-Nov-12 17:04pm
View
Actually, a csv file is a text file. You can open a CSV file with a text editor and read the content. What you want to do, effectively, is just change the delimiters that separate cell content and, probably, change the file extension.
R. Giskard Reventlov
20-Nov-12 16:26pm
View
Does the application compile without error?
R. Giskard Reventlov
19-Nov-12 18:35pm
View
Yes, very good answer.
R. Giskard Reventlov
14-Nov-12 11:28am
View
Then you succeeded! :-)
R. Giskard Reventlov
14-Nov-12 10:31am
View
"I would like to ask" is perfectly acceptable English: at the very least, it's polite.
R. Giskard Reventlov
13-Nov-12 21:21pm
View
"and i want to ask how to implement that code in vb.net?" was the actual question.
R. Giskard Reventlov
12-Nov-12 12:53pm
View
It is very useful when responding to questions where it appears as if the op has lost the ability to use Google. Enjoy.
R. Giskard Reventlov
12-Nov-12 12:35pm
View
Er, no, it's just 'let me google that for you'. http://lmgtfy.com/
R. Giskard Reventlov
8-Nov-12 17:27pm
View
Even translated the question is gobbledegook. What have you tried for yourself?
R. Giskard Reventlov
7-Nov-12 11:56am
View
We don't do homework.
R. Giskard Reventlov
7-Nov-12 11:51am
View
What have you already tried for yourself? How did that work out?
R. Giskard Reventlov
2-Nov-12 20:55pm
View
If you have no idea how to carry out even the simplest of tasks...
R. Giskard Reventlov
2-Nov-12 19:20pm
View
Just wow. :-)
R. Giskard Reventlov
2-Nov-12 11:19am
View
Er, try asking them direct?
R. Giskard Reventlov
22-Oct-12 12:11pm
View
Do not cross post: you've also posted this in another forum. Delete one of them.
R. Giskard Reventlov
19-Oct-12 14:49pm
View
So why didn't you mention that in the question? Do you mean 8 rows chosen at random? Curious as to the purpose.
R. Giskard Reventlov
19-Oct-12 13:55pm
View
Meaningless question: you'll need to explain what you mean and show what you have already done to help yourself.
R. Giskard Reventlov
18-Oct-12 19:22pm
View
and the error is?
R. Giskard Reventlov
18-Oct-12 19:20pm
View
So what's the problem?
R. Giskard Reventlov
18-Oct-12 13:42pm
View
Thanks and you are correct. The article does give an example wrapped in a transaction so should be good for the OP.
R. Giskard Reventlov
18-Oct-12 11:58am
View
Rephrase your question: it makes no sense.
R. Giskard Reventlov
9-Oct-12 11:06am
View
Well, that's certainly enough information to go on. Let me think now...
R. Giskard Reventlov
13-Sep-12 13:14pm
View
Er, no. No one will give you the code. Why should they?
R. Giskard Reventlov
11-Sep-12 16:36pm
View
You have a database on a server attached to the network. Your application connects to the database and gets/puts data. This is client/server. Multi-threading has nothing to do with it: did you mean multi-user?
R. Giskard Reventlov
11-Sep-12 16:18pm
View
This is really basic stuff. I suggest you buy some books on development and start there.
R. Giskard Reventlov
31-Aug-12 16:25pm
View
Need to see some code otherwise how can we possibly know what the problem might be?
R. Giskard Reventlov
30-Aug-12 18:45pm
View
Considered rude to ask for a complete code without at least showing what you have already tried for yourself.
R. Giskard Reventlov
30-Aug-12 13:18pm
View
What have you tried for yourself?
R. Giskard Reventlov
29-Aug-12 16:57pm
View
Have you set a breakpoint and stepped through the code? Where did it fail? Does it fall straight through to the catch? Why?
R. Giskard Reventlov
28-Aug-12 15:45pm
View
Saying don't make people sad will get you down-voted around here.
You've probably been down-voted because you have asked a question without providing sufficient information. None of us (that I'm aware of) are telepathic so there is no way we can know what is going on without some code.
R. Giskard Reventlov
27-Aug-12 13:01pm
View
I love that someone one-voted this. Either the author as following my answer would mean actually doing some work or some brain dead elphanting moron who doesn't understand the question or, more importantly, the answer!
R. Giskard Reventlov
24-Aug-12 15:40pm
View
You have to read, understand and adapt. There is little chance you'll find precisely what you are looking for.
R. Giskard Reventlov
24-Aug-12 15:39pm
View
Read the article: it has the answers you seek.
R. Giskard Reventlov
24-Aug-12 14:58pm
View
No one will give you the 'entire code'. Why should they? What have you done so far? Note that loading a huge amount of data is a very bad idea.
R. Giskard Reventlov
21-Aug-12 18:24pm
View
Good answer.
R. Giskard Reventlov
21-Aug-12 18:16pm
View
Probably, but I want him to say it! :-)
R. Giskard Reventlov
18-Aug-12 10:52am
View
HAve you actually tried anything for yourself?
R. Giskard Reventlov
16-Aug-12 12:38pm
View
What have you already tried? No one here is just going to give you a solution without at least seeing that you've made some effort yourself.
R. Giskard Reventlov
16-Aug-12 12:37pm
View
Paging is not the answer, at least not for millions of records. You can certainly page a few hundred.
R. Giskard Reventlov
13-Aug-12 16:19pm
View
When you 'novel', do you mean new? So do you mean you want to develop a new protocol for networking? I have to say if that's what you want to do and you have to ask the question then you are not sufficiently skilled to do it.
R. Giskard Reventlov
13-Aug-12 11:35am
View
Then you need to speak to the user to find out what they want which may be very different to what you think they should have.
R. Giskard Reventlov
10-Aug-12 11:18am
View
You asking or telling?
R. Giskard Reventlov
9-Aug-12 16:03pm
View
Show the code.
R. Giskard Reventlov
8-Aug-12 21:42pm
View
I googled it... :-)
R. Giskard Reventlov
8-Aug-12 18:05pm
View
What does the exe do? Can you emulate it's process through the intranet? In other words, if it is processing data that can done directly form your web application.
R. Giskard Reventlov
6-Aug-12 17:12pm
View
:-)
R. Giskard Reventlov
31-Jul-12 13:45pm
View
We can't read minds: you'll need to show some code so we can get an idea of what you are doing.
R. Giskard Reventlov
31-Jul-12 13:43pm
View
You really should buy the book I recommended. I don't see why you think we've got nothing better to do than teach you from scratch because you're too lazy to learn for yourself.
R. Giskard Reventlov
24-Jul-12 14:17pm
View
Is it hosted on a third party server? If so, you should contact them directly.
R. Giskard Reventlov
23-Jul-12 21:07pm
View
What have you tried? How did that work? Descrie specific issues? No one is going to gve you an out-of-the-box solution.
R. Giskard Reventlov
21-Jul-12 17:07pm
View
Firstly, you should really use a stored procedure and pass any values as pasrameters.
R. Giskard Reventlov
20-Jul-12 21:07pm
View
That's like oxygen on this site! :-)
Thanks
R. Giskard Reventlov
20-Jul-12 18:58pm
View
Cool! Hit me with some points, baby! :-)
R. Giskard Reventlov
18-Jul-12 14:37pm
View
Where's the question?
R. Giskard Reventlov
17-Jul-12 11:52am
View
Cool: hit me with some points, baby! :-)
R. Giskard Reventlov
11-Jul-12 18:09pm
View
This is a nonsensical question: you need to explain much more clearly what you are trying to do and show what you have already tried for your self.
Note that whilst it is possible to merge a video and an html file why on earth would you want to?
R. Giskard Reventlov
11-Jul-12 18:03pm
View
You should post this as the solution.
R. Giskard Reventlov
1-Jul-12 17:52pm
View
Have you created a database? Have you got some sort of link between customers and their tickets? i.e. a 1-to-many relationship for customer to ticket? If not then stop and do it before proceeding. You will then be able to link a customer to a ticket. Do you know about databases and how to use them in conjunction with a web site?
R. Giskard Reventlov
29-Jun-12 22:07pm
View
Seriously, dude?
R. Giskard Reventlov
29-Jun-12 17:05pm
View
Quite a confused question. Be very specific and display the code where it is going wrong.
R. Giskard Reventlov
29-Jun-12 11:58am
View
Who's joking? You should have stated that in your post and you might consider talking to the UN directly. http://en.wikipedia.org/wiki/EDIFACT
If you are working with it then do it properly. If it costs why would you expect someone else to just give it to you for nothing and if it's free go get it.
R. Giskard Reventlov
28-Jun-12 15:45pm
View
Should be the solution.
R. Giskard Reventlov
28-Jun-12 15:44pm
View
Does it work for you? Do you have an actual problem or error you need help with?
R. Giskard Reventlov
28-Jun-12 10:47am
View
You should offer this as the solution.
R. Giskard Reventlov
27-Jun-12 17:18pm
View
What the hell are you talking about? I asked him what, if anything he'd tried for himself - he may be unaware of the ramifications of what he's asking for or not really understand. Before attempting to answer, find out if there is more to it by asking the OP, not me. Think before you speak.
R. Giskard Reventlov
27-Jun-12 17:13pm
View
Look at ViewState.
R. Giskard Reventlov
27-Jun-12 14:39pm
View
What have you already tried for yourself?
R. Giskard Reventlov
27-Jun-12 12:11pm
View
You need to rephrase your question as it makes little sense. Whilst English may not be your first language (points for trying) you need to find someone who can translate correctly or you won't get an answer.
R. Giskard Reventlov
27-Jun-12 11:16am
View
Never assume anything: you know that people often ask wholly inappropriate questions here.
R. Giskard Reventlov
26-Jun-12 18:47pm
View
Do you not think you're being a tad over ambitious? Shouldn't you start with 'hello world' and work your way up from that?
R. Giskard Reventlov
22-Jun-12 11:55am
View
You should post this as a solution.
R. Giskard Reventlov
21-Jun-12 18:53pm
View
Need to know the sequence of events and any code or markup that might be causing it. Sadly, my powers of telepathy have waned so I can't see inside your head and I'm not very good at guessing.
R. Giskard Reventlov
21-Jun-12 14:59pm
View
a) we don't do homework.
b) the chances are your tutor uses this site and now knows what you don't.
c) we don't give out complete solutions, just help to fix a single specific issue.
d) have you even bothered to try and work this out for yourself?
If you think we're harsh in here, wait till you start real work!
R. Giskard Reventlov
19-Jun-12 17:04pm
View
What have you already tried for yourself?
R. Giskard Reventlov
19-Jun-12 10:23am
View
In which case offer it as an alternate solution.
R. Giskard Reventlov
18-Jun-12 12:19pm
View
You really need to pare down the code: very few people are going to be bothered to wade through all of that.
R. Giskard Reventlov
14-Jun-12 15:48pm
View
Don't quite understand the question - please expand or be clearer.
R. Giskard Reventlov
13-Jun-12 14:41pm
View
Try to be more specific as to what is not working; tie it down to some specific CSS. BTW, nice park! Consider changing the buttons to all be the same width.
R. Giskard Reventlov
13-Jun-12 10:24am
View
Good addition.
R. Giskard Reventlov
7-Jun-12 15:40pm
View
So what is your question? Have you tried anything for yourself?
R. Giskard Reventlov
6-Jun-12 14:56pm
View
Edit your question to show this.
R. Giskard Reventlov
6-Jun-12 14:32pm
View
That's an awful lot of questions, especially as it's homework related. We don't do homework: you need to speak to your tutor (who's probably reading this anyway) for advice. There are many web hosts out there; too many to list here. A good one is DiscountAsp.Net if you really are willing to pay for service.
R. Giskard Reventlov
6-Jun-12 14:28pm
View
Do you have an actual question? BTW: only add code that is directly related to the problem you require help with: no one has the time to wade through everything!
R. Giskard Reventlov
4-Jun-12 19:18pm
View
You want to design a new phone? Think you're in the wrong place.
R. Giskard Reventlov
1-Jun-12 19:17pm
View
Not nearly enough information. In any case, what have you already tried for yourself?
R. Giskard Reventlov
1-Jun-12 18:51pm
View
What have you already tried?
R. Giskard Reventlov
1-Jun-12 17:06pm
View
and? We need a little more than that.
R. Giskard Reventlov
1-Jun-12 17:02pm
View
How to spell? Ironically, he spells 'right' as 'write'. Hilarious.
R. Giskard Reventlov
31-May-12 21:21pm
View
Sadly we have no idea what you are asing for. However, if you are looking for someone to supply you with code you're in the worng place.
R. Giskard Reventlov
31-May-12 12:36pm
View
So what's the question?
R. Giskard Reventlov
30-May-12 14:18pm
View
Unfortunately your question is incomprehensible. Please try to rephrase. Plainly English is not your primary language: is there anyone that can help you phrase it better?
R. Giskard Reventlov
30-May-12 11:50am
View
You need to greatly simplify your question: we neither need nor want a huge code dump. Edit your question and be specific and you may get a response.
R. Giskard Reventlov
29-May-12 15:39pm
View
So what's your question?
R. Giskard Reventlov
27-May-12 19:03pm
View
Yawn. Yes, of course it's urgent. Like everyone here is just sitting around waiting for your question. Have you bothered to search with Google or try something for yourself?
R. Giskard Reventlov
26-May-12 19:33pm
View
Really difficult ot get what you are asking for. Try to repahrse the question and be more specific.
R. Giskard Reventlov
25-May-12 13:20pm
View
Without knowing how you have done what you have done, how can we possibly expect to be able to answer the question? Sadly, none of us are yet telepathic so you'll have to give a little more detail.
R. Giskard Reventlov
23-May-12 18:20pm
View
Do you actually have a question? If this is homework you should delete it now.
R. Giskard Reventlov
23-May-12 12:44pm
View
He could add a column to the table with a number in for sorting then order by that number, for instance. select stuff from table order by new_sort_column
R. Giskard Reventlov
23-May-12 11:27am
View
Why don't you just sort the data before it gets anywhere near the listbox? How are you getting the data? From a table?
R. Giskard Reventlov
22-May-12 23:41pm
View
No it isn't, at least not where I'm from.
R. Giskard Reventlov
21-May-12 14:09pm
View
Huh? You're going to need to be far more specific. Besides, you should not ask for a solution, just for help when you get stuck with your own code.
R. Giskard Reventlov
21-May-12 12:06pm
View
Did I say that you should? Apply the where clause to the logic that selects the data for each gridview.
R. Giskard Reventlov
18-May-12 13:35pm
View
Hmm, on reflection it isn't amusing at all: my wife is probably right: I have an over inflated opinion of my own sense of humor: apologies to you and the OP.
R. Giskard Reventlov
18-May-12 12:41pm
View
Most likely: you'd think the tutors would think up a new application to torture the students with so we'd get caught unawares and do their homework for them.
R. Giskard Reventlov
18-May-12 12:36pm
View
Was trying to be a little light-hearted. Never mind: feel free to patronise.
R. Giskard Reventlov
18-May-12 11:49am
View
So, because you won't take the time to learn to do it the right way you want us to help you figure out how to do it the wrong way? Hilarious.
R. Giskard Reventlov
15-May-12 15:59pm
View
:-)
R. Giskard Reventlov
15-May-12 13:29pm
View
WE DON'T DO HOMEWORK!!!
R. Giskard Reventlov
14-May-12 17:45pm
View
Have you tested this in all of the main browsers? I've just opened it in IE and looks fine to me.
R. Giskard Reventlov
14-May-12 15:01pm
View
Are you sure you haven't changed something?
R. Giskard Reventlov
14-May-12 13:01pm
View
We don't do homework.
R. Giskard Reventlov
14-May-12 12:19pm
View
Amazing how many questions could be answered by the op just looking on CP!
R. Giskard Reventlov
11-May-12 18:40pm
View
Have you even bothered to try and work something out for yourself? And by 'penal' do you mean jail or prison? Otherwise what is 'penal'?
R. Giskard Reventlov
11-May-12 18:38pm
View
We don't do homework, especially not for Waterloo University; are you reading this Prof. Brown? :-)
R. Giskard Reventlov
9-May-12 14:04pm
View
Seriously? Did you even try? You have to find something close and then adapt it to your needs or find and read through some regex documentation (of which there is much) and work it out.
R. Giskard Reventlov
8-May-12 15:59pm
View
Hey, whats with the down-vote: perfectly reasonable answer.
R. Giskard Reventlov
8-May-12 15:44pm
View
Reason for my vote of 2
We don't do homework though I see a few brave souls have tried to help you.
R. Giskard Reventlov
8-May-12 15:42pm
View
Reason for my vote of 1
Smacks of a homework question.
R. Giskard Reventlov
8-May-12 14:56pm
View
Reason for my vote of 1
Sounds like a homework question without the question. We don't do homework.
R. Giskard Reventlov
8-May-12 14:34pm
View
The user will never actually see the page which is what the op wanted. You're confusing opening with viewing. The page opens and, upon validation of the token, is immediately redirected. The user never sees the page.
R. Giskard Reventlov
8-May-12 13:59pm
View
Reason for my vote of 1
Agh! My eyes!!! That is horrible! Please edit the question so that it is human-readable!!! You might also want to check that you've asked a coherent question.
R. Giskard Reventlov
8-May-12 13:52pm
View
Actually, yes you can prevent a page from opening by the method given. It won't matter what the user types in as the url, if a token of some description is not present then go to another page, hence the page requested is never displayed. You could do this a number of different ways but using a session variable is the simplest.
R. Giskard Reventlov
8-May-12 13:49pm
View
Yes, I know but that shouldn't stop me speaking my mind and it won't! :-)
R. Giskard Reventlov
8-May-12 10:46am
View
Reason for my vote of 1
No homework! For some reason student grading systems/online exam systems appear to be quite popular teaching aids.
R. Giskard Reventlov
5-May-12 21:42pm
View
So what is your question?
R. Giskard Reventlov
5-May-12 21:35pm
View
lol
R. Giskard Reventlov
4-May-12 23:06pm
View
I don't want to give him everything and my solution is a little simplistic but he could populate a session variable when the user first logs in.
R. Giskard Reventlov
4-May-12 23:04pm
View
You said to him: "You have no right to prevent the user from typing the URL and loading a page". That is being dictatorial.
R. Giskard Reventlov
4-May-12 19:17pm
View
And you won't find the exact solution: you find one or two that are near and work it out for yourself!
R. Giskard Reventlov
4-May-12 19:12pm
View
Check the value first and then only carry on if it is valid. You should be validating your data.
R. Giskard Reventlov
4-May-12 19:08pm
View
Deleted
Er, yes he does: it's his app and he can do whatever he likes even if it is a bad solution. Don't be so dictatorial.
R. Giskard Reventlov
4-May-12 19:07pm
View
Er, yes he has the right to do whatever he wants. Might be crap but that isn't for you or I to say. Don't be so dictatorial.
R. Giskard Reventlov
4-May-12 18:47pm
View
And your question is?
R. Giskard Reventlov
4-May-12 14:51pm
View
Reason for my vote of 1
Poor question: do not ask for solutions without having first bothered to try and work it out for yourself.
R. Giskard Reventlov
2-May-12 19:13pm
View
You probably won't find an exact solution: what you have to do is read and understand what you find and then adapt it to your needs.
R. Giskard Reventlov
2-May-12 18:42pm
View
Do the application have the correct permissions to the folders you have selected?
R. Giskard Reventlov
2-May-12 11:57am
View
Why not just post a question for the author of the article?
R. Giskard Reventlov
2-May-12 11:55am
View
Have you compiled the application and uploaded the contents of the bin folder? i.e., all of the assemblies required by the application?
R. Giskard Reventlov
30-Apr-12 16:37pm
View
Reason for my vote of 1
Very poor question: you need to elaborate more specifically on your problem with an example of the code and the error.
R. Giskard Reventlov
27-Apr-12 18:24pm
View
How is the admin validated if they aren't logged into the machine? At some level you will have to get the admin to log in to your application so they can be authenticated as a valid user able to approve whatever it is they need to approve! Your application cannot know, as if by magic, who is hitting abutton other than assuming it is the present user! You need to carefully rethink your design.
R. Giskard Reventlov
27-Apr-12 17:41pm
View
Do you have a question?
R. Giskard Reventlov
26-Apr-12 13:29pm
View
Why not just rewrite it in C++? Surely that has to be the simplest course of action.
R. Giskard Reventlov
26-Apr-12 13:11pm
View
If it ain't broke why do you want to fix it? Do you mean running as a windows service?
R. Giskard Reventlov
25-Apr-12 18:16pm
View
Maybe so, but it's always a fun ride!
R. Giskard Reventlov
25-Apr-12 17:48pm
View
I always buy what op says. :-)
R. Giskard Reventlov
25-Apr-12 16:53pm
View
When you say records are huge, what do you really mean? It is poor design to load too many records into a GridView.
R. Giskard Reventlov
25-Apr-12 16:51pm
View
Your question is unclear: you need to rephrase.
R. Giskard Reventlov
24-Apr-12 15:46pm
View
Are you sure that your syntax is correct? If you take the url for the advert it will play yet loading the file display a javascript error on the flowPlayer section.
I just loaded http://is.gd/DfLlT8 and it played the ad then the video: isn't that what you want?
R. Giskard Reventlov
24-Apr-12 12:09pm
View
Whilst it may be too complex for you it is fairly straightforward and it does address the ops question directly. However, I would agree that enable = false should work: interesting to see why the op thinks it doesn't.
R. Giskard Reventlov
23-Apr-12 12:16pm
View
That's the bit you have to work out for yourself: I've given you a site that will help with regular expressions: not you just have to figure out how to apply them. You won't learn if someone else does it for you.
R. Giskard Reventlov
20-Apr-12 10:57am
View
Your question, such as it is, is utterly meaningless. Please rephrase.
R. Giskard Reventlov
19-Apr-12 20:08pm
View
Nowt is an old word meaning 'none'. It just means that people are odd.
R. Giskard Reventlov
19-Apr-12 18:37pm
View
Nowt stranger than folk: thanks, it was meant to be helpful if he'd bothered to follow it through and do some research.
R. Giskard Reventlov
19-Apr-12 17:04pm
View
Your question is not entirely clear. Do you mean to store actual image in a session variable or data related to the image and why? I'll post an answer that may help below.
R. Giskard Reventlov
19-Apr-12 16:07pm
View
Entirely the wrong lace to post an answer. Didn't you read anything before posting. This would be better as a blog post or trick/tip.
R. Giskard Reventlov
18-Apr-12 14:46pm
View
Are you getting an exception? If so, what is it? Why are you appending 1 to the control names in that manner? I see you've asked the same question elsewhere.
R. Giskard Reventlov
16-Apr-12 14:44pm
View
Did you miss the bit that says your lecturer is probably reading this? And he now knows that you can't do this on your own?
R. Giskard Reventlov
16-Apr-12 10:53am
View
Insufficient information to know what you are asking. Please clarify.
R. Giskard Reventlov
16-Apr-12 10:52am
View
What quiz? Is this homework?
R. Giskard Reventlov
14-Apr-12 11:01am
View
What have you tried for yourself? What researchhave you done? Anyway, sounds like home work and we don't do homework.
R. Giskard Reventlov
14-Apr-12 11:00am
View
Are the assemblies refernced in your application? Have you ensured that thay are in yor bin folder?
R. Giskard Reventlov
14-Apr-12 10:55am
View
Deleted
If you have created controls dynamically you are responsble for handling the view state.
R. Giskard Reventlov
11-Apr-12 17:03pm
View
That's not what you said, you're still not making much sense and we still don't do homework. I have to ask, what is a 'lab manual'? (other than the bleeding obvious)
Show More