Search Results

Showing results 1 to 40 of 53
Search took 0.01 seconds.
Search: Posts Made By: dotNetDummi
Forum: Oracle Oct 15th, 2009
Replies: 2
Views: 722
Posted By dotNetDummi
Hi all,

Is it possible to insert a SQL statement where I specify the time, and not the date. I do need the date, but I want it to be the current date when I run the insert statement. The time got...
Forum: Visual Basic 4 / 5 / 6 Sep 26th, 2008
Replies: 1
Views: 753
Posted By dotNetDummi
Hi all,
I'm working on a multimedia player with VB6 now.
I have reached to a stage where my media player can play and stop music that I have selected, but path and file name are english characters....
Forum: Visual Basic 4 / 5 / 6 Jun 19th, 2008
Replies: 3
Views: 1,175
Posted By dotNetDummi
I did it!

I used two loops and managed to product the results in ascending order.
Forum: Visual Basic 4 / 5 / 6 Jun 19th, 2008
Replies: 3
Views: 1,175
Posted By dotNetDummi
This is something that I can think of, but I know it will be tedious and not good if I continue.


Dim temp As Integer

If (a2 < a1) Then 'if a2 is smaller than a1
temp = a2 ...
Forum: Visual Basic 4 / 5 / 6 Jun 19th, 2008
Replies: 3
Views: 1,175
Posted By dotNetDummi
Hi all, I'm new to VB and I am doing a lottery program.

I managed to produce 7 random numbers but I am stuck with the sorting. All I can think of is to use if statements to do comparsion, but that...
Forum: ASP.NET Jan 31st, 2008
Replies: 5
Views: 869
Posted By dotNetDummi
I found the error. it's about my stored procedure.
Forum: ASP.NET Jan 31st, 2008
Replies: 5
Views: 869
Posted By dotNetDummi
Hi experts,
I have a project working on C# and ASP.Net.
There's a function for my users to delete a project by the project name, which is the primary key.

However, it is not functioning...
Forum: ASP.NET Jan 18th, 2008
Replies: 3
Views: 2,644
Posted By dotNetDummi
Erm, Sorry what is the id for that button ?
I mean the top right corner "X" button.
Forum: ASP.NET Jan 18th, 2008
Replies: 3
Views: 2,644
Posted By dotNetDummi
Hi experts,

I used Window.showModalDialog to open comment.aspx.

I need to disable the X button(top right button of IE) in my comment.aspx as entering comments is compulsory.

I've done...
Forum: ASP.NET Jan 8th, 2008
Replies: 2
Views: 1,695
Posted By dotNetDummi
Thanks for your prompt reply.
I will try that and get back to you if I have any questions. Is that all right?
Forum: ASP.NET Jan 7th, 2008
Replies: 2
Views: 1,695
Posted By dotNetDummi
Hi experts, I have a problem with downloading file.
Okay, my project is setup in IIS (pointing to the folder in my desktop) and my users are able to login, upload a file into the folder.
...
Forum: C# Jan 1st, 2008
Replies: 1
Views: 4,015
Posted By dotNetDummi
Hi, I need to create two tables in a Ms Word because I have two gridviews.
But the output became "table in table".
How can I "separate" them ?

Word.Table wt1 =...
Forum: ASP.NET Dec 30th, 2007
Replies: 4
Views: 5,835
Posted By dotNetDummi
Hi , thanks for your reply.
Yes. It went into the loop once, which is correct because I have only one record.
Forum: ASP.NET Dec 27th, 2007
Replies: 0
Views: 2,613
Posted By dotNetDummi
Hi experts, I have a task to print some data into a word document .I need to set the word document to readOnly.

It's working but user still can edit. Is there any thing I can do whereby user...
Forum: ASP.NET Dec 27th, 2007
Replies: 4
Views: 5,835
Posted By dotNetDummi
Yes. It does return a row. which is correct.
Forum: ASP.NET Dec 26th, 2007
Replies: 4
Views: 5,835
Posted By dotNetDummi
Hi all, I want to retrieve some data from the database and return as a datatable.
However, it does not work. I tried both methods that I could find in the Internet, but it's not working. May I know...
Forum: ASP.NET Dec 12th, 2007
Replies: 1
Views: 8,887
Posted By dotNetDummi
Sorry sorry~~ I managed to do it already! it's my careless mistake. but then,
now the problem is i have to click twice at my button then the value in the textbox will be added.

is it i have to...
Forum: ASP.NET Dec 12th, 2007
Replies: 1
Views: 8,887
Posted By dotNetDummi
Hi all, I have a gridview in my project.

There is a cell that contains a dropdownlist, textbox and button.
My task is when the use clicks "others" in the dropdownlist, the textbox and button...
Forum: ASP.NET Dec 11th, 2007
Replies: 13
Solved: Download File
Views: 5,376
Posted By dotNetDummi
erm, just to clarify, it will be similer like some music web sites right?

I can also do this in gridview, with different links to the uploaded file, am I right?
Forum: ASP.NET Dec 11th, 2007
Replies: 13
Solved: Download File
Views: 5,376
Posted By dotNetDummi
wow~~ That's cool.

So I get the file names and append to the link . aha! I need this method for my search function.
But I have to research on iFrame first.

I know it in Java but not too...
Forum: C# Dec 11th, 2007
Replies: 4
Views: 3,356
Posted By dotNetDummi
First, Thanks for your reply.

oh oh(I have to convince my client to buy the software)...

Erm, is there any other methods to convert these web widgets into some format that is not editable, (I...
Forum: C# Dec 10th, 2007
Replies: 4
Views: 3,356
Posted By dotNetDummi
Hi experts,

I've been researching about convert an aspx to pdf but nothing seems to help me.
I found crystal reports but my layout is not just gridview only.

In my aspx, it includes...
Forum: ASP.NET Dec 10th, 2007
Replies: 13
Solved: Download File
Views: 5,376
Posted By dotNetDummi
I got it . I used another method found online.

DirectoryInfo diSource = new DirectoryInfo(Server.MapPath("Docs/" + pid + "/EP/"));
string ExactFilename = string.Empty;

foreach...
Forum: ASP.NET Dec 10th, 2007
Replies: 13
Solved: Download File
Views: 5,376
Posted By dotNetDummi
okay, I pass a filename already. It works.

Now I have to solve the problem.
To download the files which is "unknown" to my clients' users.
Forum: ASP.NET Dec 10th, 2007
Replies: 13
Solved: Download File
Views: 5,376
Posted By dotNetDummi
Thanks for your reply.
You're fast.

Actually the thing is I wouldn't know what are the files that are being uploaded in the first place.
Forum: ASP.NET Dec 10th, 2007
Replies: 13
Solved: Download File
Views: 5,376
Posted By dotNetDummi
Thanks for your reply.

Nope, I realised that variable ''file'' is empty.
But I thought that's the way to get the filename and extension in a directory path?

May I know how to do that?
Forum: ASP.NET Dec 10th, 2007
Replies: 13
Solved: Download File
Views: 5,376
Posted By dotNetDummi
Hi. Thanks for your reply.
I'm trying to download files. By the way, I'm using C# so doesn't really quite understand the VB code.

I tried this .

protected void btnLink_OnClientClick(object...
Forum: ASP.NET Dec 10th, 2007
Replies: 13
Solved: Download File
Views: 5,376
Posted By dotNetDummi
Hi experts,
I need a linkbutton/button to download the files which my clients have uploaded.

Below is my upload method and it works.

protected void uploadFile()
{
String...
Forum: ASP.NET Dec 9th, 2007
Replies: 5
Views: 4,992
Posted By dotNetDummi
Thanks! that method worked for me!
Forum: ASP.NET Dec 4th, 2007
Replies: 5
Views: 4,992
Posted By dotNetDummi
Forum: ASP.NET Nov 28th, 2007
Replies: 5
Views: 4,992
Posted By dotNetDummi
Hi experts,

I need a validator in my gridview.
When the user update a field in the gridview, I need to check if the email is valid.
How can I do that?

Below is my gridview.
Please help....
Forum: ASP.NET Nov 27th, 2007
Replies: 12
Views: 13,136
Posted By dotNetDummi
Thanks for your reply.

actually I didn't use SQL server to send the email.

I need a function whereby i retrieve the email address if there is no response from the users' clients after 3 days....
Forum: ASP.NET Nov 27th, 2007
Replies: 12
Views: 13,136
Posted By dotNetDummi
Hi.. I've developed the console application already.

Now I have a question.
In the end, the database which is attached to my web application will be deployed in a web server.

Will this...
Forum: C# Nov 25th, 2007
Replies: 29
Views: 4,844
Posted By dotNetDummi
Forum: ASP.NET Nov 23rd, 2007
Replies: 12
Views: 13,136
Posted By dotNetDummi
Hi, thanks for your reply.
I am not able to install that to my clients' computer so I think I'll go for method two.

Erm, I need to ask you something.
My database is using MS SQL Server.
So if...
Forum: ASP.NET Nov 23rd, 2007
Replies: 12
Views: 13,136
Posted By dotNetDummi
Hi, Thanks for your reply.
Erm, if I deploy this website app to the web-server,
I should be using method two. am I correct?
Forum: ASP.NET Nov 22nd, 2007
Replies: 12
Views: 13,136
Posted By dotNetDummi
I am working on a web-based app, and I need to implement a function whereby it checks the dates daily, and send reminder email automatically.

May I know how can I do that? I saw some websites that...
Forum: MySQL Nov 22nd, 2007
Replies: 1
Views: 1,638
Posted By dotNetDummi
I've two tables where their composite keys are foreign keys that references each other.

table1 (projId, userId, name, add)
table2 (projId, userId, status, responseDate, reason)

I need to...
Forum: C# Nov 21st, 2007
Replies: 29
Views: 4,844
Posted By dotNetDummi
I've found something.
Is it console application , windows scheduler?

Erm, then I would have two applications?
Sorry, I'm really confused and have no idea.

Appreciate your help.
Thanks in...
Forum: C# Nov 21st, 2007
Replies: 29
Views: 4,844
Posted By dotNetDummi
In short, it's like automatic send reminder emails.

Sorry if I am confusing anyone...
Showing results 1 to 40 of 53

 


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

©2003 - 2009 DaniWeb® LLC