15,797,682 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 markovl (Top 30 by date)
markovl
1-Mar-13 1:53am
View
What do you mean by not working? Is there an error? Or the script doesn't get called? Or jQuery is not loaded?
There is not enough information in this question as is.
markovl
16-Jan-13 8:14am
View
What you could do is copy the output html of your table after it's been rendered (after the page has loaded use the View Source command of your browser) and paste it in the place of the table in the html I gave you. It may reduce some of the clutter and help you identify the issue faster. If you're not already, I'd suggest you try Firebug with Firefox - it has been a life-saver for me when tracking bugs like that.
markovl
16-Jan-13 7:08am
View
What's up with resurrecting an already resolved question from 1.5 years ago? Why would you do that? Is it points? Is it boredom? What?
markovl
15-Jan-13 4:44am
View
It was only to post SPAM, so I guess they don't care too much :-)
markovl
14-Jan-13 4:34am
View
Hi, I've updated my original solution to include my test page. In the future, please leave your comments and questions below the respective answer - this notifies the person who posted the solution; adding another solution doesn't.
markovl
22-Nov-12 4:40am
View
OK, you need to pick up a beginner's book and start there.
The loop is so basic a concept that if you don't understand it, you should stop right here, go back and start doing some serious reading and experimenting. After you've grasped on the basics, you could go to more advanced scenarios.
markovl
16-Nov-12 1:58am
View
This kind of questions are not welcome here. I'd suggest you remove it, otherwise I can see your account banned pretty soon.
markovl
15-Nov-12 8:00am
View
Why resurrect an year old already answered question?
markovl
16-Jul-12 1:59am
View
It is not quite clear what you're trying to achieve here.
The MyCustomBackground callback is called when the value of MyBackground changes - if you assign a value to it from XAML it will become the value of MyBackground.
I suggest you read on dependency properties:
- on MSDN: http://msdn.microsoft.com/en-us/library/ms752914.aspx
- a nice series by Josh Smith: http://joshsmithonwpf.wordpress.com/2007/05/16/demystifying-dependency-properties/
markovl
13-Jul-12 6:27am
View
Try to do that yourself. Otherwise how do to you expect to learn?
markovl
13-Jul-12 4:35am
View
This doesn't make much sense. Why not use the StackPanel.Background property to assign a background?
markovl
10-Jul-12 12:23pm
View
So your function is getting called? Is there any error message? The browser may be preventing the alert. Did you try another browser?
markovl
22-Jun-12 7:44am
View
You do realize this is an year and half old question, right?
markovl
21-Jun-12 9:30am
View
You're welcome Sandeep.
markovl
20-Jun-12 15:14pm
View
Hey, thanks! I agree completely.
Though, my observation is that people rarely care to clarify their questions, so I guess we'll never know the intent and is this approach at all valid :) I just hope that he/she (or any other ending up here with similar problems) at least check out the links and try to get the concept before using it.
markovl
20-Jun-12 12:03pm
View
Your question is not at all clear. What kind of errors are you getting? If there's some unresolved reference in your project, double-click the "My Project" node in Solution Explorer and check the References tab - there may be some clues. Also double-check that the path to the assembly is correct.
markovl
20-Jun-12 6:17am
View
And your point being what?
If the problem is with the actual values that are assigned to the different nodes are the names of the tags, adjust your code to reflect this.
For example the line:
docConfig.CreateTextNode("ABC" + i);
in your loop creates a text node and assigns its value to "ABCXX" ("XX" is the value of i at the current iteration).
Another thing, please do not post your additional questions as solutions, but use the "Improve question" option for your original question
markovl
20-Jun-12 3:39am
View
It says 10, because that's how you've coded your loop - from 10 to 19.
You'll have to modify your code by yourself to suit your needs. I just pointed out that you missed to include the "HEDDER" element in your logic.
This code produced exactly the same structure as you've indicated that's intended.
markovl
15-Jun-12 4:59am
View
Better than mine :) Have a five.
markovl
15-Jun-12 4:57am
View
Thanks :)
markovl
15-Jun-12 4:55am
View
Any particular reason to not want to use an if? Just curious.
markovl
8-Jun-12 7:01am
View
Nope, sorry.
Maybe it's best to take your question to the vendor of the control. I assume you're using GeckoFX's component? They'd be of better help.
markovl
30-May-12 7:18am
View
This is just wrong. The selectedIndex property of the select object is a number, it's not a string, so this condition will always evaluate to false.
markovl
19-May-11 8:47am
View
Deleted my answer... Brain fart.
Is the OpenFileDialog set as Child of the Popup? What is your setup?
markovl
16-May-11 3:34am
View
@OP: Considering a career change?
markovl
12-May-11 9:15am
View
Yes, I got what you meant :). My reply was to the OP.
markovl
12-May-11 9:00am
View
No, I think what he means is that the user is the consumer of the "interface" - thus not caring about it's actual implementation.
markovl
27-Apr-11 7:07am
View
Not really... Didn't saw your post until I posted mine - and both answers are saying basically the same thing. Thought the smiley will be enough to avoid possible confusion.
No hard feelings I hope. Take care :)
markovl
27-Apr-11 6:50am
View
Beat me to it ;)
markovl
27-Apr-11 5:18am
View
Great answer! One small correction though, the question is tagged as VB.NET - so it should be Imports MyOtherProject
Show More