I got a copy of this video two years ago from my BIL but I finally viewed it only a few months ago. I never expected this video to be so good. It would definitely encourage you and challenge you. This video is a documentary consisting of interviews with those who have come to know Christ in China. It is refreshing to know that God is working mightily in China and this video focus on how the love of Christ is bringing about changes in individuals and families in China. You can see how broken families are brought together, cheating husbands transformed into loving and caring husbands, drug and alcohol addicts restored to normalcy and sinners repenting and leading honest holy lives. I would encourage you to watch this video if you could get hold of it. If you are really interested and you cannot find a copy I would be happy to help you get one.
If you have not been touched by the love of Christ so far, you need to realize that there is nothing more real than the love of Christ and you need to experience it personally. It does not matter who you are and what religion you belong to. People claim to be from different religions but there can be only one God who created all mankind. You may say that different religions address the same God in different names but then how come there is religious conflicts in the world. There is only one God and no matter what religion or race you belong to and whether you believe in Him or not, He is your God . This God has shown His love towards you by sending His Son Christ Jesus to die for your sins.
John 3:16 For God so loved the world that he gave his one and only Son [Christ Jesus], that whoever believes in him [Christ Jesus] shall not perish but have eternal life.
The world is in a mess today because of sin but if you believe in Christ Jesus you will enjoy the perfection God alone can bring in your life. He can transform your troubled and purposeless life & family so that you can live to your full potential. All you need to do is first accept that you are a sinner and your sins are keeping you away from the true God. Then accept that Christ Jesus died for your sins. If you believe in that fact then your sins will be forgiven by God and you can enjoy fellowship with God. If you haven't done this before what is keeping you from trying this right now?
Romans 6:23 For the wages of sin is death, but the gift of God is eternal life in Christ Jesus our Lord.
Titus 2:11-14 For the grace of God that brings salvation has appeared to all men. It teaches us to say "No" to ungodliness and worldly passions, and to live self-controlled, upright and godly lives in this present age, while we wait for the blessed hope—the glorious appearing of our great God and Savior, Jesus Christ, who gave himself for us to redeem us from all wickedness and to purify for himself a people that are his very own, eager to do what is good.
I forgot to mention that the script for the video is available for download in the site I mentione above. The exact link is
http://www.chinasoul.com/e/cross-script.htm
Experts Exchange -
ID:26263865Author:westdhDate:06/16/10 08:11 AM | Points: 500
Title: asp.net; I am getting an error tying to find text control.
I would appreciate your hlp on this.
Also it is good to hear you are in Christ. I was born again 26 yrs ago.
I have a Problem and I cannot solve it. Nor have any of the expert's. I am going to post another one on Experts-exchange. I hope you can.
I believe my sql script needs a Pivot.
the id is:
ID:26272329 Author:westdhDate:06/19/10 12:03 PM
Ronney I hate to impose on you but I do need your help. I post anotherExpert-Tek post-titled:
26279889 - asp.net: How to bind Images to a ListView from a Database - I have a special need! the Image have already be downloaded.
I was wonder if this could be added to the procedure - GetCustomerImage
Dim myReader As SqlDataReader = myCommand.ExecuteReader
If myReader.Read Then
Response.ContentType = myReader("MIMEType").ToString()
Response.BinaryWrite(myReader("ImageData"))
End If
------------------------------------
The problem as iI see it is that the ImagData field in the DB table 'CustomerIamages' is 'BinaryData' and the record - I am selecting 'ImageData1' should be returning the Image Content.
I have used the two controls
'RbmBinaryImage' and Telerix's BinaryImageControl and both report that the content of ImageData1 is DBNull.
They react both the same way weather using ImageContent or ImageURL return arg.
if I use ImageURL to return the value (which is not what I shld be doing I get a Blank X-Box image', and if I use 'DataContent' or 'ImageContent' I get the error -> "Unable to cast object of type 'System.DBNull' to type 'System.Byte[]'. "
--Some how we are not passing the image content, and I know that the imageData field has image content stored in it.
I believe the two controls are fine and would work in displaying the data. ''RbmBinaryImage' is cheaper!!!
and just as good as Telerik's.
Just hopeing that you can assist me on this.
Ronney, I have finally got by system restored, it was down for 4 days, The script you wrote for me works fine and the pictures are viewed now and they display correctly. I was able to correct the Previous Problem I reported to you in your blog...Thanks for a fine job...
But. Now I have a problem paging its seems the script causes the failure. When I click on the page button on the bottom of the screen. The browser reports a Data Connection error. I get the following error-
-----------------------------------------------------
Internet Explorer cannot display the webpage
What you can try:
Diagnose Connection Problems
More information
This problem can be caused by a variety of issues, including:
•Internet connectivity has been lost.
•The website is temporarily unavailable.
•The Domain Name Server (DNS) is not reachable.
•The Domain Name Server (DNS) does not have a listing for the website's domain.
•There might be a typing error in the address.
•If this is an HTTPS (secure) address, click Tools, click Internet Options, click Advanced, and check to be sure the SSL and TLS protocols are enabled under the security section.
--------------------------------------------------
And a Data Connection Icon appears on the screen
============================
I have posted a request for support on Expert-Exchange-- listed as:
---------------
From: Experts Exchange <noreply@experts-exchange.com>
Subject: Comment Added: Asp.net: My DataPager crashes the application on next page, I get a Connection Error from the browser.
Date: June 28, 2010 7:28:43 AM PDT
From: Dennis West <westdh@charter.net>
-----------------------------------------------------
I hope you can help me out on this. Dennis.
I will past my full page on the post...