Forum: Oracle Jan 14th, 2009 |
| Replies: 2 Views: 1,251 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 setting datapropertyname first is not making any difference.. |
Forum: Oracle Jan 12th, 2009 |
| Replies: 3 Views: 1,359 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 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 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 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 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 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 |
Forum: ASP Dec 29th, 2008 |
| Replies: 5 Views: 1,612 How to give full control can u give step by step process....... |
Forum: ASP Dec 28th, 2008 |
| Replies: 5 Views: 1,612 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 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 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 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 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 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 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 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 there is no message the systems stops showing
Boot from CD: |
Forum: Windows NT / 2000 / XP Aug 20th, 2008 |
| Replies: 8 Views: 566 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 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 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 There will be only one user...
So that worked for me |
Forum: PHP Feb 3rd, 2008 |
| Replies: 7 Views: 857 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 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 Thank you very much
It worked .. |
Forum: PHP Feb 2nd, 2008 |
| Replies: 3 Views: 1,230 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 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 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... |