Click here to Skip to main content
15,908,166 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: How to get session variable to work Pin
Elina Blank27-Jun-06 8:57
sitebuilderElina Blank27-Jun-06 8:57 
QuestionExtending WebPartManager class Pin
Chris McGlothen27-Jun-06 6:17
Chris McGlothen27-Jun-06 6:17 
AnswerRe: Extending WebPartManager class Pin
minhpc_bk27-Jun-06 21:05
minhpc_bk27-Jun-06 21:05 
GeneralRe: Extending WebPartManager class Pin
Chris McGlothen28-Jun-06 4:19
Chris McGlothen28-Jun-06 4:19 
QuestionWeb Control Table Pin
varshavmane27-Jun-06 5:15
varshavmane27-Jun-06 5:15 
QuestionTo maintain the view state of a dynamically created control Pin
sishya27-Jun-06 3:54
sishya27-Jun-06 3:54 
AnswerRe: To maintain the view state of a dynamically created control Pin
minhpc_bk27-Jun-06 4:41
minhpc_bk27-Jun-06 4:41 
AnswerRe: To maintain the view state of a dynamically created control [modified] Pin
Hain Kurt27-Jun-06 4:42
Hain Kurt27-Jun-06 4:42 
if you want to see the selected value each time, it is easy...

give it an ID, say idListBox.

while creating it, get the value from form variables to determine the selected value:

...
selVal = request.forms("idListBox")
loop
create a list item
if value of the item = selVal then add "selected" to the item
add item
end loop
...

That's it...


HainKurt
Questioninsert a string dd/mm/yyyy in database (urgent) Pin
rajeev kumar sharma27-Jun-06 3:22
rajeev kumar sharma27-Jun-06 3:22 
AnswerRe: insert a string dd/mm/yyyy in database (urgent) Pin
Guffa27-Jun-06 4:05
Guffa27-Jun-06 4:05 
QuestionError Pin
Hamid_RT27-Jun-06 2:58
Hamid_RT27-Jun-06 2:58 
QuestionOnline Trading software Pin
fragnent200327-Jun-06 2:39
fragnent200327-Jun-06 2:39 
AnswerRe: Online Trading software Pin
chhabra0071-Oct-09 0:51
chhabra0071-Oct-09 0:51 
QuestionDatagrid Pin
kuwl_mark27-Jun-06 2:10
kuwl_mark27-Jun-06 2:10 
AnswerRe: Datagrid Pin
ketankumar27-Jun-06 2:52
ketankumar27-Jun-06 2:52 
AnswerRe: Datagrid Pin
Not Active27-Jun-06 3:56
mentorNot Active27-Jun-06 3:56 
QuestionExcel in ASP.NET Pin
Haridas.R27-Jun-06 0:53
Haridas.R27-Jun-06 0:53 
AnswerRe: Excel in ASP.NET Pin
ketankumar27-Jun-06 1:55
ketankumar27-Jun-06 1:55 
GeneralRe: Excel in ASP.NET Pin
Haridas.R27-Jun-06 21:49
Haridas.R27-Jun-06 21:49 
AnswerRe: Excel in ASP.NET Pin
minhpc_bk27-Jun-06 4:44
minhpc_bk27-Jun-06 4:44 
QuestionDatagrid Pin
deepa_khatri27-Jun-06 0:52
deepa_khatri27-Jun-06 0:52 
AnswerRe: Datagrid Pin
BalasahebK27-Jun-06 1:41
BalasahebK27-Jun-06 1:41 
QuestionSaving a jpg file--PLZ HELP Pin
Jeeva Mary Varghese27-Jun-06 0:35
Jeeva Mary Varghese27-Jun-06 0:35 
AnswerRe: Saving a jpg file--PLZ HELP Pin
Guffa27-Jun-06 7:24
Guffa27-Jun-06 7:24 
GeneralRe: Saving a jpg file--PLZ HELP Pin
Jeeva Mary Varghese27-Jun-06 21:15
Jeeva Mary Varghese27-Jun-06 21:15 

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.