Click here to Skip to main content
16,006,531 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralGridview row viewing prevention Pin
SreejithAchutan28-Jan-08 19:44
SreejithAchutan28-Jan-08 19:44 
GeneralRe: Gridview row viewing prevention Pin
R.Palanivel28-Jan-08 20:04
R.Palanivel28-Jan-08 20:04 
QuestionCrysaltal Report Pin
sivaprakas28-Jan-08 19:34
sivaprakas28-Jan-08 19:34 
GeneralWrong forum Pin
pmarfleet28-Jan-08 19:42
pmarfleet28-Jan-08 19:42 
GeneralRegarding Importing excel file to asp.net page Pin
sandhya1428-Jan-08 19:29
sandhya1428-Jan-08 19:29 
GeneralRe: Regarding Importing excel file to asp.net page Pin
R.Palanivel28-Jan-08 19:38
R.Palanivel28-Jan-08 19:38 
GeneralRe: Regarding Importing excel file to asp.net page Pin
sandhya1428-Jan-08 20:07
sandhya1428-Jan-08 20:07 
Generalupdate panel Pin
solarthur0128-Jan-08 13:28
solarthur0128-Jan-08 13:28 
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
GeneralRe: update panel Pin
bokuceres28-Jan-08 15:51
bokuceres28-Jan-08 15:51 
Questionour forum has msgs &gt; 8K Pin
shefali_sinha28-Jan-08 11:08
shefali_sinha28-Jan-08 11:08 
GeneralRe: our forum has msgs &gt; 8K Pin
Not Active28-Jan-08 13:11
mentorNot Active28-Jan-08 13:11 
QuestionForm fields appear dynamically Pin
Muhammad Gouda28-Jan-08 7:50
Muhammad Gouda28-Jan-08 7:50 
GeneralRe: Form fields appear dynamically Pin
Mike Ellison28-Jan-08 8:32
Mike Ellison28-Jan-08 8:32 
GeneralRe: Form fields appear dynamically Pin
Not Active28-Jan-08 8:32
mentorNot Active28-Jan-08 8:32 
GeneralRe: Form fields appear dynamically Pin
Sandeep Akhare28-Jan-08 20:02
Sandeep Akhare28-Jan-08 20:02 
GeneralASP.NET & Sharepoint error when adding control to a project Pin
michael@cohen28-Jan-08 7:46
michael@cohen28-Jan-08 7:46 
QuestionCalling a javscript from a function in asp.net Pin
Yatish Kasa28-Jan-08 6:33
Yatish Kasa28-Jan-08 6:33 
GeneralRe: Calling a javscript from a function in asp.net Pin
Not Active28-Jan-08 8:21
mentorNot Active28-Jan-08 8:21 
QuestionChanging Skin of Web Page [modified] Pin
wEb GuRu...28-Jan-08 6:15
wEb GuRu...28-Jan-08 6:15 
AnswerRe: Changing Skin of Web Page Pin
newc128-Jan-08 23:35
newc128-Jan-08 23:35 
GeneralWindows Authentication : NT Authority\Anonymous LOGON error Pin
ss.mmm28-Jan-08 5:50
ss.mmm28-Jan-08 5:50 
Questioncheckbox CheckedChanged event not firing after conversion to .net 3.5 Pin
icewolf_snowfire28-Jan-08 5:31
icewolf_snowfire28-Jan-08 5:31 
GeneralASP.NET Web application Pin
zeeShan anSari28-Jan-08 3:22
zeeShan anSari28-Jan-08 3:22 
AnswerRe: ASP.NET Web application Pin
newc128-Jan-08 5:24
newc128-Jan-08 5:24 
GeneralRe: ASP.NET Web application Pin
zeeShan anSari28-Jan-08 6:49
zeeShan anSari28-Jan-08 6:49 

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.