Click here to Skip to main content
16,020,714 members
Home / Discussions / Web Development
   

Web Development

 
GeneralParser Error Message: could not load type 'Microsoft.SqlTableProfileProvider' Pin
acodman28-Jan-08 21:29
acodman28-Jan-08 21:29 
GeneralParser Error Message: could not load type 'Microsoft.SqlTableProfileProvider' Pin
acodman28-Jan-08 21:28
acodman28-Jan-08 21:28 
GeneralRe: Parser Error Message: could not load type 'Microsoft.SqlTableProfileProvider' Pin
pmarfleet28-Jan-08 22:09
pmarfleet28-Jan-08 22:09 
GeneralRe: Parser Error Message: could not load type 'Microsoft.SqlTableProfileProvider' Pin
acodman30-Jan-08 4:08
acodman30-Jan-08 4:08 
Generalasyncronous calls to webmethos in webservices from aspx pages Pin
syamooo28-Jan-08 20:27
syamooo28-Jan-08 20:27 
QuestionRe: asyncronous calls to webmethos in webservices from aspx pages Pin
newc128-Jan-08 23:10
newc128-Jan-08 23:10 
GeneralRe: asyncronous calls to webmethos in webservices from aspx pages Pin
Mark Churchill29-Jan-08 0:01
Mark Churchill29-Jan-08 0:01 
Generalupdate panel Pin
solarthur0128-Jan-08 13:29
solarthur0128-Jan-08 13:29 
im trying to use the update panel but it updates the entire page as supposed to the update panel. i cant find what i have done wrong. can anyone help???
Many thanks in advance



====================================================================================
<%@ Page Language="VB" AutoEventWireup="false" CodeFile="Default.aspx.vb" Inherits="_Default" %>

<%@ Register Assembly="System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
Namespace="System.Web.UI" TagPrefix="asp" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>Untitled Page</title>
</head>
<body>
<form id="form1" runat="server">
<div>
<asp:ScriptManager id="ScriptManager1" runat="server">
</asp:ScriptManager>

</div>
<asp:UpdatePanel id="UpdatePanel1" runat="server">
<contenttemplate>
<asp:Label id="Label1" runat="server" Text="panel Created"></asp:Label>
</contenttemplate>
<triggers>
<asp:AsyncPostBackTrigger ControlID="Button1"></asp:AsyncPostBackTrigger>
</triggers>
</asp:UpdatePanel>
<asp:Button ID="Button1" runat="server" Text="Button" />
</form>
</body>
</html>



===========================code behind================

Protected Sub Button1_Click1(ByVal sender As Object, ByVal e As System.EventArgs) Handles Button1.Click
Label1.Text = "Refreshed at " & _
DateTime.Now.ToString()

End Sub
AnswerRe: update panel Pin
newc128-Jan-08 22:58
newc128-Jan-08 22:58 
GeneralRe: update panel Pin
solarthur0129-Jan-08 2:48
solarthur0129-Jan-08 2:48 
GeneralRe: update panel Pin
newc129-Jan-08 4:33
newc129-Jan-08 4:33 
NewsFree web seminars for developers and designers Pin
brucedkyle28-Jan-08 11:44
brucedkyle28-Jan-08 11:44 
QuestionCodeProject.com Pin
ddixon28-Jan-08 7:25
ddixon28-Jan-08 7:25 
GeneralRe: CodeProject.com Pin
Steven J Jowett29-Jan-08 0:25
Steven J Jowett29-Jan-08 0:25 
QuestionWhat's needed to host php site Pin
JacquesDP28-Jan-08 1:47
JacquesDP28-Jan-08 1:47 
GeneralRe: What's needed to host php site Pin
newc128-Jan-08 1:57
newc128-Jan-08 1:57 
GeneralRe: What's needed to host php site Pin
JacquesDP28-Jan-08 1:58
JacquesDP28-Jan-08 1:58 
Generaladd innerHTML div by javacript Pin
AnhTin27-Jan-08 21:45
AnhTin27-Jan-08 21:45 
AnswerRe: add innerHTML div by javacript Pin
newc127-Jan-08 23:00
newc127-Jan-08 23:00 
GeneralRe: add innerHTML div by javacript Pin
Johnny ²28-Jan-08 17:15
Johnny ²28-Jan-08 17:15 
Questionvisual studio.net2005-web development using vb Pin
axelle26-Jan-08 20:12
axelle26-Jan-08 20:12 
GeneralRe: visual studio.net2005-web development using vb Pin
pmarfleet26-Jan-08 22:38
pmarfleet26-Jan-08 22:38 
Questionhow to configure my asp classics website on IIS 6.0 ? Pin
Noman Soofi26-Jan-08 6:25
Noman Soofi26-Jan-08 6:25 
GeneralRe: how to configure my asp classics website on IIS 6.0 ? Pin
Paul Conrad26-Jan-08 7:17
professionalPaul Conrad26-Jan-08 7:17 
QuestionValidation using Ajax Pin
georgegarvasis25-Jan-08 21:41
georgegarvasis25-Jan-08 21:41 

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.