Click here to Skip to main content
15,899,679 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Changing Text in Passwordmode of Textbox in WebPage Pin
jokerkachotabhai1-Apr-09 3:16
jokerkachotabhai1-Apr-09 3:16 
QuestionCopying data from Excel Sheet1 to Sheet2 Pin
vineesh v1-Apr-09 0:32
vineesh v1-Apr-09 0:32 
AnswerRe: Copying data from Excel Sheet1 to Sheet2 Pin
Dev S1-Apr-09 1:21
Dev S1-Apr-09 1:21 
QuestionFacing problem Connecting ASP.NET App with Informix DB Pin
Amit Sk Sharma1-Apr-09 0:03
Amit Sk Sharma1-Apr-09 0:03 
QuestionI want to dynamically access particular session of the application [Its urgent] Pin
hardikr.shah31-Mar-09 23:42
hardikr.shah31-Mar-09 23:42 
AnswerRe: I want to dynamically access particular session of the application [Its urgent] Pin
Vimalsoft(Pty) Ltd31-Mar-09 23:46
professionalVimalsoft(Pty) Ltd31-Mar-09 23:46 
GeneralRe: I want to dynamically access particular session of the application [Its urgent] Pin
hardikr.shah31-Mar-09 23:59
hardikr.shah31-Mar-09 23:59 
GeneralRe: I want to dynamically access particular session of the application [Its urgent] Pin
Vimalsoft(Pty) Ltd1-Apr-09 0:18
professionalVimalsoft(Pty) Ltd1-Apr-09 0:18 
If i understand you correctly you want to notify another user before they delete a record that it has been viewed.If so Sessions will not help you here. The First Thing you need to do. Before a User Deletes you must make sure that there is no other User who has retrieved the record. Now there are many ways to do that. its either , when a User selects a Record it must be Locked with his name and when another user selects it and try to delete it , it must say the username name bla bla has locked the record and you cannot delete it. and when a user that locked the record is done with the data, you can unlock the data for the user to do what ever. Locking data may result into dead locks

Vuyiswa Maseko,

Few companies that installed computers to reduce the employment of clerks have realized their expectations.... They now need more and more expensive clerks even though they call them "Developers" or "Programmers."

C#/VB.NET/ASP.NET/SQL7/2000/2005/2008
http://www.vuyiswamaseko.tiyaneProperties.co.za
vuyiswa@its.co.za
www.ITS.co.za

AnswerRe: I want to dynamically access particular session of the application [Its urgent] Pin
anilpal31-Mar-09 23:54
anilpal31-Mar-09 23:54 
GeneralRe: I want to dynamically access particular session of the application [Its urgent] Pin
hardikr.shah1-Apr-09 0:01
hardikr.shah1-Apr-09 0:01 
GeneralRe: I want to dynamically access particular session of the application [Its urgent] Pin
Amit Sk Sharma1-Apr-09 0:17
Amit Sk Sharma1-Apr-09 0:17 
GeneralRe: I want to dynamically access particular session of the application [Its urgent] Pin
hardikr.shah1-Apr-09 0:36
hardikr.shah1-Apr-09 0:36 
GeneralRe: I want to dynamically access particular session of the application [Its urgent] Pin
Christian Graus1-Apr-09 0:21
protectorChristian Graus1-Apr-09 0:21 
GeneralRe: I want to dynamically access particular session of the application [Its urgent] Pin
hardikr.shah1-Apr-09 0:37
hardikr.shah1-Apr-09 0:37 
AnswerRe: I want to dynamically access particular session of the application [Its urgent] Pin
Amit Sk Sharma1-Apr-09 0:44
Amit Sk Sharma1-Apr-09 0:44 
GeneralRe: I want to dynamically access particular session of the application [Its urgent] Pin
hardikr.shah1-Apr-09 1:21
hardikr.shah1-Apr-09 1:21 
GeneralRe: I want to dynamically access particular session of the application [Its urgent] Pin
hardikr.shah1-Apr-09 1:34
hardikr.shah1-Apr-09 1:34 
AnswerRe: I want to dynamically access particular session of the application [Its urgent] Pin
Dev S1-Apr-09 1:27
Dev S1-Apr-09 1:27 
GeneralRe: I want to dynamically access particular session of the application [Its urgent] Pin
hardikr.shah1-Apr-09 1:32
hardikr.shah1-Apr-09 1:32 
GeneralRe: I want to dynamically access particular session of the application [Its urgent] Pin
Dev S1-Apr-09 1:42
Dev S1-Apr-09 1:42 
GeneralRe: I want to dynamically access particular session of the application [Its urgent] Pin
hardikr.shah1-Apr-09 2:02
hardikr.shah1-Apr-09 2:02 
GeneralRe: I want to dynamically access particular session of the application [Its urgent] Pin
Dev S1-Apr-09 2:03
Dev S1-Apr-09 2:03 
AnswerRe: I want to dynamically access particular session of the application [Its urgent] Pin
Dev S1-Apr-09 1:34
Dev S1-Apr-09 1:34 
GeneralRe: I want to dynamically access particular session of the application [Its urgent] Pin
hardikr.shah1-Apr-09 1:39
hardikr.shah1-Apr-09 1:39 
GeneralRe: I want to dynamically access particular session of the application [Its urgent] Pin
Dev S1-Apr-09 1:58
Dev S1-Apr-09 1:58 

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.