| bio | website | cmmaung.me |
|---|---|---|
| location | Singapore, Singapore | |
| age | 30 | |
| visits | member for | 2 years, 10 months |
| seen | 1 hour ago | |
| stats | profile views | 66 |
Hi! I'm Dot net developer from Myanmar (aka) Burma. Currently resided in Singapore. I involved in ASP.NET, ASP.NET MVC, C#, AJAX, JQUERY, MSSQL, etc... Sometimes I take photo, write poem.
|
Mar 15 |
revised |
How to prevent asp.net ajax postback with JQuery? grammer |
|
Mar 13 |
awarded | Popular Question |
|
Mar 12 |
comment |
Disable save as key for images Agreed with your brittle :D however thanks for your suggestions... |
|
Mar 7 |
comment |
Disable save as key for images Yes I understand what do u mean bro. But sometimes we need those funny funny things to put in our intranet site or internal web apps or blah blah. Cos manager wants. No choices. :) by the way I understand what do u want to say and just excuse only :D |
|
Feb 14 |
awarded | Notable Question |
|
Jan 3 |
comment |
How do I build ISO Week Number table programatically in T-SQL query? finally I understand for this, thanks for your time |
|
Jan 3 |
comment |
How do I build ISO Week Number table programatically in T-SQL query? thanks :) @MarkD |
|
Jan 3 |
accepted | How do I build ISO Week Number table programatically in T-SQL query? |
|
Jan 3 |
comment |
How do I build ISO Week Number table programatically in T-SQL query? a few years I tested. It's work very well. Only one things, some years it shows more than one year. for e.g: 2013, the results will come out 2014 also. But that's not big deal. Thanks for your solution. You make my day. :) and @Mikael thanks also your help. :) |
|
Jan 3 |
comment |
How do I build ISO Week Number table programatically in T-SQL query? I used 2012 bro. |
|
Jan 3 |
comment |
How do I build ISO Week Number table programatically in T-SQL query? yes you are right, the below code will work if I know ISOweek start & end date. |
|
Jan 3 |
comment |
How do I build ISO Week Number table programatically in T-SQL query? @alzaimar btw, if I know, no need to ask either way if you know, I'll appreciate your answer. Thanks |
|
Jan 3 |
comment |
How do I build ISO Week Number table programatically in T-SQL query? @alzaimar above that code, I put some query like that Declare @year datetime
Declare @start datetime
Declare @end datetime
Set @year = '2012'
SET @start = (convert(char(20), convert(char(4), year(@year)) + '-Jan-01', 111))
SET @end = (convert(char(20), convert(char(4), year(@year) + 1) + '-Dec-31', 111))
but got error |
|
Jan 3 |
revised |
How do I build ISO Week Number table programatically in T-SQL query? Updated : I want to pass the parameter year only. e.g : 2013 |
|
Jan 3 |
comment |
How do I build ISO Week Number table programatically in T-SQL query? wow! thanks! I want to use only one parameter. for e.g : I pass the parameter 2013, the result will come out. Sorry for my mistake. In my questions, I forgot to metion about that. |
|
Jan 3 |
revised |
How do I build ISO Week Number table programatically in T-SQL query? not no using. I want to use sql query |
|
Jan 3 |
asked | How do I build ISO Week Number table programatically in T-SQL query? |
|
Jan 3 |
revised |
Microsoft Word Template for Report Using ASP.NET C# change wrong spelling "reoport" to "report" from title |
|
Dec 3 |
answered | Disable save as key for images |
|
Nov 14 |
revised |
C# Response Shows Download Unsuccessful Error on Android Browser Changed Tags |