Click here to Skip to main content
15,909,896 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: How to use MS Excel in .net without installing Excel Pin
ChrisKo21-Sep-07 10:11
ChrisKo21-Sep-07 10:11 
QuestionPreventing post back on selected item of RadioButtonList Pin
I Never Look Behind20-Sep-07 18:52
I Never Look Behind20-Sep-07 18:52 
AnswerRe: Preventing post back on selected item of RadioButtonList Pin
N a v a n e e t h20-Sep-07 19:09
N a v a n e e t h20-Sep-07 19:09 
AnswerRe: Preventing post back on selected item of RadioButtonList Pin
Sandeep Akhare20-Sep-07 20:09
Sandeep Akhare20-Sep-07 20:09 
AnswerRe: Preventing post back on selected item of RadioButtonList Pin
firozu20-Sep-07 21:23
firozu20-Sep-07 21:23 
GeneralRe: Preventing post back on selected item of RadioButtonList Pin
I Never Look Behind20-Sep-07 22:26
I Never Look Behind20-Sep-07 22:26 
Questionhow to reatin dynamically cretaed table (from client side) across postback [modified] Pin
here2learn20-Sep-07 18:12
here2learn20-Sep-07 18:12 
Questionasp.net - Please clear my dought Pin
abglorie20-Sep-07 18:00
abglorie20-Sep-07 18:00 
Please help me.

I creat a form like this
label_1 as display the employee ID
textbox_1 as employee address

Now I want update the address

I writing a coding like this

dim con as sqlconnection(connectionstring)
dim cmd as sqlcommand("select empID from Employee", con)
dim adapter as sqldataadapter(cmd)
dim ds as new dataset
try
if session("ds") is nothing then
con.open()
adapter.fill(ds,"Employee")
session("ds") = ds
endif
finally
con.close()
endtry

My form is
asp:label id=label_1 text = "<%=session("ds")("EmpID")%>" runat="server"
....

I need how to display emplyee ID (EmpID) into the form as label_1
this action continue the button click the next employee ID
display the Label_1 upto end of table. (assume the table
contain 20 records)

I try the session state but not working.

Please give me actual coding in VB format.

Thanking you in advance
abglorie
AnswerRe: asp.net - Please clear my dought Pin
N a v a n e e t h20-Sep-07 18:58
N a v a n e e t h20-Sep-07 18:58 
AnswerRe: asp.net - Please clear my dought Pin
Christian Graus20-Sep-07 19:30
protectorChristian Graus20-Sep-07 19:30 
QuestionOutlook style folder Tree in ASP.Net Pin
urmohsin20-Sep-07 15:51
urmohsin20-Sep-07 15:51 
QuestionCreate Multiple Work Sheet In Excel Using Asp.net in vb Pin
HatakeKaKaShi20-Sep-07 15:46
HatakeKaKaShi20-Sep-07 15:46 
QuestionUsing public readonly classes in BO [modified] Pin
k66620-Sep-07 12:06
k66620-Sep-07 12:06 
QuestionStruct accsess Pin
Saksida Bojan20-Sep-07 11:37
Saksida Bojan20-Sep-07 11:37 
AnswerRe: Struct accsess Pin
Christian Graus20-Sep-07 12:03
protectorChristian Graus20-Sep-07 12:03 
AnswerRe: Struct accsess Pin
N a v a n e e t h20-Sep-07 19:00
N a v a n e e t h20-Sep-07 19:00 
GeneralRe: Struct accsess Pin
Christian Graus20-Sep-07 19:33
protectorChristian Graus20-Sep-07 19:33 
GeneralRe: Struct accsess Pin
N a v a n e e t h20-Sep-07 19:46
N a v a n e e t h20-Sep-07 19:46 
GeneralRe: Struct accsess Pin
Saksida Bojan21-Sep-07 8:50
Saksida Bojan21-Sep-07 8:50 
AnswerRe: Struct accsess Pin
rajareddy.beeram20-Sep-07 19:35
rajareddy.beeram20-Sep-07 19:35 
QuestionGetting page. Pin
Saksida Bojan20-Sep-07 9:02
Saksida Bojan20-Sep-07 9:02 
AnswerRe: Getting page. Pin
pmarfleet20-Sep-07 10:04
pmarfleet20-Sep-07 10:04 
GeneralRe: Getting page. Pin
Saksida Bojan21-Sep-07 8:51
Saksida Bojan21-Sep-07 8:51 
QuestionWhy go ASP.Net 3.0? Pin
Heavy Storm20-Sep-07 8:33
Heavy Storm20-Sep-07 8:33 
AnswerRe: Why go ASP.Net 3.0? Pin
Al Ortega20-Sep-07 9:45
Al Ortega20-Sep-07 9:45 

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.