Hello All,
I have two search text boxes and two corresponding buttons on my web page.One of the textboxes is a default textbox coming from the .master page and the other one is local to the page.Now,when I enter some text into the local textbox and press enter, the event of the master page...
Hello,
I have a web page which has both asp.net controls as well as AJAX controls.I am facing a weird issue when I introduce some AJAX controls the button onClick event stops firing.Can anyone suggest what might be the reason for this?
Here is my code:
<%@ Page Title="" Language="C#"...
Hello All,
I am using the <asp:xml> control for displaying data obtained from a table.I want to know is it possible to add checkbox to each and every row of data fetched from the table? I can't use a datalist or a repeater since I am exporting data to end-note and I am using a XSLT for that...
Thanks for the reply.The issue is that that not all the values in the column are null,a few are null and a few are not,so I can't use display:none directly.
When I use a loop as I've done above it always takes the last value and hides or displays the column according to it.I need something...
Hello All,
I have a repeater control bound to a data source.The data source has some empty values within it.I want to hide the repeater column when the value from the datasource is null or empty.I searched on google and tried to use a placeholder control to do the same.However,I can't think of...
Yes,I deleted the page and created it again but even that doesn't work! Is it because of the fact that there exists some reference of the deleted duplicate files somewhere in the project?
Is there any special method to view these files? I am using VS-2010 professional and I do not see the aspx.designer.cs files by default,I just have the .aspx and .aspx.cs files visible.
Here is the front end code:
<div id="weather">
<img src="sunny.jpg" alt="sunny" height="40px" width="40px"/>
<h3>Weather</h3>
<p><i>(5 minute Averages)</i></p>
<table>
<tr>
<td><b><font size="2px">Current Time</font></b></td>
<td><asp:Label...
Hello All,
I am facing a weird issue.I have a label on the front end but when I try to use it on the code-behind and run my code I obtain an error: Label does not exist in the current context! The label is shown in intellisense and was working earlier.My team mate had created a back up of the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.