Click here to Skip to main content
15,892,005 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: DATAGRIDVIEW VB.NET Pin
KipkoechE10-Feb-15 18:29
KipkoechE10-Feb-15 18:29 
QuestionRe: DATAGRIDVIEW VB.NET Pin
Richard MacCutchan10-Feb-15 21:31
mveRichard MacCutchan10-Feb-15 21:31 
AnswerRe: DATAGRIDVIEW VB.NET Pin
KipkoechE10-Feb-15 21:58
KipkoechE10-Feb-15 21:58 
AnswerRe: DATAGRIDVIEW VB.NET Pin
KipkoechE10-Feb-15 22:04
KipkoechE10-Feb-15 22:04 
QuestionVB.NET MYSQL Pin
KipkoechE8-Feb-15 3:53
KipkoechE8-Feb-15 3:53 
SuggestionRe: VB.NET MYSQL Pin
Richard MacCutchan8-Feb-15 7:20
mveRichard MacCutchan8-Feb-15 7:20 
GeneralRe: VB.NET MYSQL Pin
KipkoechE8-Feb-15 17:23
KipkoechE8-Feb-15 17:23 
QuestionThe control with ID 'UpdatePanel1' requires a ScriptManager on the page. The ScriptManager must appear before any controls that need it. Pin
saifulalam256-Feb-15 18:53
professionalsaifulalam256-Feb-15 18:53 
XML
<%@ Page Title="" Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="frmSMS.aspx.cs" Inherits="frmSMS" %>


<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">

<asp:updatepanel id="UpdatePanel1" runat="server" updatemode="Conditional"
 ChildrenAsTriggers="False">
     <Triggers>
        <asp:AsyncPostBackTrigger ControlID="Button1" EventName="Click" />
    </Triggers>

<contenttemplate>
<center>
<div>
    <asp:Button ID="Button1" runat="server" Text="Button" onclick="Button1_Click" />
    <asp:Label ID="Label1" runat="server" Text="Label"></asp:Label>
</div>
</center>
</contenttemplate>
</asp:updatepanel>
<asp:updateprogress id="UpdateProgress1" runat="server" associatedupdatepanelid="UpdatePanel1" displayafter="2000" dynamiclayout="true">
<progresstemplate>
<center>
    <asp:Image ID="Image1" src="~/images/loading.gif" runat="server" />
</center>
</progresstemplate>
</asp:updateprogress>

</asp:Content>

AnswerRe: The control with ID 'UpdatePanel1' requires a ScriptManager on the page. The ScriptManager must appear before any controls that need it. Pin
Dave Kreskowiak7-Feb-15 3:12
mveDave Kreskowiak7-Feb-15 3:12 
GeneralRe: The control with ID 'UpdatePanel1' requires a ScriptManager on the page. The ScriptManager must appear before any controls that need it. Pin
saifulalam257-Feb-15 3:26
professionalsaifulalam257-Feb-15 3:26 
GeneralRe: The control with ID 'UpdatePanel1' requires a ScriptManager on the page. The ScriptManager must appear before any controls that need it. Pin
Dave Kreskowiak7-Feb-15 4:54
mveDave Kreskowiak7-Feb-15 4:54 
GeneralRe: The control with ID 'UpdatePanel1' requires a ScriptManager on the page. The ScriptManager must appear before any controls that need it. Pin
saifulalam258-Feb-15 0:08
professionalsaifulalam258-Feb-15 0:08 
GeneralRe: The control with ID 'UpdatePanel1' requires a ScriptManager on the page. The ScriptManager must appear before any controls that need it. Pin
Dave Kreskowiak8-Feb-15 4:08
mveDave Kreskowiak8-Feb-15 4:08 
GeneralRe: The control with ID 'UpdatePanel1' requires a ScriptManager on the page. The ScriptManager must appear before any controls that need it. Pin
saifulalam258-Feb-15 17:14
professionalsaifulalam258-Feb-15 17:14 
GeneralRe: The control with ID 'UpdatePanel1' requires a ScriptManager on the page. The ScriptManager must appear before any controls that need it. Pin
Dave Kreskowiak9-Feb-15 2:16
mveDave Kreskowiak9-Feb-15 2:16 
QuestionHow To Show Dll code in asp.net Pin
Member 1124576229-Jan-15 18:31
Member 1124576229-Jan-15 18:31 
AnswerRe: How To Show Dll code in asp.net Pin
Pete O'Hanlon29-Jan-15 19:39
mvePete O'Hanlon29-Jan-15 19:39 
AnswerRe: How To Show Dll code in asp.net Pin
Le Hoai Nam (From Ho Chi Minh City, Viet Nam)4-Feb-15 17:35
Le Hoai Nam (From Ho Chi Minh City, Viet Nam)4-Feb-15 17:35 
GeneralRe: How To Show Dll code in asp.net Pin
Afzaal Ahmad Zeeshan5-Feb-15 6:56
professionalAfzaal Ahmad Zeeshan5-Feb-15 6:56 
AnswerRe: How To Show Dll code in asp.net Pin
Afzaal Ahmad Zeeshan5-Feb-15 6:55
professionalAfzaal Ahmad Zeeshan5-Feb-15 6:55 
QuestionHow to do CRUD Operations in Windows Applications Using Entity FrameWork Pin
TarunKumarSusarapu27-Jan-15 20:00
professionalTarunKumarSusarapu27-Jan-15 20:00 
SuggestionRe: How to do CRUD Operations in Windows Applications Using Entity FrameWork Pin
Richard MacCutchan27-Jan-15 21:04
mveRichard MacCutchan27-Jan-15 21:04 
AnswerRe: How to do CRUD Operations in Windows Applications Using Entity FrameWork Pin
Dave Kreskowiak28-Jan-15 2:32
mveDave Kreskowiak28-Jan-15 2:32 
Questionunhanded exception Pin
Member 1140112125-Jan-15 6:27
Member 1140112125-Jan-15 6:27 
AnswerRe: unhanded exception Pin
Richard Andrew x6425-Jan-15 10:24
professionalRichard Andrew x6425-Jan-15 10:24 

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.