Search Results

Showing results 1 to 40 of 41
Search took 0.01 seconds.
Search: Posts Made By: julseypart
Forum: RSS, Web Services and SOAP 16 Days Ago
Replies: 0
Views: 366
Posted By julseypart
hi, i am trying to retreive data from a sharepoint list but its returns all columns such as ows_MetaInfo, ows__ModerationStatus ,ows__Level ows_ID ,ows_owshiddenversion, ows_UniqueId ,ows_FSObjType ...
Forum: XML, XSLT and XPATH 16 Days Ago
Replies: 0
Views: 381
Posted By julseypart
hi, i am trying to retreive data from a sharepoint list but its returns all columns such as ows_MetaInfo, ows__ModerationStatus ,ows__Level ows_ID ,ows_owshiddenversion, ows_UniqueId ,ows_FSObjType ...
Forum: ASP.NET Apr 21st, 2009
Replies: 1
Views: 795
Posted By julseypart
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: 264
Posted By julseypart
solved it , it was the background color of the loginStatus control for some reason
Forum: ASP.NET Apr 20th, 2009
Replies: 1
Views: 264
Posted By julseypart
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,236
Posted By julseypart
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,236
Posted By julseypart
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: 892
Posted By julseypart
thanks very much - your a genious!!!!
Forum: ASP.NET Apr 12th, 2009
Replies: 5
Views: 892
Posted By julseypart
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: 892
Posted By julseypart
thanks for the advice, i will try it out!
Forum: ASP.NET Apr 11th, 2009
Replies: 5
Views: 892
Posted By julseypart
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: 905
Posted By julseypart
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: 905
Posted By julseypart
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: 525
Posted By julseypart
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: 525
Posted By julseypart
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: 468
Posted By julseypart
Forum: ASP.NET Feb 23rd, 2009
Replies: 2
Views: 468
Posted By julseypart
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: 389
Posted By julseypart
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: 908
Posted By julseypart
Forum: ASP.NET Jan 19th, 2009
Replies: 3
Views: 345
Posted By julseypart
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: 345
Posted By julseypart
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: 345
Posted By julseypart
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: 952
Posted By julseypart
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: 952
Posted By julseypart
Forum: ASP.NET Jan 18th, 2009
Replies: 6
Views: 952
Posted By julseypart
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: 952
Posted By julseypart
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: 789
Posted By julseypart
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: 789
Posted By julseypart
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: C# Jan 16th, 2009
Replies: 15
Views: 794
Posted By julseypart
hmmm im relatively new to all this IIS stuff, can i create a virtual folder on my local pc and then transfer it to the server? (which iv been trying to do) or do i have to configure it on the server...
Forum: ASP.NET Jan 16th, 2009
Replies: 7
Views: 789
Posted By julseypart
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: 789
Posted By julseypart
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: 789
Posted By julseypart
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: C# Jan 15th, 2009
Replies: 15
Views: 794
Posted By julseypart
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: C# Jan 3rd, 2009
Replies: 15
Views: 794
Posted By julseypart
yep normalisation is a good idea to get rid of duplicates etc, i think i will store the file location to each file in a database; does any1 know a sutible server on which to store the files?

do u...
Forum: C# Jan 3rd, 2009
Replies: 15
Views: 794
Posted By julseypart
i think each file will have to have a "FileOwner" so that for example when johnny logs in to his account, there will be a database select statement like:

Select * From File
Where FileOwner =...
Forum: C# Jan 3rd, 2009
Replies: 15
Views: 794
Posted By julseypart
thanks very much for the feedback, yes i have done the requirements and am trying to design classes, database and screen flows...i will post more if i get stuck :)

i have just figuered out how to...
Forum: C# Jan 3rd, 2009
Replies: 15
Views: 794
Posted By julseypart
thanks very much for the feedback, yes i have done the requirements and am trying to design classes, database and screen flows...i will post more if i get stuck :)
Forum: C# Jan 2nd, 2009
Replies: 15
Views: 794
Posted By julseypart
hi, basically im designing an online backup system for my final year project. It will be an (asp.net/c#) web application which allows users to backup their files to a remote server. Each user will...
Forum: ASP.NET Nov 3rd, 2008
Replies: 4
Views: 1,157
Posted By julseypart
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 21st, 2008
Replies: 4
Views: 1,157
Posted By julseypart
Showing results 1 to 40 of 41

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC