within a gridview, I am trying to insert more rows to the sentence (so the display effect of information is more structured and easier to read)
normally, within the ListView control, I can use t...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Studio_.NET_2005/Q_23206...
using javascript -- I am getting a NAN error when calculating a field that a 'null' value
each time a relevant textbox field has had its value changed, the javascript fires up and tries to recal...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Studio_.NET_2005/Q_23208...
using a grideview format to display databound information...this is working fine etc.
what I am wanting to know is how do I change a gridview row dynamically -- I understand about the generic te...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Studio_.NET_2005/Q_23208...
I have a javascript updating a text field -- performing a number calculation.
the problem is that when I want to save that field content to a a db -- the text field is blank...yet on screen dis...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Studio_.NET_2005/Q_23208...
I am trying to filter a sql search with the current date -- but cannot seem to get the current date to be recognised by sql statment
(an.CallBackDate = @CallBackDate) -- at the moment there is a...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Studio_.NET_2005/Q_23209...
trying to access this html text box via server-side.
want to detect if the text box has an empty string -- how do I access this control?
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Studio_.NET_2005/Q_23214...
the results from sql select statement is to filter all results which are dated today and historic -- anything next day onwards not to be retrieved.
this script is working on other sql searches:
...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Studio_.NET_2005/Q_23220...
seem to having troubles with the OR statement within the attached SQL scripting.
if take out x3 of the selection criteria's (use anyone of them individually) -- no problem with the select statem...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Studio_.NET_2005/Q_23221...
e.Row.Cells[1].Text value comes from the a datagrid (datetime formatted column)
trying to compare serverDateTime the datagrid datetime value --
if (e.Row.Cells[1].Text <= serverDateTime)
t...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Studio_.NET_2005/Q_23223...
I am trying to work out the number of days difference between two dates (script attached)
e.Row.Cells[4].Text == is formatted as : {0:dd-MMM-yy}
e.Row.Cells[6].Text == is formatted as : {0:dd...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Studio_.NET_2005/Q_23224...