Click here to Skip to main content
15,889,874 members
Home / Discussions / ASP.NET
   

ASP.NET

 
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 
AnswerRe: Need to Generate Thumbnails Help! Pin
Ashfield12-Dec-08 1:35
Ashfield12-Dec-08 1:35 
GeneralRe: Need to Generate Thumbnails Help! Pin
jcasti71812-Dec-08 1:37
jcasti71812-Dec-08 1:37 
GeneralRe: Need to Generate Thumbnails Help! Pin
Member 405797912-Dec-08 2:34
Member 405797912-Dec-08 2:34 
AnswerRe: Need to Generate Thumbnails Help! Pin
Abhijit Jana12-Dec-08 1:56
professionalAbhijit Jana12-Dec-08 1:56 
QuestionMulti Lingual in asp.net for dynamic content Pin
sbua12-Dec-08 1:29
sbua12-Dec-08 1:29 
AnswerRe: Multi Lingual in asp.net for dynamic content Pin
Abhijit Jana12-Dec-08 3:12
professionalAbhijit Jana12-Dec-08 3:12 
GeneralRe: Multi Lingual in asp.net for dynamic content Pin
sbua19-Dec-08 1:16
sbua19-Dec-08 1:16 
QuestionGauge Graph Pin
Atul Shriram rane12-Dec-08 1:27
Atul Shriram rane12-Dec-08 1:27 

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.