Search:
Type: Posts; User: adj
Search :
Search took 0.01 seconds.
I'm trying to add a .dll. This .dll was part of the project already, but today it started not working. I've tried re-adding it, and even re-adding different versions of it clear back from 2009, I...
Finally figured it out:
myChart.ChartAreas[0].AxisX.IsMarginVisible = false;
I am trying to get my line graph to start on the y-axis line instead of starting one in. I'm using 4.0 and the built-in charting.
Please see attached files "Graph_Current" and "Graph_Goal".
Can...
I'm looking for a application that can parse the contents of files. I want to be able to select a directory on a computer and have the program look through all the webpage-type files (.htm, .asp,...
That's how you have your Mozilla/Firefox set up.
Go to "Tools"->"Options", select "Tabs" at the top, and you can choose between opening new pages in a new window or a new tab.
Got it to work, here's the syntax
Text='<% #DataBinder.Eval(Container.DataItem, "totalvotes").ToString()== "0" ? "0" : (do calcuations for result) %>'
Data source:
<asp:SqlDataSource ID="tblArticles" runat="server"
ConnectionString="<%$ ConnectionStrings:GNPConnectionString %>"
SelectCommand="SELECT articleid, articletitle,...
Is there a way to do an "if" in-line? Here's the jist of what I want to accomplish (semi-psudo-code)
<asp:Label ID="lblOpt01percent" runat="server" Text='<% # if( totalvotes == 0){ result is...
You can tell this by looking at an individual image.
For example:
http://f.neimanmarcusemail.com/i/46/32760565/15.gif
Yes, they are animated gifs.
Here's the generated HTML code:
<table id="radlistPatientInvolved" onclick="ExpandContract2('radlistPatientInvolved','divPatientMedInfo');" border="0">
<tr>
<td><span...
My Javascript:
function ExpandContract2(element, section)
{
var radlistPatientInvolved = document.getElementsByName(element);
if...