Click here to Skip to main content
15,889,595 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: dr LUPP Pin
Manfred Rudolf Bihy19-Jan-11 9:49
professionalManfred Rudolf Bihy19-Jan-11 9:49 
Questioncustom datalist control Pin
Ersan Ercek18-Jan-11 10:01
Ersan Ercek18-Jan-11 10:01 
AnswerRe: custom datalist control Pin
thatraja18-Jan-11 14:42
professionalthatraja18-Jan-11 14:42 
GeneralRe: custom datalist control Pin
Ersan Ercek18-Jan-11 21:05
Ersan Ercek18-Jan-11 21:05 
AnswerRe: custom datalist control Pin
Yusuf18-Jan-11 15:07
Yusuf18-Jan-11 15:07 
GeneralRe: custom datalist control Pin
Ersan Ercek18-Jan-11 21:05
Ersan Ercek18-Jan-11 21:05 
Questionprevent Multiple users updating same record same time and same table Pin
vishnukamath16-Jan-11 19:09
vishnukamath16-Jan-11 19:09 
AnswerRe: prevent Multiple users updating same record same time and same table Pin
Pete O'Hanlon16-Jan-11 22:40
mvePete O'Hanlon16-Jan-11 22:40 
The accepted way to do this is to hold some form of version information on the table (be it an update tickcount, or incrementing number). Retrieve this with your record, and pass it back in when you attempt to update the record. If the version doesn't match on the update, it means that somebody else has updated the record while you were editing it. At this point, you can inform the user that the record has been updated by somebody else.

I'm not a stalker, I just know things. Oh by the way, you're out of milk.

Forgive your enemies - it messes with their heads


My blog | My articles | MoXAML PowerToys | Onyx


AnswerRe: prevent Multiple users updating same record same time and same table Pin
thatraja17-Jan-11 15:43
professionalthatraja17-Jan-11 15:43 
AnswerRe: prevent Multiple users updating same record same time and same table Pin
Dalek Dave4-Mar-11 13:25
professionalDalek Dave4-Mar-11 13:25 
QuestionWebsite is hacked sporadicaly ! Pin
devboycpp16-Jan-11 6:50
devboycpp16-Jan-11 6:50 
AnswerRe: Website is hacked sporadicaly ! Pin
luisnike1916-Jan-11 7:40
luisnike1916-Jan-11 7:40 
AnswerHow long is a piece of string? Pin
Keith Barrow16-Jan-11 8:23
professionalKeith Barrow16-Jan-11 8:23 
AnswerRe: Website is hacked sporadicaly ! Pin
Pete O'Hanlon16-Jan-11 9:36
mvePete O'Hanlon16-Jan-11 9:36 
QuestionA Problem in auto Post-back Pin
Ali Al Omairi(Abu AlHassan)16-Jan-11 1:29
professionalAli Al Omairi(Abu AlHassan)16-Jan-11 1:29 
Questionhow to write to text file or any other way who Visited (ip and computer name) in my web ? Pin
Gali197815-Jan-11 7:54
Gali197815-Jan-11 7:54 
AnswerRe: how to write to text file or any other way who Visited (ip and computer name) in my web ? [modified] Pin
Parwej Ahamad15-Jan-11 9:28
professionalParwej Ahamad15-Jan-11 9:28 
GeneralRe: how to write to text file or any other way who Visited (ip and computer name) in my web ? Pin
goldsoft16-Jan-11 4:17
goldsoft16-Jan-11 4:17 
GeneralRe: how to write to text file or any other way who Visited (ip and computer name) in my web ? Pin
Parwej Ahamad22-Jan-11 8:15
professionalParwej Ahamad22-Jan-11 8:15 
Questionwhen i press my gridView on e-mail column - how to sent to this person ? Pin
Gali197814-Jan-11 7:49
Gali197814-Jan-11 7:49 
AnswerRe: when i press my gridView on e-mail column - how to sent to this person ? Pin
Abhijit Jana14-Jan-11 8:04
professionalAbhijit Jana14-Jan-11 8:04 
AnswerRe: when i press my gridView on e-mail column - how to sent to this person ? Pin
Yusuf14-Jan-11 9:14
Yusuf14-Jan-11 9:14 
GeneralRe: when i press my gridView on e-mail column - how to sent to this person ? Pin
Ali Al Omairi(Abu AlHassan)16-Jan-11 4:22
professionalAli Al Omairi(Abu AlHassan)16-Jan-11 4:22 
QuestionDocuments Pin
indian14314-Jan-11 6:11
indian14314-Jan-11 6:11 
AnswerRe: Documents Pin
Not Active14-Jan-11 8:28
mentorNot Active14-Jan-11 8:28 

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.