how do I create sub-folders via asp.net.
below the script uploads a file ok -- but if I want to use a different folder (create one in real-time) -- this doesn't happen -- folderPath2
folderP...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Studio_.NET_2005/Q_23194...
have created a database bound gridview fine etc.
when using the rowcommand (i.e. pressing the select link button) and collecting the row selected...I can only select from visible columns? ... a...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Studio_.NET_2005/Q_23196...
at the moment I am using smalldatetime format for capturing date and time related events.
problem is, that the seconds portions does not appear to be captured -- even if using ss related scripti...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Studio_.NET_2005/Q_23196...
can a sql statement handle numeric calculations -- i.e. perform a search on records, find record(s) and calculate a few fields within the db table...search another table (within same database proje...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Studio_.NET_2005/Q_23204...
Response.Redirect(currentURL); -- The name 'Response' does not exist in the current context.
Not sure why I am getting a compiler error (blue line under 'Response')
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Studio_.NET_2005/Q_23237...
I need to reference a cell as pulling MasterAccount db row reference -- but not necessarily want to display the MasterAccount within the gridview to enduser.
is it possible to make a cell refere...
http://www.experts-exchange.com/Microsoft/Development/.NET/Visual_Studio_2008/Q_23170167.h...
can gridview display multilines per row (like with listview)?
just that I cannot seem to be able to rearrange the results in the columns to different rows visually
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Studio_.NET_2005/Q_23170...
I am trying to build a string which comprises a drive / subfolder structure as follows:
file.SaveAs("D:\\Inetpub\\docs\\" + hostedLocation + "\\" + fileName);
have also tried:
file.SaveAs(...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Studio_.NET_2005/Q_23193...
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...