Click here to Skip to main content
15,898,943 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: online payment Pin
Rahul Rajat Singh17-Aug-12 0:34
professionalRahul Rajat Singh17-Aug-12 0:34 
GeneralRe: online payment Pin
ashjassi17-Aug-12 1:28
ashjassi17-Aug-12 1:28 
GeneralRe: online payment Pin
jkirkerx17-Aug-12 19:27
professionaljkirkerx17-Aug-12 19:27 
AnswerRe: online payment Pin
Rahul Rajat Singh17-Aug-12 19:37
professionalRahul Rajat Singh17-Aug-12 19:37 
GeneralRe: online payment Pin
jkirkerx17-Aug-12 20:43
professionaljkirkerx17-Aug-12 20:43 
QuestionHow to create Shipment project container planning using ASP.NET Pin
SubiyaPalanisamy16-Aug-12 1:22
SubiyaPalanisamy16-Aug-12 1:22 
AnswerRe: How to create Shipment project container planning using ASP.NET Pin
ashjassi16-Aug-12 1:30
ashjassi16-Aug-12 1:30 
QuestionCascading dropdown selected value Pin
nitin_ion15-Aug-12 23:05
nitin_ion15-Aug-12 23:05 
I have a dropdown and a cascading dropdpwn.

They work fine. My dropdown fills according to parentid. But i also want to set the selected value of target dropdown.

ASP.NET
<td class="style1">
 <asp:DropDownList ID="drpDefaultHandler" runat="server" DataTextField="UserName" DataValueField="UserName" Width="200px" />

 <asp:DropDownList runat="server" ID="drpMill" DataTextField="MillName" DataValueField="MillName" AutoPostBack="true" />
 <ajaxToolkit:CascadingDropDown ID="csdDefaultHandler" runat="server" Category="Header" Enabled="true" TargetControlID="drpDefaultHandler" ParentControlID="drpMill" ServiceMethod="GetDefaultHandlersByMill" ServicePath="~/Services/AjaxServices.asmx" />
</td>


For this is have done autopostback=true even this is dirty but this works. however there is one issue. when changing it show [Method Error 0] in drpDefaultHandler before setting the selected value.

how can i solve this issue or is there a better solution to this.
AnswerRe: Cascading dropdown selected value Pin
Rahul Rajat Singh16-Aug-12 18:14
professionalRahul Rajat Singh16-Aug-12 18:14 
Questionmaintain scrollbar position Pin
sc steinhayse15-Aug-12 11:55
sc steinhayse15-Aug-12 11:55 
AnswerRe: maintain scrollbar position Pin
jkirkerx15-Aug-12 17:44
professionaljkirkerx15-Aug-12 17:44 
GeneralRe: maintain scrollbar position Pin
sc steinhayse16-Aug-12 3:46
sc steinhayse16-Aug-12 3:46 
GeneralRe: maintain scrollbar position Pin
jkirkerx16-Aug-12 9:13
professionaljkirkerx16-Aug-12 9:13 
Questionregular expression validator Pin
sc steinhayse15-Aug-12 10:02
sc steinhayse15-Aug-12 10:02 
AnswerMessage Closed Pin
15-Aug-12 10:24
Susan Rich15-Aug-12 10:24 
GeneralRe: regular expression validator Pin
sc steinhayse15-Aug-12 11:57
sc steinhayse15-Aug-12 11:57 
Questionbring footer to bottom Pin
Jassim Rahma15-Aug-12 9:00
Jassim Rahma15-Aug-12 9:00 
QuestionASP.Net Routing by routes.MapPageRoute with routeURL and physicalFile is not available in route registration Pin
milad137715-Aug-12 7:14
milad137715-Aug-12 7:14 
AnswerRe: ASP.Net Routing by routes.MapPageRoute with routeURL and physicalFile is not available in route registration Pin
jkirkerx15-Aug-12 8:15
professionaljkirkerx15-Aug-12 8:15 
QuestionASP.Net 4 Routing with runtime routeURL and physicalFile Pin
milad137715-Aug-12 6:51
milad137715-Aug-12 6:51 
QuestionSending SMS through ASP.NET Pin
komalridda14-Aug-12 20:00
komalridda14-Aug-12 20:00 
AnswerRe: Sending SMS through ASP.NET Pin
StianSandberg14-Aug-12 21:05
StianSandberg14-Aug-12 21:05 
AnswerRe: Sending SMS through ASP.NET Pin
Richard MacCutchan14-Aug-12 21:10
mveRichard MacCutchan14-Aug-12 21:10 
GeneralRe: Sending SMS through ASP.NET Pin
RichardGrimmer5-Sep-12 4:36
RichardGrimmer5-Sep-12 4:36 
GeneralRe: Sending SMS through ASP.NET Pin
Richard MacCutchan5-Sep-12 5:18
mveRichard MacCutchan5-Sep-12 5:18 

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.