Click here to Skip to main content
15,917,005 members
Home / Discussions / Web Development
   

Web Development

 
QuestionGeting data from a remote server Pin
jonatan_55611-Jan-10 1:43
jonatan_55611-Jan-10 1:43 
AnswerRe: Geting data from a remote server Pin
David Mujica11-Jan-10 3:27
David Mujica11-Jan-10 3:27 
GeneralRe: Geting data from a remote server Pin
jonatan_55611-Jan-10 4:02
jonatan_55611-Jan-10 4:02 
AnswerMy Vote of 1 Pin
dan!sh 11-Jan-10 4:23
professional dan!sh 11-Jan-10 4:23 
GeneralRe: My Vote of 1 Pin
jonatan_55613-Jan-10 2:03
jonatan_55613-Jan-10 2:03 
QuestionClient Side Special Characters Pin
khKamel10-Jan-10 21:40
khKamel10-Jan-10 21:40 
QuestionServer Side Calling Method From Javascript Pin
khKamel10-Jan-10 21:06
khKamel10-Jan-10 21:06 
AnswerRe: Server Side Calling Method From Javascript Pin
mrMercury13-Jan-10 6:34
mrMercury13-Jan-10 6:34 
QuestionHello Pin
aokihu10-Jan-10 0:18
aokihu10-Jan-10 0:18 
AnswerRe: Hello Pin
Richard MacCutchan10-Jan-10 22:05
mveRichard MacCutchan10-Jan-10 22:05 
QuestioneCommerce Recommendations? Pin
marita728-Jan-10 9:03
marita728-Jan-10 9:03 
AnswerRe: eCommerce Recommendations? Pin
David Mujica8-Jan-10 9:36
David Mujica8-Jan-10 9:36 
GeneralRe: eCommerce Recommendations? Pin
marita728-Jan-10 10:12
marita728-Jan-10 10:12 
AnswerRe: eCommerce Recommendations? Pin
HimaBindu Vejella12-Jan-10 23:32
HimaBindu Vejella12-Jan-10 23:32 
QuestionDelete all .svn folders in Windows Pin
marita728-Jan-10 7:13
marita728-Jan-10 7:13 
AnswerRe: Delete all .svn folders in Windows Pin
marita728-Jan-10 7:18
marita728-Jan-10 7:18 
AnswerProgrammatically Pin
David Mujica8-Jan-10 8:20
David Mujica8-Jan-10 8:20 
QuestionDatabase Design Pin
Gjm8-Jan-10 2:14
Gjm8-Jan-10 2:14 
AnswerRe: Database Design Pin
David Mujica8-Jan-10 3:31
David Mujica8-Jan-10 3:31 
QuestionNeed help with UserControl events Pin
Spoks_ST7-Jan-10 16:52
Spoks_ST7-Jan-10 16:52 
I have custom usercontrol with two events.

First event triggers updatepanel changes (works fine).
Second event must reload entire page.

<ucs:ucMM ID="ucMMa" runat="server" OnLogOut="OnLogOut" OnClick="OnMMClick" />
<asp:UpdatePanel
ID="upMain"
runat="server"
ChildrenAsTriggers="False"
EnableViewState="False"
RenderMode="Inline"
UpdateMode="Conditional">
<Triggers>
<asp:AsyncPostBackTrigger ControlID="ucMMa" EventName="Click" />
</Triggers>


---------- (if this is set to simple postback all works fine, but i need async here)



<ContentTemplate>
<asp:MultiView runat="server" ActiveViewIndex="0" ID="mvMain">
<asp:View ID="View3" runat="server">aa</asp:View>
<asp:View ID="View4" runat="server">bb</asp:View>
<asp:View ID="View5" runat="server">cc</asp:View>
<asp:View ID="View6" runat="server">vv</asp:View>
</asp:MultiView>
</ContentTemplate>
</asp:UpdatePanel>

It`s nothing to wory before something happen and when it happents it`s alredy to late to wory! Smile | :)

QuestionImplementing web service issue Pin
Rock Star.7-Jan-10 6:19
Rock Star.7-Jan-10 6:19 
AnswerRe: Implementing web service issue Pin
DJ Matthews7-Jan-10 6:38
DJ Matthews7-Jan-10 6:38 
GeneralRe: Implementing web service issue Pin
Rock Star.7-Jan-10 21:09
Rock Star.7-Jan-10 21:09 
GeneralRe: Implementing web service issue Pin
DJ Matthews8-Jan-10 2:51
DJ Matthews8-Jan-10 2:51 
GeneralRe: Implementing web service issue Pin
Rock Star.8-Jan-10 4:17
Rock Star.8-Jan-10 4:17 

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.