No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
27 Posted Topics
Hello. I have a FileUpload control in my app, and a user chooses a file that sits on mapped network drives. now i don't want the files to actully download i only want the path to it for a link. my question is how do i get the real path …
Hey. i have a table that has the columns of A,B,C,D and another table that one of the coulmns the VALUES of A,B,C,D i am trying to subquery the 2nd table at the coulmn that stores the abcd. and the result act as a column name for the 1st table. …
Hello. I have a gridview with an ImageButton that acts as an Update Command to a DataSource. and the SP works if i execute it in the server with parameters, but not through the ImageButton. I Suspect that the Parameters arn't bein sent because if i set a Default Value …
Hey. i'm uploading a file to my server via php and the file name is en email ([email protected]) and after the upload the files saves as x_x.com anyone knows why? is it something in the php.ini or maybe its a code thing? Thanks in advance.
Hey. I'm trying to open a dir under safe mode. and i keep getting this error : Fatal error: Uncaught exception 'RuntimeException' with message 'DirectoryIterator::__construct() [<a href='directoryiterator.--construct'>directoryiterator.--construct</a>]: Unable to access /home/mypath/mysite.com/public_html/path/to' in /home/mypath/mysite.com/public_html/site/loaddir.php:7 Stack trace: #0 /home/mypath/mysite.com/public_html/site/loaddir.php(7): DirectoryIterator->__construct('/home/mypath...') #1 {main} thrown in /home/mypath/mysite.co/public_html/site/loaddir.php on line 7 my question is : …
Hey guys, sorry i know it doesn't belong on PHP but there is no general discussion. i am having trouble to understand this licenses. I am building a website for public use. with profit included. can i use a jQuery lib for my site? (it's licensed by MIT or GPL …
Hello. i made an swf (With ActionScript 3.0) that exchanges data with php file. The swf works perfectly fine when on my local host but when i embed the swf in a the page the swf doesn't work. The swf runs a php file ( [url]www.mywebsite.com/mypage.php[/url] ) and recives data …
For general knowledge, if it helps you : You can also make a div invisible using CSS and make divs dissapear with a javascript functino whenever you feel like it :)
you are using mysqli_* try using mysql. i think mysqli is for SqlLite... not sure. and what's the problem? i mean u get an error, you don't get results, etc.
Hey im kinda new to Flash. I have a FLVPlayback Component and i want to disable the option to scrubb through the video. does anyone know how to do that? (googling didn't do much of an help)
Hi. I'm intrested in finding out if a client watched an entire video, and i was wondering if it is possible using JS or any other client-side language? and if not what would be the best approach? Thanks in advance, Eric
Hi. is it possible to decrement a value inside a table every seconed or day or whatever? if it's in the wrong section i'm sorry.
my guess is that $related_query not succseful and is null or something. check the query in the DB and see what result u get. and try to print_r $related_query before the while loop and see what it containts
u can try to use a md5 or sha1 function. and create a sha1 of some paramaters only u know and change only 1 of them every time. u don't need a database for that. i mean u can save every code u generate in a DB and allways check …
start the session before any output is sent. if none sent then check maybe it's a whitespace it counts as an output.
Hi. my code works perfectly in Chrome but in IE when i go between pages my session is lost. does anybody know why?
Yes you should use a database. There are several DB's you can use,but i am new to C# and only worked with an SQL database so far. here is a great guide on how to start working with an sql database,i hope it will be as helpfull to you as …
change the data type of the column in the database from string to date.
at first create a referance to a SqlConnection and after you validate create the actuall connection... put it into an If statment
Knowing Java is helpfull because c# is an object oriented language as well. and it's basicly the same.
what's the type of the list\array the line List<PdfReader> reader= new ArrayList<PdfRead>(); meaning set a list of pdf readers
I only glanced the the code. but why you write : [code]interest = (int) (balance*double rate);[/code] i don't think your suppoused to write that "double" (most likley i'm wrong...but still ) or try taking off those () in the balace*rate
I once looked for something like that and didn't find one but maybe there is. i think you can bypass it by editing the xml file encoding yourself. something like <encode = UTF-16>
Hello. How can i know which way the thumbtrack event eccured? i mean if the user dragged the thumb up or down? in general i'm having lots of trouble with this scroll bar because it effects 5 textboxes. if anyone can give an example on how a thumbtrack event looks …
Hello, i have a scrollbar that controling several RichTextBoxs i created a VScroll1.Scroll method but it doesn't specify which way the user scrolls. i tried creating a VScroll1.ScrollUP\ScrollDown methods but nothing happpend. can someone help me? Thanks, Eric
No we don't(i'm with stupid) we didn't start to program it yet. And the thing is,we resarched about Bluetooth and we got this information. we weren't talking about creating a bluetooth device that c an get to 100m range. it's to change a phones existing bluetooth range by a software …
The End.
EricIskhakov