iamraghuveer.com
Display GridView Row Details using ASP.NET AJAX Popup Control
http://www.iamraghuveer.com/2012/04/display-gridview-row-details-using.html
In my opinion programming means thinking, and it is fun. My vision is to teach programming in more understandable manner to the students from rural background. I support programming for everyone. Display GridView Row Details using ASP.NET AJAX Popup Control. To start this tutorial, create a new website in Visual Studio 2008 and add ScriptManager. Control on the page. This control is required to use any AJAX functionality on ASP.NET page. Asp:BoundField DataField="ProductID" HeaderText="Product ID" /.
pl-developer.blogspot.com
Software Developer's Bookmark: October 2014
http://pl-developer.blogspot.com/2014_10_01_archive.html
Code and Examples, Tutorials for Software Developers. Thursday, October 23, 2014. Google map example using in codeigniter php page with session save Latitude and Longitude. This- load- library('session');. Bounds = $this- session- userdata('googlemap bounds');. Bound lat = 49.463251;. Bound lng = 105.964504;. Gmap zoom = 15;. Bound array = explode(',', $bounds);. Bound lat = ($bound array[0] $bound array[2]) / 2;. Bound lng = ($bound array[1] $bound array[3]) / 2;. Gmap zoom = $bound array[4];. Article f...
pl-developer.blogspot.com
Software Developer's Bookmark: year month day check using reg expression example
http://pl-developer.blogspot.com/2015/08/year-month-day-check-using-reg.html
Code and Examples, Tutorials for Software Developers. Monday, August 10, 2015. Year month day check using reg expression example. If (/ ([0-9] [12] d 3[0-1])$/.test(30) = = false) {. Alert('Day is invalid or empty');. If (/ ([0-9] [4] d 1[0-2])$/.test(4) = = false) {. Alert('Month is invalid or empty');. If (/ (19 20) d{2}$/.test('1986') = = false) {. Alert('Year is invalid or empty');. Subscribe to: Post Comments (Atom). 10 best web tutorials. Http:/ www.tutorialspoint.com/. Dwahlin talk about AnjularJS.
pl-developer.blogspot.com
Software Developer's Bookmark: July 2015
http://pl-developer.blogspot.com/2015_07_01_archive.html
Code and Examples, Tutorials for Software Developers. Sunday, July 19, 2015. Horinzontal scrolling content using jScrollPane and content mousemove event. Var scrollbarWidth = 16;. Var scrollHeight = $('.site-container').get(0).scrollHeight;. Var sw = $(window).width();. Var sh = $(window).height();. Var padleftStr = $('.site-container').css('padding-left');. Var padleftInt = padleftStr.substring(0, padleftStr.length - 2);. Var tnavWidth = sw - (scrollHeight 0? ScrollbarWidth : 0) - padleftInt;. Var jspPa...
pl-developer.blogspot.com
Software Developer's Bookmark: SQL SERVER – NULLIF() vs ISNULL()
http://pl-developer.blogspot.com/2015/08/sql-server-nullif-vs-isnull.html
Code and Examples, Tutorials for Software Developers. Wednesday, August 5, 2015. SQL SERVER – NULLIF() vs ISNULL(). SQL SERVER – NULLIF() vs ISNULL(). Returns a null value if the two specified expressions are equal. If the Two expressions are not equal then it will return the first expression's value. Whether the returned value is NULL or NOT NULL, NULLIF() will return the same data type as the first expression. 100,50*2) 'NULLIF Value'. 2*2,2*7) 'NULLIF Value'. 20-2,19) 'NULLIF Value'.
pl-developer.blogspot.com
Software Developer's Bookmark: January 2015
http://pl-developer.blogspot.com/2015_01_01_archive.html
Code and Examples, Tutorials for Software Developers. Thursday, January 29, 2015. Mysql select field as json text using concat, group concat, distinct. Select a.id, a.title, a.subtitle, a.createddate, a.user id,. Uusername, u.displayname, u.thumburl,. CONCAT('{"id":"',m.id,'"'),. CONCAT(', "typecode":"',m.typecode,'"'),. CONCAT(', "thumburl":"',ifnull(m.thumburl,' ),'"}'). ORDER BY m.typecode, am.ordering ASC SEPARATOR ',' ),. Select id, title, subtitle, createddate, user id from article. Import android&...
pl-developer.blogspot.com
Software Developer's Bookmark: December 2014
http://pl-developer.blogspot.com/2014_12_01_archive.html
Code and Examples, Tutorials for Software Developers. Sunday, December 28, 2014. Android AsyncTask onProgressUpdate with ProgressDialog - How to get progress percentage of an uploading file? TODO Auto-generated method stub. Http:/ 192.168.212.177:8089/services/imageUpload". Bm is the bitmap object. TODO Auto-generated method stub. Uploading Image Please Wait". TODO Auto-generated method stub. Android how to create triangle and rectangle shape programatically? Subscribe to: Posts (Atom).
pl-developer.blogspot.com
Software Developer's Bookmark: April 2014
http://pl-developer.blogspot.com/2014_04_01_archive.html
Code and Examples, Tutorials for Software Developers. Saturday, April 26, 2014. Web site article traffic save using php codeigniter with datatable. Extend table by traffic. E article key = $this: ARTICLE EXTEND SESSION NAME . $article['id'];. Article extend = $this- session- userdata($e article key);. Db article extend = $this- article extend model- get(array('article id' = $article['id']) ;. If (isset($db article extend['hitcount']) &. Article extend = $db article extend;. If (empty($article extend) {.
pl-developer.blogspot.com
Software Developer's Bookmark: February 2015
http://pl-developer.blogspot.com/2015_02_01_archive.html
Code and Examples, Tutorials for Software Developers. Monday, February 9, 2015. How to fix org.gradle.tooling.buildexception: could not run build action using gradle distribution in netbeans. How to set JVM option on Windows Java Plugin. On Windows I tried below two but nothing worked. Java Control Panel / Java / Java Runtime Settings / View / User / Runtime Parameters -Dfile.encoding=UTF-8. Set JAVA TOOL OPTIONS=-Dfile.encoding=UTF-8. Java Console still prints out. 8211; R.J. Mar 21 '13 at 7:28. Echo ' ...
SOCIAL ENGAGEMENT