Click here to Skip to main content
15,917,176 members
Home / Discussions / ASP.NET
   

ASP.NET

 
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 
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 
Hi Ashutosh,

Sorry, I'm still not very clear about these codes
Does it work the same for ListBox as well?

So what is "states"? Is it a name of a talbe or a DataSet or something?

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



What about "StateName" and "StateId"? Are these some kind of a property or it will be the Name and ID of the DataSet?

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



How about the "or" is it a part of the code or it's the next line of the code will do the same thing as the codes above, so it is another option for me?

Aashutoshkumar wrote:

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


Thank you for answering me. And sorry about the trouble, without understanding them I can not modify them and customise into my codes.

Thanks again,
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 
Question{"This row already belongs to another table." } Pin
MHASSANF6-Oct-06 20:38
MHASSANF6-Oct-06 20:38 
AnswerRe: {"This row already belongs to another table." } Pin
Abhishek Joshi6-Oct-06 21:20
Abhishek Joshi6-Oct-06 21:20 
AnswerRe: {"This row already belongs to another table." } Pin
Guffa7-Oct-06 1:27
Guffa7-Oct-06 1:27 

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.