
Welcome to Zhu Lian’s Blog!
-
Featured
Welcome to My Blog
Be yourself; Everyone else is already taken. — Oscar Wilde. This is the first post on my new blog. I’m just getting this new blog going, so stay tuned for more. Subscribe below to get notified when I post new updates.
-
Featured
About Me
Start Zhu Lian’s Blog from today for sharing and record everything happening everyday. Everything learned, interesting, valuable in my life will be shared here.
-
Get server side control name from client side
This will display the server side control name which is used for jquery alert($(“[id$=TextBoxTest]”).attr(“id”)); If you use Telerik, it will display ‘ctl00_ContentPlaceHolder1_CostOfTraining1_TextBoxTest’ when calling Telerik server side control from client side. Then you can use it to do anything at client side like: $(‘#ctl00_ContentPlaceHolder1_CostOfTraining1_TextBoxTest’).keyup(function(event) { Do something(); });
-
Solution of Unicode issue with non-Unicode SQL server design
Background: If database setting can be changed then everything will be fine. Just changing database setting to Unicode mode by Clicking Database Properties-> Options ->Collation and choose the unicode option that you want like followings: But if this can not be done for somewhat reason like the the database is existing one without permission available… Read more
Follow My Blog
Get new content delivered directly to your inbox.