Setting the Silverlight (Telerik) RadGrid Culture
I have this date column and it has DateConverter that i created to apply the current thread culture. The problem that I have is -On load it display the date format perfectly based on the current…
I have this date column and it has DateConverter that i created to apply the current thread culture. The problem that I have is -On load it display the date format perfectly based on the current…
Select Node value This is a simple explanation on how to select a particular node from xml data type of a record in SQL server. Sample XML 00003479 Brodie’s HomeSton NULL AU941170 2010-07-22T09:42:20 vcAuditorDesc,chUpdateStaffCode,dtUpdateDateTime,dtUpdateDateTime So what…
Here is the scenario, You have a stored procedure that builds dynamic insert SQL which means the “INSERT” statement is being composed on the fly based on the table name but at the same time you…
I had a problem before where I build dynamic system (light dataset) for doing CRUD (Create, Read, Update and Delete) and I need to store the history of previous record before Update/Delete and at the same…