Click here to Skip to main content
15,912,400 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionEquivalent of TMemoryStream (PASCAL) in VB 6.0 Pin
logicon7-Oct-06 4:59
logicon7-Oct-06 4:59 
QuestionCan not create web applicaion Pin
nkjha17-Oct-06 3:00
nkjha17-Oct-06 3:00 
AnswerRe: Can not create web applicaion Pin
just3ala27-Oct-06 20:09
just3ala27-Oct-06 20:09 
GeneralRe: Can not create web applicaion Pin
nkjha18-Oct-06 2:37
nkjha18-Oct-06 2:37 
QuestionDisplays pop-up box with text box Pin
nannapanenikamalnath7-Oct-06 2:00
nannapanenikamalnath7-Oct-06 2:00 
AnswerRe: Displays pop-up box with text box Pin
Arjune7-Oct-06 6:10
Arjune7-Oct-06 6:10 
QuestionInsert values into Listbox with Javascript Pin
sbao0047-Oct-06 0:42
sbao0047-Oct-06 0:42 
AnswerRe: Insert values into Listbox with Javascript Pin
Aashutoshkumar7-Oct-06 0:51
Aashutoshkumar7-Oct-06 0:51 
try this

for (var i = 0; i < states.Tables[0].Rows.length; ++i)
{

document.getElementById("ddlState").options[document.getElementById("ddlState").options.length] = new Option(states.Tables[0].Rows[i].StateName, states.Tables[0].Rows[i].StateId);
}

or
document.getElementById("ddlState").options[0] =value;

Ashutosh kumar
GeneralRe: Insert values into Listbox with Javascript Pin
sbao0047-Oct-06 1:07
sbao0047-Oct-06 1:07 
GeneralRe: Insert values into Listbox with Javascript Pin
Aashutoshkumar7-Oct-06 1:19
Aashutoshkumar7-Oct-06 1:19 
GeneralRe: Insert values into Listbox with Javascript Pin
sbao0047-Oct-06 17:50
sbao0047-Oct-06 17:50 
QuestionHow to scchedule sending feedback mails Pin
Sudhakar Pasupunuri7-Oct-06 0:22
Sudhakar Pasupunuri7-Oct-06 0:22 
AnswerRe: How to scchedule sending feedback mails Pin
Rajesh_K_Sharma7-Oct-06 9:04
Rajesh_K_Sharma7-Oct-06 9:04 
GeneralRe: How to scchedule sending feedback mails Pin
miniThomas7-Oct-06 22:06
miniThomas7-Oct-06 22:06 
GeneralRe: How to scchedule sending feedback mails Pin
Rajesh_K_Sharma8-Oct-06 8:58
Rajesh_K_Sharma8-Oct-06 8:58 
GeneralRe: How to scchedule sending feedback mails Pin
miniThomas8-Oct-06 19:14
miniThomas8-Oct-06 19:14 
Questionhow can i get the value of ENTER key Pin
Deepak the Cool7-Oct-06 0:04
Deepak the Cool7-Oct-06 0:04 
AnswerRe: how can i get the value of ENTER key Pin
Jay_se7-Oct-06 3:14
Jay_se7-Oct-06 3:14 
GeneralRe: how can i get the value of ENTER key Pin
miniThomas10-Oct-06 0:47
miniThomas10-Oct-06 0:47 
AnswerRe: how can i get the value of ENTER key [modified] Pin
Jay_se10-Oct-06 3:35
Jay_se10-Oct-06 3:35 
GeneralRe: how can i get the value of ENTER key Pin
miniThomas10-Oct-06 19:46
miniThomas10-Oct-06 19:46 
GeneralRe: how can i get the value of ENTER key Pin
Jay_se10-Oct-06 21:35
Jay_se10-Oct-06 21:35 
GeneralRe: how can i get the value of ENTER key Pin
miniThomas11-Oct-06 23:42
miniThomas11-Oct-06 23:42 
GeneralRe: how can i get the value of ENTER key Pin
Jay_se12-Oct-06 0:02
Jay_se12-Oct-06 0:02 
QuestionmultiSelect in datagrid [modified] Pin
ptvce6-Oct-06 21:37
ptvce6-Oct-06 21:37 

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.