Click here to Skip to main content
15,915,698 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Calling a method Pin
Dayekh20-Dec-06 4:55
Dayekh20-Dec-06 4:55 
AnswerRe: Calling a method Pin
ednrgc20-Dec-06 7:30
ednrgc20-Dec-06 7:30 
QuestionHow can I handle my error class whenever any exception is raised. Pin
m.rastgar19-Dec-06 23:14
m.rastgar19-Dec-06 23:14 
AnswerRe: How can I handle my error class whenever any exception is raised. Pin
ToddHileHoffer20-Dec-06 1:49
ToddHileHoffer20-Dec-06 1:49 
GeneralRe: How can I handle my error class whenever any exception is raised. Pin
m.rastgar20-Dec-06 2:12
m.rastgar20-Dec-06 2:12 
GeneralRe: How can I handle my error class whenever any exception is raised. Pin
ToddHileHoffer20-Dec-06 2:30
ToddHileHoffer20-Dec-06 2:30 
GeneralRe: How can I handle my error class whenever any exception is raised. Pin
m.rastgar22-Dec-06 18:58
m.rastgar22-Dec-06 18:58 
QuestionDefault DDL Value Pin
Dayekh19-Dec-06 23:13
Dayekh19-Dec-06 23:13 
Hi,

I have successfully bound a Dropdown List with table data. I have also inserted extra options. I cannot seem to find anything which allows me to have one of the database options being the default value selected.

I know I can do this:

Dim Lst As New ListItem
Lst.Text = "All"
Lst.Value = "0"
Lst.Selected = True

BUT, How do I specify the SELECTED value to be one which was loaded from a database?

Thank you.
AnswerRe: Default DDL Value Pin
Shajeel20-Dec-06 0:33
Shajeel20-Dec-06 0:33 
GeneralRe: Default DDL Value Pin
Dayekh20-Dec-06 0:57
Dayekh20-Dec-06 0:57 
QuestionASP & AJAX Pin
popin19-Dec-06 23:07
popin19-Dec-06 23:07 
Questionhow to retrieve emails in asp.net [modified] Pin
gaurik19-Dec-06 22:55
gaurik19-Dec-06 22:55 
QuestionHow to put DropDownListBox in GridView using ASP.net with C# (VS 2005)? Pin
solankivipul19-Dec-06 22:54
solankivipul19-Dec-06 22:54 
QuestionCustom Validator Pin
Dayekh19-Dec-06 22:54
Dayekh19-Dec-06 22:54 
AnswerRe: Custom Validator Pin
Dayekh20-Dec-06 2:21
Dayekh20-Dec-06 2:21 
GeneralRe: Custom Validator Pin
szukuro20-Dec-06 5:00
szukuro20-Dec-06 5:00 
GeneralRe: Custom Validator Pin
Dayekh20-Dec-06 5:08
Dayekh20-Dec-06 5:08 
Questionarray in asp Pin
diya_dev19-Dec-06 22:38
diya_dev19-Dec-06 22:38 
AnswerRe: array in asp Pin
Guffa19-Dec-06 23:42
Guffa19-Dec-06 23:42 
Questionerror asp.net and crystal reports Pin
MissionSuccess19-Dec-06 22:36
MissionSuccess19-Dec-06 22:36 
QuestionPHP echo equivalent??? Pin
chathu03j19-Dec-06 21:41
chathu03j19-Dec-06 21:41 
AnswerRe: PHP echo equivalent??? Pin
Guffa19-Dec-06 23:55
Guffa19-Dec-06 23:55 
Questioncurrency validator Pin
abdelhameed8119-Dec-06 21:32
abdelhameed8119-Dec-06 21:32 
AnswerRe: currency validator Pin
Dayekh19-Dec-06 23:06
Dayekh19-Dec-06 23:06 
GeneralRe: currency validator Pin
abdelhameed8120-Dec-06 20:26
abdelhameed8120-Dec-06 20:26 

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.