Click here to Skip to main content
15,920,383 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: what is diff between in these two way of adding item in cache Pin
Jeneesh K. Velayudhan6-Jan-10 0:56
Jeneesh K. Velayudhan6-Jan-10 0:56 
QuestionDuplicate checking using ajax Pin
Jinoju6-Jan-10 0:30
Jinoju6-Jan-10 0:30 
AnswerRe: Duplicate checking using ajax Pin
Viral Upadhyay6-Jan-10 1:15
Viral Upadhyay6-Jan-10 1:15 
Questionhow to retrieve data from detailsView using CommandName Pin
Amit Spadez6-Jan-10 0:16
professionalAmit Spadez6-Jan-10 0:16 
QuestionOpen a .msg file using ASP.NET Pin
samsonx5-Jan-10 23:54
samsonx5-Jan-10 23:54 
AnswerRe: Open a .msg file using ASP.NET Pin
sashidhar6-Jan-10 0:01
sashidhar6-Jan-10 0:01 
QuestionCrystal Report from ASP.net Pin
Hema Bairavan5-Jan-10 23:53
Hema Bairavan5-Jan-10 23:53 
QuestionProblem with UPDATE PANEL for <object> TAG</object> Pin
Ravi Adabala5-Jan-10 21:43
Ravi Adabala5-Jan-10 21:43 
Hi,
I have two buttons(BUTTON1,BUTTON2) and one object tag to display the video. Now when i click BUTTON1 i want to update the video. So <object> tag should be effected. But when i click BUTTON2, it should not effect the video. Here i used the update panel to achieve this.

<asp:updatepanel id="UpdatePanel1" runat="server" updatemode="Conditional">
<contenttemplate>
<object>



<tiggers>
<asp:asyncpostbacktrigger controlid="Button1" eventname="Click">


<asp:button id="Button1" runat="server" onclick="Button1_Click">


<asp:button id="Button2" runat="server" onclick="Button2_Click" &gt;="">



In the above code i specified that - object tag(VIDEO) should be effected when we click on Button1 only. But it is blinking when we click on Button2 also. How can we prevent the blinking or refresh of the video when we click on Button2? Can anybody help us? Thanks in advance.

Padmaja N
AnswerRe: Problem with UPDATE PANEL for TAG Pin
Jeneesh K. Velayudhan6-Jan-10 1:24
Jeneesh K. Velayudhan6-Jan-10 1:24 
QuestionVisitor IP address Pin
pkp0015-Jan-10 19:18
pkp0015-Jan-10 19:18 
AnswerRe: Visitor IP address Pin
J4amieC5-Jan-10 22:26
J4amieC5-Jan-10 22:26 
AnswerRe: Visitor IP address Pin
pd695-Jan-10 23:25
pd695-Jan-10 23:25 
GeneralRe: Visitor IP address Pin
Abhishek Sur5-Jan-10 23:33
professionalAbhishek Sur5-Jan-10 23:33 
AnswerRe: Visitor IP address Pin
Jeneesh K. Velayudhan6-Jan-10 1:16
Jeneesh K. Velayudhan6-Jan-10 1:16 
AnswerRe: Visitor IP address Pin
carlecomm6-Jan-10 17:30
carlecomm6-Jan-10 17:30 
QuestionForum with ASP.net And C# coding Pin
jojoba20105-Jan-10 19:06
jojoba20105-Jan-10 19:06 
AnswerRe: Forum with ASP.net And C# coding Pin
Rock Star.5-Jan-10 21:16
Rock Star.5-Jan-10 21:16 
QuestionEmbed ASP code inside vb.net Pin
MacIntyre5-Jan-10 13:41
MacIntyre5-Jan-10 13:41 
Question.csproj file is missing Pin
indian1435-Jan-10 10:45
indian1435-Jan-10 10:45 
AnswerRe: .csproj file is missing Pin
SeMartens6-Jan-10 0:26
SeMartens6-Jan-10 0:26 
GeneralRe: .csproj file is missing Pin
indian1436-Jan-10 11:33
indian1436-Jan-10 11:33 
QuestionProblem coding a graph using visual web developer Pin
DiscoJesus5-Jan-10 2:21
DiscoJesus5-Jan-10 2:21 
QuestionDataBinder.Eval usage in Href [modified] Pin
thenewbee5-Jan-10 1:11
thenewbee5-Jan-10 1:11 
AnswerRe: DataBinder.Eval usage in Href Pin
meeram3955-Jan-10 1:22
meeram3955-Jan-10 1:22 
GeneralRe: DataBinder.Eval usage in Href Pin
thenewbee5-Jan-10 19:18
thenewbee5-Jan-10 19:18 

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.