Click here to Skip to main content
15,924,935 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Binding 2 Dropdownlist and select one datat from 1 drpdwnlst dont see 2nd drpdwnlst Pin
SathyaSiva18-Jun-08 19:12
SathyaSiva18-Jun-08 19:12 
GeneralRe: Binding 2 Dropdownlist and select one datat from 1 drpdwnlst dont see 2nd drpdwnlst Pin
SreejithAchutan18-Jun-08 19:35
SreejithAchutan18-Jun-08 19:35 
GeneralRe: Binding 2 Dropdownlist and select one datat from 1 drpdwnlst dont see 2nd drpdwnlst Pin
SathyaSiva18-Jun-08 20:01
SathyaSiva18-Jun-08 20:01 
GeneralRe: Binding 2 Dropdownlist and select one datat from 1 drpdwnlst dont see 2nd drpdwnlst Pin
SreejithAchutan18-Jun-08 20:54
SreejithAchutan18-Jun-08 20:54 
Questiondynamic form layout Pin
khalil20018-Jun-08 12:53
khalil20018-Jun-08 12:53 
AnswerRe: dynamic form layout Pin
Rutvik Dave19-Jun-08 5:16
professionalRutvik Dave19-Jun-08 5:16 
GeneralRe: dynamic form layout Pin
khalil20020-Jun-08 18:58
khalil20020-Jun-08 18:58 
QuestionSelection in combobox added to gridview not being passed to sql queries Pin
Dan Neely18-Jun-08 11:17
Dan Neely18-Jun-08 11:17 
I've templated out the field, and the combobox properly loads the value, but when the insert query runs unlike the various textbox parameters in other columns the user selection isn't passed to the query. Instead a null is. Is there something wrong with my asp, or do I need to write code elsewhere to explicitly get the value of out the combobox for the query?

<pre> <asp:templatefield headertext="BatteryTypeID" sortexpression="BatteryTypeID" xmlns:asp="#unknown">
<edititemtemplate>
<gary:extendeddropdownlist id="DropDownList1" runat="server" xmlns:gary="#unknown">
DataSourceID="dslist_BatteryType" DataTextField="BatteryTypeID" DataValueField="BatteryTypeID"
Text='&lt;%# Bind("BatteryTypeID") %&gt;'&gt;
<asp:listitem text="None" value=""></asp:listitem>
</gary:extendeddropdownlist>

</edititemtemplate>
<itemtemplate>
<asp:label id="Label1" runat="server" text="&lt;%# Bind("BatteryTypeID") %&gt;"></asp:label>
</itemtemplate>
</asp:templatefield>
</pre>

Today's lesson is brought to you by the word "niggardly". Remember kids, don't attribute to racism what can be explained by Scandinavian language roots.
-- Robert Royall
QuestionUpload Image Error Pin
sabaMCA18-Jun-08 10:15
sabaMCA18-Jun-08 10:15 
AnswerRe: Upload Image Error Pin
Bursh.18-Jun-08 10:33
Bursh.18-Jun-08 10:33 
Questionproblem with WebUserControl Pin
sabaMCA18-Jun-08 10:09
sabaMCA18-Jun-08 10:09 
AnswerRe: problem with WebUserControl Pin
Bursh.18-Jun-08 10:32
Bursh.18-Jun-08 10:32 
QuestionDLL and contents not registering when on server Pin
Bursh.18-Jun-08 10:06
Bursh.18-Jun-08 10:06 
QuestionMenu control and CSS problem, please help Pin
orsini18-Jun-08 8:46
orsini18-Jun-08 8:46 
QuestionHandling redirect errors from web services Pin
shefali_sinha18-Jun-08 8:10
shefali_sinha18-Jun-08 8:10 
QuestionHttpWebRequest Pin
Ayman Mashal18-Jun-08 4:48
Ayman Mashal18-Jun-08 4:48 
AnswerRe: HttpWebRequest Pin
ToddHileHoffer18-Jun-08 5:02
ToddHileHoffer18-Jun-08 5:02 
QuestionGet Colors from Image Pin
Member 343561418-Jun-08 4:32
Member 343561418-Jun-08 4:32 
AnswerRe: Get Colors from Image Pin
ToddHileHoffer18-Jun-08 4:47
ToddHileHoffer18-Jun-08 4:47 
GeneralRe: Get Colors from Image Pin
Member 343561418-Jun-08 4:54
Member 343561418-Jun-08 4:54 
GeneralRe: Get Colors from Image Pin
ToddHileHoffer18-Jun-08 5:01
ToddHileHoffer18-Jun-08 5:01 
AnswerRe: Get Colors from Image Pin
Guffa18-Jun-08 10:00
Guffa18-Jun-08 10:00 
QuestionAdd 2 values in Repeater Pin
butchzn18-Jun-08 4:06
butchzn18-Jun-08 4:06 
AnswerRe: Add 2 values in Repeater Pin
ToddHileHoffer18-Jun-08 4:12
ToddHileHoffer18-Jun-08 4:12 
GeneralRe: Add 2 values in Repeater Pin
butchzn19-Jun-08 4:59
butchzn19-Jun-08 4:59 

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.