Click here to Skip to main content
16,005,162 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionGridview Pin
Milind Panchal18-Aug-07 19:38
Milind Panchal18-Aug-07 19:38 
AnswerRe: Gridview Pin
#realJSOP19-Aug-07 1:57
professional#realJSOP19-Aug-07 1:57 
QuestionError Handling issue Pin
chris_wanaka18-Aug-07 17:45
chris_wanaka18-Aug-07 17:45 
QuestionASPX pages don't work after deployment Pin
ASPnoob18-Aug-07 12:36
ASPnoob18-Aug-07 12:36 
AnswerRe: ASPX pages don't work after deployment Pin
Christian Graus18-Aug-07 12:53
protectorChristian Graus18-Aug-07 12:53 
Questionsitemap/menu Pin
M.V18-Aug-07 8:15
M.V18-Aug-07 8:15 
QuestionDropdown list and TabeAdapter Pin
#realJSOP18-Aug-07 8:01
professional#realJSOP18-Aug-07 8:01 
AnswerRe: Dropdown list and TabeAdapter Pin
Michael Sync18-Aug-07 8:11
Michael Sync18-Aug-07 8:11 
All items are showing like that in dropdown???
John Simmons / outlaw programmer wrote:
System.Data.DataRowView


It is because you didn't specify the DataValueField and DataTextField.
<br />
DropDownList1.DataSource = ds.Table[0];<br />
        DropDownList1.DataValueField = "id";<br />
        DropDownList1.DataTextField  = "description";<br />
        DropDownList1.DataBind();


Hope it helps.

Thanks and Regards,
Michael Sync ( Blog: http://michaelsync.net)

If you want to thank me for my help, please vote my message by clicking one of numbers beside "Rate this message". Why vote? Plz Read it here. Thank you. Smile | :)

GeneralRe: Dropdown list and TabeAdapter Pin
#realJSOP18-Aug-07 8:50
professional#realJSOP18-Aug-07 8:50 
AnswerRe: Dropdown list and TabeAdapter Pin
DavidNohejl18-Aug-07 8:24
DavidNohejl18-Aug-07 8:24 
GeneralRe: Dropdown list and TabeAdapter Pin
Not Active18-Aug-07 10:28
mentorNot Active18-Aug-07 10:28 
GeneralRe: Dropdown list and TabeAdapter Pin
DavidNohejl18-Aug-07 10:30
DavidNohejl18-Aug-07 10:30 
GeneralRe: Dropdown list and TabeAdapter Pin
Not Active18-Aug-07 15:21
mentorNot Active18-Aug-07 15:21 
GeneralRe: Dropdown list and TabeAdapter Pin
DavidNohejl19-Aug-07 2:13
DavidNohejl19-Aug-07 2:13 
QuestionHow to set CSS class to tbody of GridView? Pin
Michael Sync18-Aug-07 7:52
Michael Sync18-Aug-07 7:52 
AnswerRe: How to set CSS class to tbody of GridView? Pin
Michael Sync18-Aug-07 20:48
Michael Sync18-Aug-07 20:48 
QuestionCrystall Report keycode Error Pin
Tomic18-Aug-07 6:44
Tomic18-Aug-07 6:44 
QuestionProblem to Update my Record in FormView. Pin
hdv21218-Aug-07 6:24
hdv21218-Aug-07 6:24 
AnswerRe: Problem to Update my Record in FormView. Pin
DavidNohejl18-Aug-07 7:55
DavidNohejl18-Aug-07 7:55 
GeneralRe: Problem to Update my Record in FormView. Pin
hdv21218-Aug-07 8:12
hdv21218-Aug-07 8:12 
GeneralRe: Problem to Update my Record in FormView. Pin
DavidNohejl18-Aug-07 8:21
DavidNohejl18-Aug-07 8:21 
GeneralRe: Problem to Update my Record in FormView. Pin
hdv21218-Aug-07 10:44
hdv21218-Aug-07 10:44 
GeneralRe: Problem to Update my Record in FormView. Pin
DavidNohejl18-Aug-07 13:35
DavidNohejl18-Aug-07 13:35 
GeneralRe: Problem to Update my Record in FormView. Pin
Christian Graus18-Aug-07 15:50
protectorChristian Graus18-Aug-07 15:50 
GeneralRe: Problem to Update my Record in FormView. Pin
DavidNohejl19-Aug-07 1:51
DavidNohejl19-Aug-07 1:51 

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.