Blog Home

Welcome to Zhu Lian’s Blog!

  • Welcome to My Blog

    July 1, 2019 by

    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.

  • About Me

    July 1, 2019 by

    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

    August 20, 2019 by

    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

    August 20, 2019 by

    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

View all posts

Follow My Blog

Get new content delivered directly to your inbox.