Click here to Skip to main content
15,914,066 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionHow to upload an excel file to ftp server Pin
Shahid Bilal29-Jan-08 5:59
Shahid Bilal29-Jan-08 5:59 
GeneralVoice recording is not working in server Pin
Lijo Rajan29-Jan-08 5:24
Lijo Rajan29-Jan-08 5:24 
GeneralRe: Voice recording is not working in server Pin
rahul145511-Mar-10 19:25
rahul145511-Mar-10 19:25 
GeneralViewstate loading takes too long Pin
Manny Castillo29-Jan-08 4:41
Manny Castillo29-Jan-08 4:41 
QuestionRe: Viewstate loading takes too long Pin
newc129-Jan-08 5:51
newc129-Jan-08 5:51 
GeneralGridView Sort on each page Pin
ss.mmm29-Jan-08 4:41
ss.mmm29-Jan-08 4:41 
GeneralRe: GridView Sort on each page Pin
bokuceres29-Jan-08 22:48
bokuceres29-Jan-08 22:48 
Generaldropdown list Pin
newbieAl29-Jan-08 3:52
newbieAl29-Jan-08 3:52 
I have a drop down list with gridview. When the page loads the option in the drop down is 'select an item'. However the gridview does not load all records when the page is first loaded and the user has not made a selection yet in the drop down. Here is my code:

<asp:dropdownlist id="DropDownList1" runat="server" autopostback="True" onselectedindexchanged="DropDownList1_SelectedIndexChanged">
<asp:listitem>Select an item
<asp:listitem>A
<asp:listitem>B



Protected Sub DropDownList1_SelectedIndexChanged(ByVal sender As Object, ByVal e As System.EventArgs) Handles DropDownList1.SelectedIndexChanged
If DropDownList1.SelectedIndex.Equals(0) Then
tabledata.SelectCommand = ("SELECT * FROM [table]")

End If
End Sub
GeneralRe: dropdown list Pin
newc129-Jan-08 4:37
newc129-Jan-08 4:37 
AnswerRe: dropdown list Pin
newbieAl29-Jan-08 4:50
newbieAl29-Jan-08 4:50 
Generalpdf library support unicode Pin
sepel29-Jan-08 3:11
sepel29-Jan-08 3:11 
QuestionRe: pdf library support unicode Pin
Vasudevan Deepak Kumar29-Jan-08 4:16
Vasudevan Deepak Kumar29-Jan-08 4:16 
Questionhow to display thumbnail of an image using asp.net csharp coding Pin
googlejumbo29-Jan-08 2:57
googlejumbo29-Jan-08 2:57 
AnswerRe: how to display thumbnail of an image using asp.net csharp coding Pin
Vasudevan Deepak Kumar29-Jan-08 3:04
Vasudevan Deepak Kumar29-Jan-08 3:04 
AnswerRe: how to display thumbnail of an image using asp.net csharp coding Pin
Not Active29-Jan-08 3:04
mentorNot Active29-Jan-08 3:04 
QuestionHow to use www.sample.com?sample=sample Pin
Shimmy Weitzhandler29-Jan-08 2:56
Shimmy Weitzhandler29-Jan-08 2:56 
AnswerRe: How to use www.sample.com?sample=sample Pin
Guffa29-Jan-08 7:08
Guffa29-Jan-08 7:08 
QuestionHow can I execute query...? Pin
Vanamaindia29-Jan-08 2:47
Vanamaindia29-Jan-08 2:47 
AnswerRe: How can I execute query...? Pin
Not Active29-Jan-08 3:00
mentorNot Active29-Jan-08 3:00 
AnswerRe: How can I execute query...? Pin
Guffa29-Jan-08 7:09
Guffa29-Jan-08 7:09 
QuestionHow can I execute query...? Pin
Vanamaindia29-Jan-08 2:47
Vanamaindia29-Jan-08 2:47 
AnswerRe: How can I execute query...? Pin
Vasudevan Deepak Kumar29-Jan-08 4:17
Vasudevan Deepak Kumar29-Jan-08 4:17 
QuestionHow to Bind or Set Pin
Bhaskar14198529-Jan-08 2:33
Bhaskar14198529-Jan-08 2:33 
QuestionNeed help with Panels in ASP.NET Pin
Jats_4ru29-Jan-08 1:29
Jats_4ru29-Jan-08 1:29 
GeneralRe: Need help with Panels in ASP.NET Pin
bhanu1234529-Jan-08 2:13
bhanu1234529-Jan-08 2:13 

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.