Click here to Skip to main content
15,892,298 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Losing Session in IIS Pin
N a v a n e e t h3-Apr-08 3:03
N a v a n e e t h3-Apr-08 3:03 
GeneralRe: Losing Session in IIS Pin
eyeseetee3-Apr-08 3:08
eyeseetee3-Apr-08 3:08 
GeneralRe: Losing Session in IIS Pin
N a v a n e e t h3-Apr-08 3:09
N a v a n e e t h3-Apr-08 3:09 
GeneralRe: Losing Session in IIS Pin
Leandrão3-Apr-08 3:43
Leandrão3-Apr-08 3:43 
GeneralRe: Losing Session in IIS Pin
Leandrão3-Apr-08 3:13
Leandrão3-Apr-08 3:13 
GeneralRe: Losing Session in IIS Pin
Leandrão3-Apr-08 3:31
Leandrão3-Apr-08 3:31 
GeneralRe: Losing Session in IIS Pin
N a v a n e e t h3-Apr-08 4:07
N a v a n e e t h3-Apr-08 4:07 
GeneralRe: Losing Session in IIS Pin
Sankar Komma 3-Apr-08 4:15
Sankar Komma 3-Apr-08 4:15 
I hope casting required when assin session dataset to local object dataset.

I just modified your code as follows

the second moment, this code is called in detail method, when select a item in listbox1

****************************************
ds = DirectCast(Session("ds"), Dataset)

Dim dr() As DataRow = ds.Tables(0).Select("ID = " & listbox1.SelectedValue)

txtName.Text = dr(0)("Name")
txtDescript.Text = dr(0)("Descript")
lblNameSystem.Text = dr(0)("NameSystem")
****************************************

smile Smile | :)

GeneralRe: Losing Session in IIS Pin
Leandrão3-Apr-08 4:19
Leandrão3-Apr-08 4:19 
GeneralRe: Losing Session in IIS Pin
Leandrão3-Apr-08 4:39
Leandrão3-Apr-08 4:39 
GeneralRe: Losing Session in IIS Pin
Sankar Komma 3-Apr-08 4:51
Sankar Komma 3-Apr-08 4:51 
GeneralRe: Losing Session in IIS Pin
Leandrão3-Apr-08 5:06
Leandrão3-Apr-08 5:06 
GeneralRe: Losing Session in IIS Pin
Pete O'Hanlon3-Apr-08 11:48
mvePete O'Hanlon3-Apr-08 11:48 
GeneralRe: Losing Session in IIS Pin
Leandrão4-Apr-08 8:46
Leandrão4-Apr-08 8:46 
QuestionFlowing submenu right to left Pin
Saba023-Apr-08 2:29
Saba023-Apr-08 2:29 
GeneralRe: Flowing submenu right to left Pin
Declan Bright3-Apr-08 3:51
Declan Bright3-Apr-08 3:51 
Questionhow to get "month" from dd-mm-yyyy format Pin
tutut4u3-Apr-08 2:23
tutut4u3-Apr-08 2:23 
AnswerRe: how to get "month" from dd-mm-yyyy format Pin
eyeseetee3-Apr-08 2:52
eyeseetee3-Apr-08 2:52 
AnswerRe: how to get "month" from dd-mm-yyyy format Pin
Eduard Keilholz3-Apr-08 2:56
Eduard Keilholz3-Apr-08 2:56 
AnswerRe: how to get "month" from dd-mm-yyyy format Pin
Pete O'Hanlon3-Apr-08 11:46
mvePete O'Hanlon3-Apr-08 11:46 
GeneralJavascript Problem in ASP.Net Pin
lav naphade3-Apr-08 2:08
lav naphade3-Apr-08 2:08 
GeneralRe: Javascript Problem in ASP.Net Pin
eyeseetee3-Apr-08 2:47
eyeseetee3-Apr-08 2:47 
AnswerRe: Javascript Problem in ASP.Net Pin
Ashish Sehajpal3-Apr-08 3:27
Ashish Sehajpal3-Apr-08 3:27 
GeneralRe: Javascript Problem in ASP.Net Pin
Sankar Komma 3-Apr-08 3:52
Sankar Komma 3-Apr-08 3:52 
QuestionCrystal Reports--display totals of previous pages on end page Pin
Manpreet Sadana3-Apr-08 1:46
Manpreet Sadana3-Apr-08 1:46 

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.