Click here to Skip to main content
15,900,378 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionEmbed Javascript File Pin
Lash2021-Aug-06 6:05
Lash2021-Aug-06 6:05 
AnswerRe: Embed Javascript File Pin
Mike Ellison21-Aug-06 6:39
Mike Ellison21-Aug-06 6:39 
QuestionASCX files and variables Pin
JGOnline21-Aug-06 5:13
JGOnline21-Aug-06 5:13 
AnswerRe: ASCX files and variables Pin
ToddHileHoffer21-Aug-06 6:58
ToddHileHoffer21-Aug-06 6:58 
Questiondatabinding a dropdown list in asp.net and c# Pin
gbabu1721-Aug-06 5:07
gbabu1721-Aug-06 5:07 
AnswerRe: databinding a dropdown list in asp.net and c# Pin
ToddHileHoffer21-Aug-06 5:16
ToddHileHoffer21-Aug-06 5:16 
GeneralRe: databinding a dropdown list in asp.net and c# Pin
gbabu1721-Aug-06 5:44
gbabu1721-Aug-06 5:44 
AnswerRe: databinding a dropdown list in asp.net and c# Pin
Sidonath21-Aug-06 5:33
Sidonath21-Aug-06 5:33 
Set "AppendDataBoundItems" property of DropDownList to "true" and all databound items will be added after items you've added manually.

e.g.

<asp:DropDownList id="SomeDropDownList" AppendDataBoundItems="true" runat="server">
<asp:ListItem>Please choose one</asp:ListItem>
<asp:ListItem>_________________</asp:ListItem>
</asp:DropDownList>
GeneralRe: databinding a dropdown list in asp.net and c# Pin
gbabu1721-Aug-06 5:47
gbabu1721-Aug-06 5:47 
QuestionNeed for a pager class Pin
devboycpp21-Aug-06 4:24
devboycpp21-Aug-06 4:24 
AnswerRe: Need for a pager class Pin
eggsovereasy21-Aug-06 8:17
eggsovereasy21-Aug-06 8:17 
QuestionRe: Need for a pager class Pin
devboycpp21-Aug-06 22:22
devboycpp21-Aug-06 22:22 
QuestionHow do i get the ID of a user control using javascript??? Pin
Sivaprasad C21-Aug-06 3:59
Sivaprasad C21-Aug-06 3:59 
AnswerRe: How do i get the ID of a user control using javascript??? Pin
Guffa21-Aug-06 4:10
Guffa21-Aug-06 4:10 
QuestionHow do i get a random image from folder Pin
munklefish21-Aug-06 3:03
munklefish21-Aug-06 3:03 
AnswerRe: How do i get a random image from folder Pin
Suresh Pirsquare21-Aug-06 3:19
Suresh Pirsquare21-Aug-06 3:19 
AnswerRe: How do i get a random image from folder [modified] Pin
ToddHileHoffer21-Aug-06 3:34
ToddHileHoffer21-Aug-06 3:34 
QuestionGridview Pin
aaraaayen21-Aug-06 2:12
aaraaayen21-Aug-06 2:12 
AnswerRe: Gridview Pin
ToddHileHoffer21-Aug-06 3:13
ToddHileHoffer21-Aug-06 3:13 
QuestionJava script is Enabled or Not Pin
Rajesh_K_Sharma21-Aug-06 1:41
Rajesh_K_Sharma21-Aug-06 1:41 
AnswerRe: Java script is Enabled or Not Pin
_AK_21-Aug-06 1:50
_AK_21-Aug-06 1:50 
AnswerRe: Java script is Enabled or Not Pin
Suresh Pirsquare21-Aug-06 2:32
Suresh Pirsquare21-Aug-06 2:32 
AnswerRe: Java script is Enabled or Not Pin
eggsovereasy21-Aug-06 3:25
eggsovereasy21-Aug-06 3:25 
QuestionHello datagrid Expert........ Pin
Nagraj Naik21-Aug-06 0:54
Nagraj Naik21-Aug-06 0:54 
AnswerRe: Hello datagrid Expert........ Pin
postmaster@programmingknowledge.com21-Aug-06 1:19
postmaster@programmingknowledge.com21-Aug-06 1:19 

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.