Click here to Skip to main content
15,921,884 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Beginner to Visual Studio Pin
Member 87616673-Jun-14 8:12
Member 87616673-Jun-14 8:12 
QuestionHttpApplicationState Pin
jkirkerx2-Jun-14 13:17
professionaljkirkerx2-Jun-14 13:17 
Answer[SOLVED] Pin
jkirkerx2-Jun-14 13:26
professionaljkirkerx2-Jun-14 13:26 
SuggestionRe: [SOLVED] Pin
thatraja3-Jun-14 21:13
professionalthatraja3-Jun-14 21:13 
GeneralRe: [SOLVED] Pin
jkirkerx4-Jun-14 5:52
professionaljkirkerx4-Jun-14 5:52 
QuestionMicrosoftAjax.js broken in Windows 8.1? Pin
Richard Deeming2-Jun-14 8:49
mveRichard Deeming2-Jun-14 8:49 
QuestionDirect Print Pin
Dana_Wahab1-Jun-14 23:58
Dana_Wahab1-Jun-14 23:58 
AnswerRe: Direct Print Pin
Kornfeld Eliyahu Peter2-Jun-14 0:42
professionalKornfeld Eliyahu Peter2-Jun-14 0:42 
QuestionI have problem with my nested control in datalist Pin
marjan_198630-May-14 22:09
marjan_198630-May-14 22:09 
AnswerRe: I have problem with my nested control in datalist Pin
DamithSL31-May-14 4:32
professionalDamithSL31-May-14 4:32 
QuestionBackUp... Pin
Kamran Ilyas30-May-14 21:46
Kamran Ilyas30-May-14 21:46 
AnswerRe: BackUp... Pin
Richard MacCutchan30-May-14 22:15
mveRichard MacCutchan30-May-14 22:15 
AnswerRe: BackUp... Pin
ZurdoDev2-Jun-14 9:47
professionalZurdoDev2-Jun-14 9:47 
Questionbus status active after mentioned Departure time Pin
rinku baruah30-May-14 18:55
rinku baruah30-May-14 18:55 
QuestionRe: bus status active after mentioned Departure time Pin
Richard MacCutchan30-May-14 22:12
mveRichard MacCutchan30-May-14 22:12 
AnswerRe: bus status active after mentioned Departure time Pin
rinku baruah1-Jun-14 18:57
rinku baruah1-Jun-14 18:57 
sir
this is my sql table

Bus_no Bus_Name Departure_time Seat Fare Bus_type Start Journey_date Bus_Ref Status
88 mybys 18:00:00.0000000 32 150.00 NON_AC_32 Guwahati 2013-12-12 10000001 Active

the thing is that the above bus_no active after mentioned Departure_time. and Stored_procedure in my sql is:

GO
CREATE procedure [dbo].[Add_bus]
(@Bus_Name nvarchar(max),
@Dep_Time datetime,
@Seat_Details int,
@Bus_type varchar(200),
@start nvarchar(max),
@journey_date datetime,
@bus_ref int)
as
begin
INSERT INTO [MyBus].[dbo].[Bus_Detail]
([Bus_Name]
,[Dep_Time]
,[Seat_Details]
,[Bus_Type]
,[Start]
,[Journey_Date]
,[booked_seats],[bus_ref],[BusStatus])
VALUES
(@Bus_Name,@Dep_Time,@Seat_Details,@Bus_type,@start,@journey_date,@bus_ref,'Active')

end

modified 2-Jun-14 2:41am.

GeneralRe: bus status active after mentioned Departure time Pin
Mycroft Holmes1-Jun-14 19:37
professionalMycroft Holmes1-Jun-14 19:37 
QuestionHow to create metadata compatible with the Microsoft.AspNet.Scaffolding.core.Metadata.MetadataModel class Pin
John Papachristos23-May-14 14:29
John Papachristos23-May-14 14:29 
Questionrow increase by 1 Pin
byka22-May-14 8:12
byka22-May-14 8:12 
AnswerRe: row increase by 1 Pin
Kornfeld Eliyahu Peter22-May-14 8:58
professionalKornfeld Eliyahu Peter22-May-14 8:58 
AnswerRe: row increase by 1 Pin
Saravanan Ayyappan22-May-14 21:48
professionalSaravanan Ayyappan22-May-14 21:48 
AnswerRe: row increase by 1 Pin
Rishita_varma22-May-14 23:58
Rishita_varma22-May-14 23:58 
QuestionSSRS 2005 in ASP.net Pin
berba21-May-14 19:58
berba21-May-14 19:58 
AnswerRe: SSRS 2005 in ASP.net Pin
DamithSL22-May-14 5:47
professionalDamithSL22-May-14 5:47 
GeneralRe: SSRS 2005 in ASP.net Pin
berba26-May-14 1:13
berba26-May-14 1:13 

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.