Click here to Skip to main content
15,913,131 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: iframe -- URGENT Pin
Guffa17-Aug-06 12:26
Guffa17-Aug-06 12:26 
Questionsugest datagrid delete codeing [modified] Pin
omi9817-Aug-06 5:39
omi9817-Aug-06 5:39 
AnswerRe: sugest datagrid delete codeing Pin
minhpc_bk17-Aug-06 20:14
minhpc_bk17-Aug-06 20:14 
GeneralRe: sugest datagrid delete codeing Pin
omi9818-Aug-06 1:47
omi9818-Aug-06 1:47 
GeneralRe: sugest datagrid delete codeing Pin
minhpc_bk18-Aug-06 12:09
minhpc_bk18-Aug-06 12:09 
GeneralRe: sugest datagrid delete codeing Pin
omi9820-Aug-06 7:31
omi9820-Aug-06 7:31 
QuestionDrop Down Lists storage in SQL server [modified] Pin
Dayekh17-Aug-06 5:37
Dayekh17-Aug-06 5:37 
AnswerRe: Drop Down Lists storage in SQL server Pin
Guffa17-Aug-06 6:38
Guffa17-Aug-06 6:38 
One way is to read the items into a DataSet and use that as DataSource for the DropDownList. Set the DataTextField and DataValueField properties to the names of the fiels in the DataSet. Assign the DataSet to the DataSource property and call the DataBind method to populate the list.

Another way is to get the items using a DataReader and iterate the reader to populate the list. Read the values from the DataReader and use them to create a ListItem object for each item and add it to the list.


---
b { font-weight: normal; }

GeneralRe: Drop Down Lists storage in SQL server Pin
Dayekh17-Aug-06 22:20
Dayekh17-Aug-06 22:20 
AnswerRe: Drop Down Lists storage in SQL server Pin
postmaster@programmingknowledge.com17-Aug-06 22:13
postmaster@programmingknowledge.com17-Aug-06 22:13 
GeneralRe: Drop Down Lists storage in SQL server Pin
Dayekh17-Aug-06 22:21
Dayekh17-Aug-06 22:21 
QuestionIntegration between ASP .NET and PHP based forums Pin
paul.m@antuk.com17-Aug-06 5:30
paul.m@antuk.com17-Aug-06 5:30 
QuestionDatabase Trace Listners - Enterprise Library 2.0 Pin
mrinmayeek17-Aug-06 5:30
mrinmayeek17-Aug-06 5:30 
QuestionHello Nish Pin
BalasahebK17-Aug-06 4:15
BalasahebK17-Aug-06 4:15 
AnswerRe: Hello Nish Pin
minhpc_bk17-Aug-06 15:59
minhpc_bk17-Aug-06 15:59 
Questionhow to print crystal report from asp.net? Pin
subburaj.sabapathy17-Aug-06 4:00
subburaj.sabapathy17-Aug-06 4:00 
Questionregarding datagrid Pin
Uma Kameswari17-Aug-06 1:19
Uma Kameswari17-Aug-06 1:19 
AnswerRe: regarding datagrid [modified] Pin
Stephen McGuire17-Aug-06 2:08
Stephen McGuire17-Aug-06 2:08 
AnswerRe: regarding datagrid Pin
kalyanPaladugu17-Aug-06 11:50
kalyanPaladugu17-Aug-06 11:50 
QuestionXmlDataSource [modified] Pin
mcgann17-Aug-06 0:22
mcgann17-Aug-06 0:22 
AnswerRe: XmlDataSource Pin
seee sharp17-Aug-06 2:56
seee sharp17-Aug-06 2:56 
QuestionHow to take reference of connection string or connection Pin
sabby200617-Aug-06 0:18
sabby200617-Aug-06 0:18 
AnswerRe: How to take reference of connection string or connection Pin
_AK_17-Aug-06 0:24
_AK_17-Aug-06 0:24 
QuestionOnSelectedIndexChanged not firing for first selected item in a DropDownList Pin
spoa17-Aug-06 0:12
spoa17-Aug-06 0:12 
AnswerRe: OnSelectedIndexChanged not firing for first selected item in a DropDownList Pin
minhpc_bk17-Aug-06 15:57
minhpc_bk17-Aug-06 15: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.