Click here to Skip to main content
15,917,793 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: how to work with Treeview Pin
Christian Graus12-Dec-08 19:24
protectorChristian Graus12-Dec-08 19:24 
Questionasp:TextBox backgroundColor change also affects borderStyle? Pin
Cyrilix12-Dec-08 8:35
Cyrilix12-Dec-08 8:35 
AnswerRe: asp:TextBox backgroundColor change also affects borderStyle? Pin
Uwe Keim12-Dec-08 9:56
sitebuilderUwe Keim12-Dec-08 9:56 
GeneralRe: asp:TextBox backgroundColor change also affects borderStyle? Pin
Cyrilix12-Dec-08 20:40
Cyrilix12-Dec-08 20:40 
QuestionRead xml from SSL server [modified] Pin
Phrone12-Dec-08 8:24
Phrone12-Dec-08 8:24 
AnswerRe: Read xml from SSL server Pin
Uwe Keim12-Dec-08 9:57
sitebuilderUwe Keim12-Dec-08 9:57 
GeneralRe: Read xml from SSL server Pin
Phrone12-Dec-08 10:01
Phrone12-Dec-08 10:01 
QuestionObjectDataSource bounded DropDownList in GridView Pin
b43r_3oo312-Dec-08 5:49
b43r_3oo312-Dec-08 5:49 
QuestionEnabling view state Pin
chandra vempati12-Dec-08 5:24
chandra vempati12-Dec-08 5:24 
AnswerRe: Enabling view state Pin
Christian Graus12-Dec-08 10:18
protectorChristian Graus12-Dec-08 10:18 
QuestionDataBound DropDownList Questions (2) Pin
ffowler12-Dec-08 4:02
ffowler12-Dec-08 4:02 
AnswerRe: DataBound DropDownList Questions (2) Pin
Brij12-Dec-08 4:16
mentorBrij12-Dec-08 4:16 
GeneralRe: DataBound DropDownList Questions (2) Pin
ffowler12-Dec-08 4:21
ffowler12-Dec-08 4:21 
AnswerRe: DataBound DropDownList Questions (2) Pin
Brij12-Dec-08 4:26
mentorBrij12-Dec-08 4:26 
GeneralRe: DataBound DropDownList Questions (2) Pin
ffowler12-Dec-08 4:46
ffowler12-Dec-08 4:46 
AnswerRe: DataBound DropDownList Questions (2) Pin
Blue_Boy12-Dec-08 4:50
Blue_Boy12-Dec-08 4:50 
After you pull data in DropDownList1 from tabel then add new item by code:

DropDownList1.Items.Add(new ListItem("Please select one user",""));<br />
  DropDownList1.SelectedValue = "";



I Love T-SQL
"Don't torture yourself,let the life to do it for you."
If my post helps you kindly save my time by voting my post.


QuestionHow to download the files using Asp.Net? Pin
Nagaraj Muthuchamy12-Dec-08 2:11
professionalNagaraj Muthuchamy12-Dec-08 2:11 
AnswerRe: How to download the files using Asp.Net? Pin
SeMartens12-Dec-08 2:18
SeMartens12-Dec-08 2:18 
GeneralRe: How to download the files using Asp.Net? Pin
Nagaraj Muthuchamy12-Dec-08 2:22
professionalNagaraj Muthuchamy12-Dec-08 2:22 
GeneralRe: How to download the files using Asp.Net? Pin
SeMartens12-Dec-08 2:37
SeMartens12-Dec-08 2:37 
AnswerRe: How to download the files using Asp.Net? Pin
Member 405797912-Dec-08 2:33
Member 405797912-Dec-08 2:33 
GeneralRe: How to download the files using Asp.Net? Pin
Abhijit Jana12-Dec-08 3:09
professionalAbhijit Jana12-Dec-08 3:09 
GeneralRe: How to download the files using Asp.Net? Pin
Ashfield12-Dec-08 4:02
Ashfield12-Dec-08 4:02 
GeneralRe: How to download the files using Asp.Net? Pin
Brij12-Dec-08 4:18
mentorBrij12-Dec-08 4:18 
QuestionNeed to Generate Thumbnails Help! Pin
jcasti71812-Dec-08 1:29
jcasti71812-Dec-08 1:29 

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.