Click here to Skip to main content
15,903,203 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Gridview Problem Pin
Elayaraja Sambasivam22-Jan-08 3:48
Elayaraja Sambasivam22-Jan-08 3:48 
GeneralInsert value in DropDownList using by for Loop Pin
Rinki Mukheraji21-Jan-08 0:20
Rinki Mukheraji21-Jan-08 0:20 
QuestionRe: Insert value in DropDownList using by for Loop Pin
Venkatesh Mookkan21-Jan-08 0:28
Venkatesh Mookkan21-Jan-08 0:28 
GeneralRe: Insert value in DropDownList using by for Loop Pin
Colin Angus Mackay21-Jan-08 0:42
Colin Angus Mackay21-Jan-08 0:42 
GeneralRe: Insert value in DropDownList using by for Loop Pin
Rinki Mukheraji21-Jan-08 0:45
Rinki Mukheraji21-Jan-08 0:45 
GeneralRe: Insert value in DropDownList using by for Loop Pin
Michael Sync21-Jan-08 4:31
Michael Sync21-Jan-08 4:31 
GeneralRe: Insert value in DropDownList using by for Loop Pin
Colin Angus Mackay21-Jan-08 7:03
Colin Angus Mackay21-Jan-08 7:03 
GeneralRe: Insert value in DropDownList using by for Loop Pin
bokuceres21-Jan-08 22:58
bokuceres21-Jan-08 22:58 
ok, there's some confusing word here...
do you want to "insert" or make the list (i to nowrec) to exist in your dropdownlist ?

if you want to "insert" there's nothing wrong in your code. the result from your code is : your ddl (dropdownlist) will have the list with nowrec is first in dropdownlist's list.

if you want to make the list exist then you just have to change the code to
"ddlequipmentno.Items.Add(i.ToString())"

hope it works...
GeneralRe: Insert value in DropDownList using by for Loop Pin
ziomahmed117-Mar-11 3:20
ziomahmed117-Mar-11 3:20 
Generalcalender problem Pin
Kissy1620-Jan-08 23:47
Kissy1620-Jan-08 23:47 
GeneralRe: calender problem Pin
Venkatesh Mookkan21-Jan-08 0:33
Venkatesh Mookkan21-Jan-08 0:33 
GeneralRe: calender problem Pin
Kissy1621-Jan-08 0:43
Kissy1621-Jan-08 0:43 
GeneralRe: calender problem Pin
Venkatesh Mookkan21-Jan-08 0:51
Venkatesh Mookkan21-Jan-08 0:51 
GeneralRe: calender problem Pin
Michael Sync21-Jan-08 4:34
Michael Sync21-Jan-08 4:34 
GeneralSubItem is not showing Pin
~V~20-Jan-08 23:38
~V~20-Jan-08 23:38 
GeneralRe: SubItem is not showing Pin
Venkatesh Mookkan21-Jan-08 0:36
Venkatesh Mookkan21-Jan-08 0:36 
GeneralRe: SubItem is not showing Pin
~V~21-Jan-08 18:42
~V~21-Jan-08 18:42 
GeneralRe: SubItem is not showing Pin
Venkatesh Mookkan21-Jan-08 23:22
Venkatesh Mookkan21-Jan-08 23:22 
GeneralRe: SubItem is not showing Pin
~V~24-Jan-08 18:51
~V~24-Jan-08 18:51 
GeneralRe: SubItem is not showing Pin
Venkatesh Mookkan24-Jan-08 19:01
Venkatesh Mookkan24-Jan-08 19:01 
GeneralRe: SubItem is not showing Pin
~V~27-Jan-08 19:48
~V~27-Jan-08 19:48 
GeneralAlignment of controls Pin
chandler8320-Jan-08 21:58
chandler8320-Jan-08 21:58 
GeneralRe: Alignment of controls Pin
Vasudevan Deepak Kumar20-Jan-08 22:45
Vasudevan Deepak Kumar20-Jan-08 22:45 
GeneralRe: Alignment of controls Pin
chandler8320-Jan-08 23:09
chandler8320-Jan-08 23:09 
GeneralRe: Alignment of controls Pin
Elayaraja Sambasivam22-Jan-08 3:57
Elayaraja Sambasivam22-Jan-08 3:57 

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.