Click here to Skip to main content
15,902,802 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: credit card payment Pin
pradeep kumarappagari20-Feb-07 19:38
pradeep kumarappagari20-Feb-07 19:38 
QuestionDesign Document Preparation Pin
Jay_se20-Feb-07 17:54
Jay_se20-Feb-07 17:54 
Questionproject architecture and flow in dotnet technologies projects Pin
bashask.ss20-Feb-07 17:31
bashask.ss20-Feb-07 17:31 
AnswerRe: project architecture and flow in dotnet technologies projects Pin
Sandeep Akhare20-Feb-07 18:56
Sandeep Akhare20-Feb-07 18:56 
Questionbarcode on crystal report Pin
Laxmikant Lad20-Feb-07 17:27
Laxmikant Lad20-Feb-07 17:27 
Questionpager conflicts Pin
iamdking20-Feb-07 17:23
iamdking20-Feb-07 17:23 
QuestionRegarding Calender control Pin
SwaSubhaVijju20-Feb-07 16:16
SwaSubhaVijju20-Feb-07 16:16 
Questiondropdownlist not populating Pin
cmu_man20-Feb-07 10:12
cmu_man20-Feb-07 10:12 
I have two dropdown lists on a webform using vs 2005/asp.net 2.0. The first is populated via an sqldatasource. The second dropdown list is populated via a second sqldatasource with a where clause based on the selected value of the first dropdown. In visual studio the population of both dropdowns work fine but when I publish to IIS only the first dropdown is populated. At this point I am out of ideas. Any suggestions would be greatly appreciated. Here is the source code.

<%@ Page Language="VB" AutoEventWireup="false" CodeFile="Default.aspx.vb" Inherits="_Default" %>





<title>Untitled Page




<asp:sqldatasource id="SqlMethod" runat="server" connectionstring="<%$ ConnectionStrings:IngresConnectionString %>"
="" providername="<%$ ConnectionStrings:IngresConnectionString.ProviderName %>" selectcommand="Select distinct method from tmaster_shipped ">


<asp:dropdownlist id="ddlMethod" datasourceid="SqlMethod" runat="server" autopostback="True" datatextfield="method" datavaluefield="method" style="z-index: 100;
left: 116px; position: absolute; top: 128px">

<asp:dropdownlist id="ddlLab" runat="server" autopostback="True" datasourceid="labDatasource"
="" datatextfield="lab" datavaluefield="lab" style="z-index: 102; left: 108px; position: absolute;
top: 228px">


<asp:sqldatasource id="labDatasource" runat="server" connectionstring="<%$ ConnectionStrings:LocalMySQL %>"
="" providername="<%$ ConnectionStrings:LocalMySQL.ProviderName %>" selectcommand="SELECT lab FROM tmaster_labs WHERE METHOD=?">
<selectparameters>
<asp:controlparameter controlid="ddlMethod" name="Method" propertyname="SelectedValue" type="String">








AnswerRe: dropdownlist not populating Pin
postmaster@programmingknowledge.com20-Feb-07 13:53
postmaster@programmingknowledge.com20-Feb-07 13:53 
QuestionDropdownlist in EditItemTemplate with an ObjectDataSource Pin
Adam °Wimsatt20-Feb-07 9:43
Adam °Wimsatt20-Feb-07 9:43 
AnswerRe: Dropdownlist in EditItemTemplate with an ObjectDataSource Pin
kubben20-Feb-07 9:50
kubben20-Feb-07 9:50 
GeneralRe: Dropdownlist in EditItemTemplate with an ObjectDataSource Pin
Adam °Wimsatt20-Feb-07 11:09
Adam °Wimsatt20-Feb-07 11:09 
GeneralRe: Dropdownlist in EditItemTemplate with an ObjectDataSource Pin
kubben20-Feb-07 13:30
kubben20-Feb-07 13:30 
GeneralRe: Dropdownlist in EditItemTemplate with an ObjectDataSource Pin
Adam °Wimsatt21-Feb-07 3:30
Adam °Wimsatt21-Feb-07 3:30 
QuestionA field or property with the name ... was not found on the selected data source Pin
KelvinLush20-Feb-07 8:12
KelvinLush20-Feb-07 8:12 
AnswerRe: A field or property with the name ... was not found on the selected data source Pin
kubben20-Feb-07 8:30
kubben20-Feb-07 8:30 
QuestionIframe Issue Pin
Amit Kumar G20-Feb-07 7:48
Amit Kumar G20-Feb-07 7:48 
AnswerRe: Iframe Issue Pin
adnanrafiq20-Feb-07 8:25
adnanrafiq20-Feb-07 8:25 
GeneralRe: Iframe Issue Pin
Amit Kumar G20-Feb-07 11:37
Amit Kumar G20-Feb-07 11:37 
Questionformatting date in gridview [modified] Pin
Kunal P20-Feb-07 5:07
Kunal P20-Feb-07 5:07 
AnswerRe: formatting date in gridview Pin
kubben20-Feb-07 5:56
kubben20-Feb-07 5:56 
QuestionRe: formatting date in gridview Pin
Kunal P22-Feb-07 1:26
Kunal P22-Feb-07 1:26 
AnswerRe: formatting date in gridview Pin
kubben22-Feb-07 2:01
kubben22-Feb-07 2:01 
GeneralRe: formatting date in gridview Pin
Kunal P22-Feb-07 4:55
Kunal P22-Feb-07 4:55 
GeneralRe: formatting date in gridview Pin
kubben22-Feb-07 7:33
kubben22-Feb-07 7:33 

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.