Search Results

Showing results 1 to 29 of 29
Search took 0.01 seconds.
Search: Posts Made By: creativehacker
Forum: Oracle Jan 14th, 2009
Replies: 2
Views: 1,251
Posted By creativehacker
I want to find duplicate names from my database I wrote the following query. But it is displaying more that existing records. I guess it is taking cartesian product.

select a.name from emp from...
Forum: C# Jan 12th, 2009
Replies: 3
Views: 3,117
Posted By creativehacker
setting datapropertyname first is not making any difference..
Forum: Oracle Jan 12th, 2009
Replies: 3
Views: 1,359
Posted By creativehacker
I want to write an sql statement in c# where I want to pass a "true" or "false" value basing on some condition... can we pass true to sql statements

Ex:
select * from emp where (empid=1234 and...
Forum: C# Jan 11th, 2009
Replies: 3
Views: 3,117
Posted By creativehacker
I am able to add a link to a datagridview but the problem is I want all the links with same name. But I am getting the name from database data

DataGridViewLinkColumn linkColumn = new...
Forum: C# Jan 11th, 2009
Replies: 5
Views: 3,683
Posted By creativehacker
I am adding checkbox to datagridview.
how can I add a checkbox to the header so that when I click that all the checkboxes should be checked and corresponding rows should be deleted.. I am able to...
Forum: C# Dec 31st, 2008
Replies: 5
Views: 346
Posted By creativehacker
each time user uploads a new file with same name can it be possible to make versions
Forum: C# Dec 30th, 2008
Replies: 5
Views: 346
Posted By creativehacker
I want to do versioning for text files which are stored in folder.
Each time the user opens the file from the application he edits and saves, this should become new version. later the versions...
Forum: ASP Dec 29th, 2008
Replies: 5
Views: 1,612
Posted By creativehacker
I dont see security tab in folder properties I see the following tabs..
general , sharing , websharing , customize I am using windows XP
Forum: ASP Dec 29th, 2008
Replies: 3
Views: 2,045
Posted By creativehacker
Forum: ASP Dec 29th, 2008
Replies: 5
Views: 1,612
Posted By creativehacker
How to give full control can u give step by step process.......
Forum: ASP Dec 28th, 2008
Replies: 5
Views: 1,612
Posted By creativehacker
I am wrote a file del.asp where I am deleting a file but I am getting the following error

Error Type:
Microsoft VBScript runtime (0x800A0046)
Permission denied
/asptreeview/del.asp, line 9
...
Forum: ASP Dec 27th, 2008
Replies: 3
Views: 2,045
Posted By creativehacker
I want to call asp function in anchor link click. Is it possible to call server side function from client side action.

I want to delete file from server when user clicks the hyperlink...

Any...
Forum: ASP Dec 26th, 2008
Replies: 1
Views: 1,311
Posted By creativehacker
I want to generate a tree view using asp in which when I click the file (not the folder) the file should be deleted

I found this on net but how can I modify to delete a file when clicked on it.
...
Forum: ASP.NET Oct 8th, 2008
Replies: 1
Views: 2,994
Posted By creativehacker
Is there any way to disable saveas option in IE browser
I found a site where they disabled saveAs in IE
www.totaram.com
how did they actually do that
can this be done using javascript...or any...
Forum: Java Sep 11th, 2008
Replies: 2
Views: 537
Posted By creativehacker
150 html files are in a folder on a windows machine.Among them,content of some files (not the file names)contain the sentence "Hello World??".
How to count no of such files using java program
Forum: JavaScript / DHTML / AJAX Aug 22nd, 2008
Replies: 3
Views: 1,560
Posted By creativehacker
That library is used for dragging images and layers I want a simple to text to be dragged into textarea

basically the text can be dragged to anywhere from anywhere I want to improvise that feature...
Forum: JavaScript / DHTML / AJAX Aug 21st, 2008
Replies: 3
Views: 1,560
Posted By creativehacker
Hi
Can Anyone please give me a script which is used to drag a text from within a webpage to the textarea present on the page.

I want a certain text to be appended to the textarea text and
I want...
Forum: Windows NT / 2000 / XP Aug 21st, 2008
Replies: 8
Views: 566
Posted By creativehacker
How to check whether the system drive is active. what is the meaning if it is active
Forum: Windows NT / 2000 / XP Aug 20th, 2008
Replies: 8
Views: 566
Posted By creativehacker
there is no message the systems stops showing
Boot from CD:
Forum: Windows NT / 2000 / XP Aug 20th, 2008
Replies: 8
Views: 566
Posted By creativehacker
first boot :cd
second boot :harddisk
If I put first boot as harddisk it is not booting it is stopping...as I said in earlier post
Forum: Windows NT / 2000 / XP Aug 20th, 2008
Replies: 8
Views: 566
Posted By creativehacker
I am using windows XP SP2.
The problem is my windows OS is only able to boot when there is a bootable win XP disc in the drive.
When the bootable is in the disc it will ask
Press any key to load...
Forum: Java May 27th, 2008
Replies: 1
Views: 466
Posted By creativehacker
I wrote a program where I should draw some stuff whenever a key is pressed.
The drawing is done whenever the key is pressed but can be seen only when i resize the window..



public void...
Forum: PHP Feb 3rd, 2008
Replies: 7
Views: 857
Posted By creativehacker
There will be only one user...
So that worked for me
Forum: PHP Feb 3rd, 2008
Replies: 7
Views: 857
Posted By creativehacker
I solved my problem like this..


changepwd.php
include("strings.php");
$checkpass=$pass;

$newpass=$_REQUEST['NewPwd'];

$fn = "strings.php";
Forum: PHP Feb 2nd, 2008
Replies: 7
Views: 857
Posted By creativehacker
Hi
I want to create a login screen which asks for username and passwor with change passsword facility.

My idea is to store username and password in a php file and update them.

Can anyone...
Forum: PHP Feb 2nd, 2008
Replies: 3
Views: 1,230
Posted By creativehacker
Thank you very much
It worked ..
Forum: PHP Feb 2nd, 2008
Replies: 3
Views: 1,230
Posted By creativehacker
Hi everyone, I want to delete uploaded files from the server. here I am not using database please check my code and suggest me any changes

Del.php

<?php
$jpgdir = "uploads/";...
Forum: Database Design Jul 31st, 2007
Replies: 5
Views: 6,321
Posted By creativehacker
Ok here is my design

I have designed everything fine

My idea goes like this....

I am going to create a master table which is going to store all the questions, the fields of the table might...
Forum: Database Design Jul 28th, 2007
Replies: 5
Views: 6,321
Posted By creativehacker
Hai frnds.

I started doing a project for my college online Examination
This project is exclusively for college for conducting Aptitude and Reasoning test.
There are 2 groups MBA MCA and these 2...
Showing results 1 to 29 of 29

 


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

©2003 - 2009 DaniWeb® LLC