Click here to Skip to main content
15,890,579 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: Design question Pin
Ray Cassick30-Dec-10 7:06
Ray Cassick30-Dec-10 7:06 
AnswerRe: Design question Pin
#realJSOP30-Dec-10 2:43
mve#realJSOP30-Dec-10 2:43 
GeneralRe: Design question Pin
Ray Cassick30-Dec-10 7:13
Ray Cassick30-Dec-10 7:13 
GeneralRe: Design question Pin
GlobX6-Jan-11 12:32
GlobX6-Jan-11 12:32 
GeneralRe: Design question Pin
Ray Cassick6-Jan-11 13:10
Ray Cassick6-Jan-11 13:10 
GeneralRe: Design question Pin
GlobX6-Jan-11 14:05
GlobX6-Jan-11 14:05 
GeneralRe: Design question Pin
#realJSOP7-Jan-11 0:16
mve#realJSOP7-Jan-11 0:16 
QuestionAbout my project [modified] Pin
mandarapu27-Dec-10 21:42
mandarapu27-Dec-10 21:42 
hi,
i am doing one task in my project.i need to update the holidays in the frontend(ASP.NET).but when i am entering the data it is not getting saved and displaying data as "holiday id cannot allow null values".
i checked in the backend there is no problem in that it is displaying correctly.
only problem is front end.
In the holiday id identity specifications i incremented the properties.eventhough error is coming.


insert into HolidayList(Holiday,Date,Day)
values
(@Holiday,@Date,@Day);

select HolidayId = SCOPE_IDENTITY();

the query used in the sqlserver.in this we are not declaring the holidayid but when we are executing it automatically gets incremented.suppose there are 6 values in table if we enter the next value it automatically displays as 7 value and getting exeuted.
but when coming to the front end it is not saving the data.when we are clicking on the save the page is getting refreshed.

please give me the solution.it is very urgent for me.

thanks
Amala

modified on Tuesday, December 28, 2010 10:11 AM

AnswerRe: About my project Pin
Abhinav S27-Dec-10 21:48
Abhinav S27-Dec-10 21:48 
AnswerRe: About my project Pin
Eddy Vluggen28-Dec-10 7:25
professionalEddy Vluggen28-Dec-10 7:25 
GeneralRe: About my project Pin
Ashwini K Singh8-Jan-11 3:23
Ashwini K Singh8-Jan-11 3:23 
QuestionConvert a string to delegate Pin
ptr_Electron27-Dec-10 1:18
ptr_Electron27-Dec-10 1:18 
AnswerRe: Convert a string to delegate Pin
_Erik_27-Dec-10 3:14
_Erik_27-Dec-10 3:14 
GeneralRe: Convert a string to delegate Pin
ptr_Electron27-Dec-10 18:31
ptr_Electron27-Dec-10 18:31 
GeneralRe: Convert a string to delegate Pin
_Erik_28-Dec-10 3:48
_Erik_28-Dec-10 3:48 
AnswerRe: Convert a string to delegate Pin
Espen Harlinn2-Jan-11 0:52
professionalEspen Harlinn2-Jan-11 0:52 
QuestionNot able to connect VS 2008 and SQL Server2000 Pin
saksp23-Dec-10 18:24
saksp23-Dec-10 18:24 
AnswerRe: Not able to connect VS 2008 and SQL Server2000 Pin
T210224-Dec-10 2:41
T210224-Dec-10 2:41 
QuestionUse Gruop By in Datatable.Compute() method Pin
Naunt22-Dec-10 22:54
Naunt22-Dec-10 22:54 
AnswerRe: Use Gruop By in Datatable.Compute() method Pin
TweakBird23-Dec-10 0:52
TweakBird23-Dec-10 0:52 
AnswerRe: Use Gruop By in Datatable.Compute() method Pin
Manish Choudhary .NET expert27-Dec-10 20:25
Manish Choudhary .NET expert27-Dec-10 20:25 
QuestionCompiler question Pin
_Zorro_21-Dec-10 23:30
professional_Zorro_21-Dec-10 23:30 
AnswerRe: Compiler question Pin
Luc Pattyn22-Dec-10 1:46
sitebuilderLuc Pattyn22-Dec-10 1:46 
GeneralRe: Compiler question Pin
_Zorro_28-Dec-10 2:58
professional_Zorro_28-Dec-10 2:58 
AnswerRe: Compiler question Pin
T210223-Dec-10 12:51
T210223-Dec-10 12:51 

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.