Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~339 People Reached
Favorite Forums
Favorite Tags
Member Avatar for geletaabate

i tried to use multiple updated panel control on a single page by setting there update mode to 'conditional' <asp:ScriptManager ID="ScriptManager1" runat="server"> </asp:ScriptManager> <asp:UpdatePanel ID="UpdatePanel1" runat="server" UpdateMode="Conditional"> <ContentTemplate> <asp:Button runat="server" ID="Panel1Button" Text="Panel 1 button" /> </ContentTemplate> </asp:UpdatePanel> <asp:UpdatePanel ID="UpdatePanel2" runat="server" UpdateMode="Conditional"> <ContentTemplate> <asp:Button runat="server" ID="Panel2Button" Text="panel 2 button" /> </ContentTemplate> …

Member Avatar for ram_tps
0
195
Member Avatar for amby

hi there can anybody please help me out....i just start learning asp.net and have downloaded visual web developer 2008 Express Edition....and it opens my .aspx file.....but i want to check its contents on my browser.....i wrote the simple program that prints Hello world in the center with the yellow background.....first …

Member Avatar for jbennet
0
144