Click here to Skip to main content
15,888,579 members
Home / Discussions / Web Development
   

Web Development

 
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 
GeneralRe: Implementing web service issue Pin
DJ Matthews8-Jan-10 4:24
DJ Matthews8-Jan-10 4:24 
GeneralRe: Implementing web service issue Pin
Rock Star.8-Jan-10 5:26
Rock Star.8-Jan-10 5:26 
AnswerRe: Implementing web service issue Pin
marita728-Jan-10 6:58
marita728-Jan-10 6:58 
QuestionAuto-generated service proxy issue [modified] Pin
JOAT-MON6-Jan-10 10:49
JOAT-MON6-Jan-10 10:49 
QuestionClassID for Crystal 12 ActiveXViewer Pin
Ekjon6-Jan-10 9:34
Ekjon6-Jan-10 9:34 
AnswerRe: ClassID for Crystal 12 ActiveXViewer Pin
Ekjon7-Jan-10 10:31
Ekjon7-Jan-10 10:31 
NewsSpecial offers available for your Windows Azure application Pin
brucedkyle5-Jan-10 7:45
brucedkyle5-Jan-10 7:45 
NewsPerfect!! Add video simply to your site; Play video easily on your site Pin
joanumayor4-Jan-10 22:40
joanumayor4-Jan-10 22:40 
GeneralRe: Perfect!! Add video simply to your site; Play video easily on your site Pin
Ashfield5-Jan-10 1:24
Ashfield5-Jan-10 1:24 
GeneralRe: Perfect!! Add video simply to your site; Play video easily on your site Pin
joanumayor6-Jan-10 21:24
joanumayor6-Jan-10 21:24 
Questionfailure email - store in db Pin
Poonam Gandash4-Jan-10 0:25
Poonam Gandash4-Jan-10 0:25 
AnswerRe: failure email - store in db Pin
Eddy Vluggen4-Jan-10 13:33
professionalEddy Vluggen4-Jan-10 13: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.