Advertisement

1 - 10 of 50 containing alltags:("c#, asp.net 2.x, visual studio 2008 pro, sql 2005 server") (0.002 seconds)
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...
Zones: Visual Studio, MS Visual C#, .NET Fra...Date Answered: 02/28/2008 Grade: B Views: 19
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...
Zones: Visual Studio, MS Visual C#, .NET Fra...Date Answered: 02/27/2008 Grade: A Views: 80
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...
Zones: Visual Studio, MS Visual C#, .NET Fra...Date Answered: 02/28/2008 Grade: A Views: 0
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...
Zones: Visual Studio, MS Visual C#, SQL S...Date Answered: 02/29/2008 Grade: A Views: 4
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')
Zones: Visual Studio, MS Visual C#, .NET Fra...Date Answered: 03/12/2008 Grade: A Views: 31
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...
Zones: Visual Studio, MS Visual C#, .NET Fra...Date Answered: 02/23/2008 Grade: B Views: 92
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
Zones: Visual Studio, MS Visual C#, .NET Fra...Date Answered: 02/23/2008 Grade: B Views: 0
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(...
Zones: Visual Studio, MS Visual C#, .NET Fra...Date Answered: 02/26/2008 Grade: A Views: 0
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...
Zones: Visual Studio, MS Visual C#, .NET Fra...Date Answered: 03/01/2008 Grade: A Views: 13
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...
Zones: Visual Studio, MS Visual C#, .NET Fra...Date Answered: 03/02/2008 Grade: A Views: 191