Click here to Skip to main content
15,897,519 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: How to develop a user control? Pin
ednrgc23-Oct-06 4:21
ednrgc23-Oct-06 4:21 
GeneralRe: How to develop a user control? Pin
Old Gun24-Oct-06 3:30
Old Gun24-Oct-06 3:30 
GeneralRe: How to develop a user control? Pin
Old Gun26-Oct-06 3:22
Old Gun26-Oct-06 3:22 
GeneralRe: How to develop a user control? Pin
Old Gun26-Oct-06 3:23
Old Gun26-Oct-06 3:23 
QuestionDropDownList Databinding Question Pin
Dayekh23-Oct-06 1:24
Dayekh23-Oct-06 1:24 
AnswerRe: DropDownList Databinding Question Pin
Paddy Boyd23-Oct-06 3:30
Paddy Boyd23-Oct-06 3:30 
GeneralRe: DropDownList Databinding Question Pin
Dayekh23-Oct-06 3:57
Dayekh23-Oct-06 3:57 
GeneralRe: DropDownList Databinding Question Pin
Paddy Boyd23-Oct-06 4:14
Paddy Boyd23-Oct-06 4:14 
No problem. Just don't try and be too clever and do something like this:
ListItem blank = new ListItem("none", "");

ddl1.items.insert(0, blank);

ddl2.items.insert(0, blank);


'cause it doesn't work too well...
GeneralRe: DropDownList Databinding Question Pin
Dayekh23-Oct-06 5:01
Dayekh23-Oct-06 5:01 
GeneralRe: DropDownList Databinding Question Pin
Paddy Boyd23-Oct-06 5:02
Paddy Boyd23-Oct-06 5:02 
QuestionRegarding flash intro Pin
rajesh22523-Oct-06 1:10
rajesh22523-Oct-06 1:10 
AnswerRe: Regarding flash intro Pin
ednrgc23-Oct-06 2:44
ednrgc23-Oct-06 2:44 
AnswerRe: Regarding flash intro Pin
Britney S. Morales23-Oct-06 3:52
Britney S. Morales23-Oct-06 3:52 
GeneralRe: Regarding flash intro Pin
ednrgc23-Oct-06 6:34
ednrgc23-Oct-06 6:34 
Questiondrag and drop the items between 2 listboxes Pin
gane838323-Oct-06 0:05
gane838323-Oct-06 0:05 
QuestionDoes anybody know how to write hidden field using Vbscript in ASP.net 2.0? Pin
GaryWoodfine 22-Oct-06 23:56
professionalGaryWoodfine 22-Oct-06 23:56 
AnswerRe: Does anybody know how to write hidden field using Vbscript in ASP.net 2.0? Pin
Guffa23-Oct-06 0:36
Guffa23-Oct-06 0:36 
GeneralRe: Does anybody know how to write hidden field using Vbscript in ASP.net 2.0? Pin
GaryWoodfine 23-Oct-06 0:46
professionalGaryWoodfine 23-Oct-06 0:46 
Questiontimer control in asp.net Pin
Deepak the Cool22-Oct-06 23:14
Deepak the Cool22-Oct-06 23:14 
AnswerRe: timer control in asp.net Pin
thomas_joyee25-Oct-06 3:20
thomas_joyee25-Oct-06 3:20 
QuestionCan any one suggest me plz Pin
Exelioindia22-Oct-06 22:44
Exelioindia22-Oct-06 22:44 
AnswerRe: Can any one suggest me plz Pin
kitokatakito22-Oct-06 23:30
kitokatakito22-Oct-06 23:30 
GeneralRe: Can any one suggest me plz Pin
Exelioindia23-Oct-06 0:09
Exelioindia23-Oct-06 0:09 
Questionkeypress event Pin
Deepak the Cool22-Oct-06 22:01
Deepak the Cool22-Oct-06 22:01 
AnswerRe: keypress event Pin
Guffa22-Oct-06 22:39
Guffa22-Oct-06 22:39 

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.