Click here to Skip to main content
15,896,726 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralAdvantages of ASP.NET 3.5 over ASP.NET 2.0 Pin
intelgenius18-Jan-08 4:25
intelgenius18-Jan-08 4:25 
GeneralRe: Advantages of ASP.NET 3.5 over ASP.NET 2.0 Pin
Vasudevan Deepak Kumar18-Jan-08 4:40
Vasudevan Deepak Kumar18-Jan-08 4:40 
Questionhow a dropdown list selection changed event is called throug javascript Pin
jagan12318-Jan-08 2:27
jagan12318-Jan-08 2:27 
AnswerRe: how a dropdown list selection changed event is called throug javascript Pin
szukuro18-Jan-08 2:45
szukuro18-Jan-08 2:45 
AnswerRe: how a dropdown list selection changed event is called throug javascript Pin
N a v a n e e t h18-Jan-08 2:50
N a v a n e e t h18-Jan-08 2:50 
GeneralTrouble consuming a Web Service from a C# Windows Forms App Pin
Bill Prada18-Jan-08 2:26
Bill Prada18-Jan-08 2:26 
QuestionNull/Empty item in combobox. Pin
jdstuart18-Jan-08 2:26
jdstuart18-Jan-08 2:26 
GeneralRe: Null/Empty item in combobox. Pin
N a v a n e e t h18-Jan-08 2:39
N a v a n e e t h18-Jan-08 2:39 
jdstuart wrote:
The question is...
Is there a way, that I can (without adding an empty entry in the database - bad practise) set the initial selected item to a blank entry, thereby forcing the user to change the selected index?


After binding the drop down list, insert a new item at the 0th position.
DropdownList.DataBind();
DropDownList.Items.Insert(0,"Select one")



All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia

My Website | Ask smart questions


GeneralRe: Null/Empty item in combobox. Pin
jdstuart18-Jan-08 2:49
jdstuart18-Jan-08 2:49 
GeneralRe: Null/Empty item in combobox. Pin
N a v a n e e t h18-Jan-08 2:51
N a v a n e e t h18-Jan-08 2:51 
AnswerRe: Null/Empty item in combobox. Pin
jdstuart20-Jan-08 20:11
jdstuart20-Jan-08 20:11 
QuestionWhy won't it work??? Pin
learningman18-Jan-08 2:19
learningman18-Jan-08 2:19 
AnswerRe: Why won't it work??? Pin
pmarfleet18-Jan-08 2:49
pmarfleet18-Jan-08 2:49 
GeneralRe: Why won't it work??? Pin
learningman18-Jan-08 3:36
learningman18-Jan-08 3:36 
AnswerRe: Why won't it work??? Pin
Paddy Boyd18-Jan-08 3:48
Paddy Boyd18-Jan-08 3:48 
QuestionHow can this be possible - Part 2 Pin
v1i9n6o7d18-Jan-08 1:59
v1i9n6o7d18-Jan-08 1:59 
AnswerRe: How can this be possible - Part 2 Pin
Paddy Boyd18-Jan-08 3:49
Paddy Boyd18-Jan-08 3:49 
GeneralRe: How can this be possible - Part 2 Pin
v1i9n6o7d18-Jan-08 19:46
v1i9n6o7d18-Jan-08 19:46 
GeneralLAN connection status Pin
saravanan0518-Jan-08 1:38
saravanan0518-Jan-08 1:38 
GeneralRe: LAN connection status Pin
Vasudevan Deepak Kumar18-Jan-08 3:44
Vasudevan Deepak Kumar18-Jan-08 3:44 
QuestionHow to run my application in IE. Pin
mithun narayanan18-Jan-08 1:37
mithun narayanan18-Jan-08 1:37 
GeneralRe: How to run my application in IE. Pin
v1i9n6o7d18-Jan-08 2:01
v1i9n6o7d18-Jan-08 2:01 
Generaldisplay image from a file Pin
michael_jhons18-Jan-08 1:29
michael_jhons18-Jan-08 1:29 
GeneralLocalization problem with html controls Pin
metkor18-Jan-08 1:28
metkor18-Jan-08 1:28 
GeneralGridview Vertical Pin
Burim Rama18-Jan-08 0:44
Burim Rama18-Jan-08 0:44 

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.