Search Results

Showing results 1 to 40 of 67
Search took 0.01 seconds.
Search: Posts Made By: himanjim
Forum: ASP.NET Jun 8th, 2008
Replies: 3
Solved: ASPNETDB.mdf
Views: 7,156
Posted By himanjim
Hi,
After great search and hours of hit 'n trials ...I'm able to solve the problem...Just use C# to run .sql script generated after publishing the database using sql publishing wizard and run it...
Forum: ASP.NET Jun 7th, 2008
Replies: 3
Solved: ASPNETDB.mdf
Views: 7,156
Posted By himanjim
I'm really having hard time importing ASPNETDB.mdf to remote server running sqlserver 2005..
I'm using sql server express edition (along with visual web developer 2008)
I use the same string
...
Forum: ASP.NET Jun 1st, 2008
Replies: 4
Views: 1,985
Posted By himanjim
Thanx a lot..i think the server simply refuses connection but the same server is allowing me to access Mysql database from my local PC but MS sql databases can't be accessed
Forum: ASP.NET May 31st, 2008
Replies: 4
Views: 1,985
Posted By himanjim
Hi Friends,
I'm a web developer bit a new to asp.net. I want to access my remote Ms Sql database through Visual Web Developer or Sql management studio but despite of spending so much...
Forum: JSP Mar 16th, 2008
Replies: 2
Views: 955
Posted By himanjim
Hi,
I'm a beginner in JSP...I've installed Sun Java System Application Server 9.1 ...
I wanna run jsp code just to display "Hello World" but can't find out where to copy the helloworld.jsp...
Forum: PHP Jan 31st, 2008
Replies: 6
Views: 2,626
Posted By himanjim
Thanks for ur reply
I'm not sure about the control panel skin..
The link http://www.zubrag.com/articles/determine-cpanel-skin.php

explains it but of no help ..

I'm trying on some different...
Forum: PHP Jan 29th, 2008
Replies: 6
Views: 2,626
Posted By himanjim
Thanks a lot for your reply..I didn't get you....Put
/frontend/$cpanel_skin/subdomain/doadddomain.html code where??
Forum: PHP Jan 29th, 2008
Replies: 6
Views: 2,626
Posted By himanjim
I wanna create subdomains dynamically than manually
I've got this script but can't make it work...I've got my website hosted on a server..Can anybody tell me that is it possible to achieve that......
Forum: PHP Dec 29th, 2007
Replies: 3
Views: 2,449
Posted By himanjim
Hey the post above was just to get those smileys
I'm embedding them in my website
sorry for inconvenience
Forum: PHP Dec 29th, 2007
Replies: 3
Views: 2,449
Posted By himanjim
:) :'( ;) :-O :@ :$ :-/ :* :?: :angry: :zzz: :swe:icon_sad: :icon_frown: :icon_rolleyes: :icon_idea: :icon_redface: :icon_redface: :icon_lol: :icon_biggrin: :icon_biggrin: :icon_razz: :icon_razz:...
Forum: PHP Dec 14th, 2007
Replies: 5
Views: 8,595
Posted By himanjim
The link no longer works. Can u please post the script
Forum: JSP Dec 10th, 2007
Replies: 4
Views: 2,209
Posted By himanjim
Thnx a lot I've realized that thing much earlier than ur post..I'm doing my project in a different way and
that's actually working
Thnx again
Forum: JSP Dec 8th, 2007
Replies: 4
Views: 2,209
Posted By himanjim
Hi, I'm new to jsp
I'm writing a java code of simple chat application that consists of an applet on client side and a java server page on server side.
My applet is fine but the jsp code shows...
Forum: Java Oct 12th, 2007
Replies: 6
Views: 1,539
Posted By himanjim
I tried that The same error persists in magnified form ...Actually I'm embedding the applet in the servlet.....I better try with embed and object tags
Forum: Java Oct 12th, 2007
Replies: 6
Views: 1,539
Posted By himanjim
Thnx for ur reply but I didn't get you I don't have any params in my applets
Forum: Java Oct 11th, 2007
Replies: 6
Views: 1,539
Posted By himanjim
I've designed a simple applet that works fine on My Windows Xp but when I upload it on my webhost server or run it through any server for e.g. Tomcat It shows the following error in Java Console but...
Forum: Java Oct 11th, 2007
Replies: 3
Views: 737
Posted By himanjim
I got the the things working at last on tomcat
Thnx for ur humble replies
Forum: Java Oct 10th, 2007
Replies: 3
Views: 737
Posted By himanjim
I'm new to java servlets ...I installed Sun java SDK which acts as an server for running servlets.I spents many hours first just to compile servlets and generate the class files but now I don't have...
Forum: Java Oct 6th, 2007
Replies: 4
Views: 12,307
Posted By himanjim
The code simply captures your working window as jpeg image and stores it in the same directory as where your java class after compiling by javac is being stored
Forum: Java Oct 6th, 2007
Replies: 1
Views: 2,014
Posted By himanjim
I've got a project to design a chat client in java applets....I've got a way around to implement it but that may be bit an inefficient

I've got a client code that communicates with a server...
Forum: JavaScript / DHTML / AJAX Oct 6th, 2007
Replies: 8
Views: 3,202
Posted By himanjim
I've got a code in java applets...java security remains the main issue to be dealt with If any one u want that code do ask me..
Forum: PHP Oct 6th, 2007
Replies: 3
Views: 1,686
Posted By himanjim
Thanx a lot Mr.ryan_vietnow I also in the same shoes
(http://www.daniweb.com/forums/member192046.html)
Forum: PHP Oct 5th, 2007
Replies: 3
Views: 1,686
Posted By himanjim
Hey friends I've a doubt regarding my password authentication code given below
If we use session _start function one need not use the cookies as $_SESSION['user'] = $username;
...
Forum: JavaScript / DHTML / AJAX Oct 4th, 2007
Replies: 8
Views: 3,202
Posted By himanjim
Is there any standard code to capture ur current webpage as image ....
I've found one in php but that requires copying of new dll files to ur server...So if u r hosting ur website on some other...
Forum: Java Oct 4th, 2007
Replies: 1
Views: 1,284
Posted By himanjim
Here is my code for an applet in java it runs well but shows error
unreported exception java.io.IOException; at the functions highlighted in green
I wanna ask the functions i've highlighted...
Forum: C Jun 22nd, 2007
Replies: 4
Views: 5,985
Posted By himanjim
Hi,
I' studying various sorting techniques...And one thing I'm not clear about the complexity of the techniques...
For e.g the complexity of bubble sort is
Average Case=>O(n*n)
Worst...
Forum: C Jun 17th, 2007
Replies: 1
Views: 2,420
Posted By himanjim
Hi,
I've just started data structures....I'm studying Breadth first search and depth first search algo....Though I got some idea about them but after spending hours I can't understand the exact...
Forum: JavaScript / DHTML / AJAX May 21st, 2007
Replies: 9
Views: 20,618
Posted By himanjim
Ya I'll do that...Thnx a lot
Forum: JavaScript / DHTML / AJAX May 20th, 2007
Replies: 9
Views: 20,618
Posted By himanjim
Thanks a lot for this...
I caught the problem
But as u know php scripts run under server only so as I'm test my scripts on xampp...The address 127.0.0.1 is mandatory for the scripts to...
Forum: JavaScript / DHTML / AJAX May 20th, 2007
Replies: 9
Views: 20,618
Posted By himanjim
I'm not getting any errors....
Just no output + no database update as I'm getting through IE
My html and php scripts are given below
These are just simple scripts....+
I wanna ask If firefox...
Forum: JavaScript / DHTML / AJAX May 20th, 2007
Replies: 9
Views: 20,618
Posted By himanjim
Thanks for ur reply...
I tried that + the link you gave me....But still IE accepts it and firefox don't.......
Forum: JavaScript / DHTML / AJAX May 20th, 2007
Replies: 9
Views: 20,618
Posted By himanjim
Hi...
I'm developing a simple script using AJAX and php to update a database...But the script is running fine on IE but not at all
on Firefox2.0.0.3....Please help me out
Here's my AJAX...
Forum: C Apr 14th, 2007
Replies: 2
Views: 989
Posted By himanjim
Thanks for ur reply....
Forum: C Apr 14th, 2007
Replies: 2
Views: 989
Posted By himanjim
Hi..
I'm trying to write a simple program to include a c file in another one..
TEST1.c
#include<stdio.h>
#include<conio.h>
#include<test.c>
void main()
{
printf("%c" str);
getch();
Forum: C++ Feb 20th, 2007
Replies: 2
Views: 1,621
Posted By himanjim
Hey friends , is it possible to send email using program in C/C++?
Forum: C++ Feb 17th, 2007
Replies: 15
Views: 8,136
Posted By himanjim
Byte is not defined as 8 bits then what is it defined as?
Forum: C++ Feb 17th, 2007
Replies: 15
Views: 8,136
Posted By himanjim
Thanks for ur reply but there are actually 256 values 127 +128+one zero is also there.....and one more thing I can't understand 7 bits (1111111) can contain maximum of 127 so then how value 0f -128...
Forum: C++ Feb 16th, 2007
Replies: 15
Views: 8,136
Posted By himanjim
Unsigned char is 1 byte long..
it's range is from -128 to 127
Most significant bit is sign bit to indicate whether the char has positive or negative value and the rest 7 bits are meant for storing...
Forum: C Jan 4th, 2007
Replies: 11
Views: 16,213
Posted By himanjim
I have done a similiar program. Hope it could help you...

#include<stdio.h>
#include<conio.h>
#include<alloc.h>
void main()
{
int i, j,n,*p,check=1, blank, memspace, mem=0, rowdiff=1;...
Forum: C++ Jan 4th, 2007
Replies: 4
Views: 3,499
Posted By himanjim
Oh sorry for that! Yeah the version worked but showed no output<<
Showing results 1 to 40 of 67

 


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

©2003 - 2009 DaniWeb® LLC