Click here to Skip to main content
15,888,984 members
Home / Discussions / C#
   

C#

 
GeneralRe: Store value in application instead of database Pin
cocoonwls22-Jan-07 19:23
cocoonwls22-Jan-07 19:23 
GeneralRe: Store value in application instead of database Pin
Christian Graus22-Jan-07 19:43
protectorChristian Graus22-Jan-07 19:43 
GeneralRe: Store value in application instead of database Pin
cocoonwls22-Jan-07 20:00
cocoonwls22-Jan-07 20:00 
GeneralRe: Store value in application instead of database Pin
Christian Graus22-Jan-07 20:03
protectorChristian Graus22-Jan-07 20:03 
GeneralRe: Store value in application instead of database [modified] Pin
bobsugar22222-Jan-07 22:09
bobsugar22222-Jan-07 22:09 
AnswerRe: Store value in application instead of database Pin
aSarafian23-Jan-07 1:05
aSarafian23-Jan-07 1:05 
Questionnewbie: How to implent Back button on Treeview selections Pin
Monika Dotnet Newbie22-Jan-07 17:55
Monika Dotnet Newbie22-Jan-07 17:55 
AnswerRe: newbie: How to implent Back button on Treeview selections Pin
Parwej Ahamad22-Jan-07 18:18
professionalParwej Ahamad22-Jan-07 18:18 
You can try it, when click on back button.........

If Not (TreeView.SelectedNode.PrevVisibleNode Is Nothing) Then
TreeView.SelectedNode = TreeView.SelectedNode.PrevVisibleNode
TreeView.Focus()
End If

It helpful for u...................

Keep Smiling !!!
Parwej Ahamad
g_parwez@rediffmail.com

AnswerRe: newbie: How to implent Back button on Treeview selections Pin
Mircea Puiu22-Jan-07 21:39
Mircea Puiu22-Jan-07 21:39 
GeneralRe: newbie: How to implent Back button on Treeview selections Pin
bobsugar22223-Jan-07 3:41
bobsugar22223-Jan-07 3:41 
Questiondatabase updation Pin
raju_net181822-Jan-07 17:14
raju_net181822-Jan-07 17:14 
AnswerRe: database updation Pin
Christian Graus22-Jan-07 17:25
protectorChristian Graus22-Jan-07 17:25 
GeneralRe: database updation Pin
raju_net181822-Jan-07 17:33
raju_net181822-Jan-07 17:33 
GeneralRe: database updation Pin
Christian Graus22-Jan-07 17:37
protectorChristian Graus22-Jan-07 17:37 
GeneralRe: database updation Pin
raju_net181822-Jan-07 17:42
raju_net181822-Jan-07 17:42 
GeneralRe: database updation Pin
raju_net181822-Jan-07 21:46
raju_net181822-Jan-07 21:46 
Questiongetting a dataset of affected records,using an ExecuteNONQuery OleDbCommand Pin
dsovino22-Jan-07 15:23
dsovino22-Jan-07 15:23 
AnswerRe: getting a dataset of affected records,using an ExecuteNONQuery OleDbCommand Pin
Guffa22-Jan-07 19:30
Guffa22-Jan-07 19:30 
GeneralRe: getting a dataset of affected records,using an ExecuteNONQuery OleDbCommand Pin
aSarafian23-Jan-07 1:06
aSarafian23-Jan-07 1:06 
AnswerRe: getting a dataset of affected records,using an ExecuteNONQuery OleDbCommand Pin
Guffa23-Jan-07 5:36
Guffa23-Jan-07 5:36 
GeneralRe: getting a dataset of affected records,using an ExecuteNONQuery OleDbCommand Pin
aSarafian23-Jan-07 7:51
aSarafian23-Jan-07 7:51 
GeneralRe: getting a dataset of affected records,using an ExecuteNONQuery OleDbCommand Pin
Guffa23-Jan-07 12:23
Guffa23-Jan-07 12:23 
QuestionRe: getting a dataset of affected records,using an ExecuteNONQuery OleDbCommand Pin
dsovino23-Jan-07 4:14
dsovino23-Jan-07 4:14 
AnswerRe: getting a dataset of affected records,using an ExecuteNONQuery OleDbCommand Pin
Guffa23-Jan-07 5:42
Guffa23-Jan-07 5:42 
QuestionPass parameter in MouseEventHandler Pin
cocoonwls22-Jan-07 15:16
cocoonwls22-Jan-07 15:16 

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.