Click here to Skip to main content
15,888,590 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: how to huge data processing in entity framework using mvc? Pin
Kornfeld Eliyahu Peter17-Feb-14 23:32
professionalKornfeld Eliyahu Peter17-Feb-14 23:32 
QuestionBind multiple datatable to report in reportviewer Pin
nitin_ion17-Feb-14 17:00
nitin_ion17-Feb-14 17:00 
QuestionWhat will be the best protocol and server to use? Pin
_anil_17-Feb-14 16:40
_anil_17-Feb-14 16:40 
Questionconverting a DateTime object to a JSON date value Pin
ThetaClear17-Feb-14 4:26
ThetaClear17-Feb-14 4:26 
AnswerRe: converting a DateTime object to a JSON date value Pin
Richard Deeming17-Feb-14 7:58
mveRichard Deeming17-Feb-14 7:58 
GeneralRe: converting a DateTime object to a JSON date value Pin
ThetaClear17-Feb-14 20:20
ThetaClear17-Feb-14 20:20 
Questionc# windows application Pin
GmsTechnoSoft17-Feb-14 1:55
GmsTechnoSoft17-Feb-14 1:55 
AnswerRe: c# windows application Pin
Tom Marvolo Riddle17-Feb-14 2:02
professionalTom Marvolo Riddle17-Feb-14 2:02 
Please use correct forum and your question is Not clear. please describe bit more

If you wants to get records in sql by month and year wise then split the datetime value into month & year in front end and pass it to sql

Try this
SQL
create procedure [dbo].[sp_test]
@date  datetime =null,
@month  datetime =null,
@year  datetime =null,
@type int
as
begin
if(@type =1)
select * from tablename where month(getdate) =@month and YEAR(getdate)=@year 
end


To learn all there is to know. I know I'll be disappointed one day, but I've made a good start, and the eventual disappointment is likely to be brief.
-Roger Wright


QuestionRe: c# windows application Pin
ZurdoDev18-Feb-14 15:19
professionalZurdoDev18-Feb-14 15:19 
Questionasp.net with c# Pin
GmsTechnoSoft17-Feb-14 1:51
GmsTechnoSoft17-Feb-14 1:51 
AnswerRe: asp.net with c# Pin
Tom Marvolo Riddle17-Feb-14 2:12
professionalTom Marvolo Riddle17-Feb-14 2:12 
SuggestionRe: asp.net with c# Pin
ZurdoDev18-Feb-14 15:20
professionalZurdoDev18-Feb-14 15:20 
QuestionRe: asp.net with c# Pin
Ahmed Bensaid26-Feb-14 4:40
professionalAhmed Bensaid26-Feb-14 4:40 
Questionlist of ASP.NET SMS Gateways Pin
Sharath Madhav16-Feb-14 19:22
Sharath Madhav16-Feb-14 19:22 
AnswerRe: list of ASP.NET SMS Gateways Pin
thatraja16-Feb-14 20:03
professionalthatraja16-Feb-14 20:03 
GeneralRe: list of ASP.NET SMS Gateways Pin
ZurdoDev18-Feb-14 15:21
professionalZurdoDev18-Feb-14 15:21 
QuestionHHHEEEEEELLLPP!! - async WebAPI call never returns Pin
Rob Achmann16-Feb-14 7:47
Rob Achmann16-Feb-14 7:47 
AnswerRe: HHHEEEEEELLLPP!! - async WebAPI call never returns Pin
Kornfeld Eliyahu Peter16-Feb-14 9:51
professionalKornfeld Eliyahu Peter16-Feb-14 9:51 
AnswerRe: HHHEEEEEELLLPP!! - async WebAPI call never returns Pin
Rob Achmann16-Feb-14 10:25
Rob Achmann16-Feb-14 10:25 
AnswerRe: HHHEEEEEELLLPP!! - async WebAPI call never returns Pin
ZurdoDev18-Feb-14 15:23
professionalZurdoDev18-Feb-14 15:23 
QuestionClick Event in Menu Control not firing Pin
Kandepu Rajesh15-Feb-14 18:17
Kandepu Rajesh15-Feb-14 18:17 
AnswerRe: Click Event in Menu Control not firing Pin
Rob Achmann16-Feb-14 1:48
Rob Achmann16-Feb-14 1:48 
GeneralRe: Click Event in Menu Control not firing Pin
Kandepu Rajesh16-Feb-14 10:24
Kandepu Rajesh16-Feb-14 10:24 
GeneralRe: Click Event in Menu Control not firing Pin
Prasad Vj16-Feb-14 21:07
professionalPrasad Vj16-Feb-14 21:07 
GeneralRe: Click Event in Menu Control not firing Pin
Rob Achmann19-Feb-14 3:32
Rob Achmann19-Feb-14 3:32 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.