Forum: ASP.NET Apr 21st, 2009 |
| Replies: 1 Views: 994 hi, i have a gridview search which filters the gridview, displaying the search results, however it wont highlight the results in yellow:
//Highlight relevant search results
public string... |
Forum: ASP.NET Apr 20th, 2009 |
| Replies: 1 Views: 288 solved it , it was the background color of the loginStatus control for some reason |
Forum: ASP.NET Apr 20th, 2009 |
| Replies: 1 Views: 288 does any1 know why its doin this, so annoying!
spent ages tryn to figure it out..
link (http://img17.imageshack.us/img17/4749/linksi.png) |
Forum: ASP.NET Apr 20th, 2009 |
| Replies: 6 Views: 1,415 yes, its worked! i tryed for 2 hours yesterday doing all kinds of wierd complicated stuff, thanks!
why did the "return" make such a big difference? |
Forum: ASP.NET Apr 20th, 2009 |
| Replies: 6 Views: 1,415 Hi, i have been trying to use the javascript confirmation box to delete files from a Gridview, however when ever i click "cancel" on the box it still deletes the file! i really need some help, heres... |
Forum: ASP.NET Apr 12th, 2009 |
| Replies: 5 Views: 1,013 thanks very much - your a genious!!!! |
Forum: ASP.NET Apr 12th, 2009 |
| Replies: 5 Views: 1,013 hi, im still having problems in how to pass the results of the sql command to the email body, heres what i have so far
SqlCommand emailCommand = new SqlCommand("SELECT fileName, fileType,... |
Forum: ASP.NET Apr 12th, 2009 |
| Replies: 5 Views: 1,013 thanks for the advice, i will try it out! |
Forum: ASP.NET Apr 11th, 2009 |
| Replies: 5 Views: 1,013 Hi, i would like to programatically send the user an email of all the files they have backed up + associated file information. My question is how can i send the body in a formated way
for example... |
Forum: ASP.NET Apr 8th, 2009 |
| Replies: 6 Views: 1,028 thanks, i might just use the css method as im not great at mathematics! Do you know where i could get 20 pie images - one for 5%, 10% ..etc or should i make my own as they would have to be similar? |
Forum: ASP.NET Apr 5th, 2009 |
| Replies: 6 Views: 1,028 Hi, i wondered if any1 knew how to create a simple bar or pie chart in asp.net. I would like to show how much space users have used e.g. 25/100mb represented graphically and showing percentages
... |
Forum: ASP.NET Mar 3rd, 2009 |
| Replies: 3 Views: 578 good idea!, does anyone have some sample code to allow only the delete button on the 'selected row' visible? |
Forum: ASP.NET Mar 1st, 2009 |
| Replies: 3 Views: 578 hi all.
ok i have been able to create an error message - if the user tries to delete a row which has not been selected first; but it still deletes from the gridview...
void... |
Forum: ASP.NET Feb 25th, 2009 |
| Replies: 2 Views: 543 |
Forum: ASP.NET Feb 23rd, 2009 |
| Replies: 2 Views: 543 hi, i have set a condition on the upload function
if (FileUploadControl1.PostedFile == null) {
lblResult.Text = "Please select a file first";
}
else |
Forum: ASP.NET Jan 21st, 2009 |
| Replies: 2 Views: 420 im trying to decide on what provider to use, with there being so many to choose from i dont want to rush into and just get any1.
a few i found or were mentioned to me already were:
... |
Forum: ASP.NET Jan 21st, 2009 |
| Replies: 7 Views: 1,001 is there data in the database? |
Forum: ASP.NET Jan 19th, 2009 |
| Replies: 3 Views: 387 k i just solved it with:
Int32 result = (Int32) myFileCommand.ExecuteScalar();
lblTotalSpaceUsed.Text = result.ToString();
thanks again for the help ;) |
Forum: ASP.NET Jan 19th, 2009 |
| Replies: 3 Views: 387 um..
System.InvalidCastException: Unable to cast object of type 'System.DBNull' to type 'System.String'.
how can i convert the database fileSize of type "int" to string?? |
Forum: ASP.NET Jan 19th, 2009 |
| Replies: 3 Views: 387 basically i would like to add up the total size of all the files for a particular user and display it in a label...this is what i have so far:
SqlConnection myConnection = new... |
Forum: ASP.NET Jan 19th, 2009 |
| Replies: 6 Views: 1,049 so many to choose from, i would like one that offers lots of administration as well as being simple to use |
Forum: ASP.NET Jan 19th, 2009 |
| Replies: 6 Views: 1,049 |
Forum: ASP.NET Jan 18th, 2009 |
| Replies: 6 Views: 1,049 ok i emailed digital space and they said:
ASP is not available with your current hosting plan. It is available only through our virtual dedicated server plans and must be at least a standard ip... |
Forum: ASP.NET Jan 17th, 2009 |
| Replies: 6 Views: 1,049 hi, i copied my aspx files to httpdocs/ but when i navigiate to the index.aspx page i get an error saying :
To update your index page modify the file /httpdocs/index.html
is this the right... |
Forum: ASP.NET Jan 17th, 2009 |
| Replies: 7 Views: 853 damn, now i got a security error:
Security Exception
Description: The application attempted to perform an operation not allowed by the security policy. To grant this application the required... |
Forum: ASP.NET Jan 16th, 2009 |
| Replies: 7 Views: 853 my config file is abit more complex, i honestly wouldnt know what to remove/change
<?xml version="1.0"?>
<configuration>
<configSections>
<sectionGroup name="system.web.extensions"... |
Forum: ASP.NET Jan 16th, 2009 |
| Replies: 7 Views: 853 thanks, i would like to remove the appropriate elements but not sure what to remove, when i comment out the problem line:
<add name="ScriptModule" type="System.Web.Handlers.ScriptModule,... |
Forum: ASP.NET Jan 15th, 2009 |
| Replies: 7 Views: 853 when i put all the files in the main root folder (i.e. NOT in any folder), i get this message:
http://itsuite.it.bton.ac.uk/jmp8/
my project works fine when running on my local pc in visual... |
Forum: ASP.NET Jan 15th, 2009 |
| Replies: 7 Views: 853 hi, im trying to test out my application so far by uploading all the project files to my "web" folder on the university server, but when i naviage to the server/myfoldername where the index.aspx is... |
Forum: ASP.NET Nov 3rd, 2008 |
| Replies: 4 Views: 1,256 does anyone know what program i could develop this in - i downloaded visual web developer 2008 and visual c# 2008 but don't know what one to use. or would visual studio 2005 standard edition be best?... |
Forum: ASP.NET Oct 18th, 2008 |
| Replies: 4 Views: 1,256 Hi, i am trying to find a good final year project to do which is relevant to the modules im studying and course (bsc software development).
I've thought of making an Online Backup Application /... |