Search results

  1. T

    What is Wealth

    When one asks themselves "what is wealth," people immediately think of money. They think of nice cars and big houses. People think of power and the ability to have control over others. When I was in elementary school I believed this same thing. Now that I am in highschool my outlook on what...
  2. T

    Need help with music editing

    Hi, I was wondering if anyone could tell me how exactly I could extract JUST the music from an mp3 or wav file. I mean, leave the sound effects and the voice. I know there are vocal removers out there, but there are no sound effects removers. Here is an example of someone who has managed to do...
  3. T

    Need help with images in ASP.Net?!?

    Is there any control to resize images when you upload an image automatically? because when I put an image in a img or asp:image, the images go crazy... lol the faces get waves and change their size when i change the size of the image box. i wanna resize it without any problem.. like facebook do...
  4. T

    Revenge of the Sith trailers, tv spots and piccies

    The new Star Wars movie is on it's way, and it looks like it'll be giving The Empire Strikes Back a run for it's money. I wasn't really into The Phantom Menace, quite liked Attack of the Clones, but everything I've seen so far makes me think I'm going to LOVE Revenge Of The Sith!! I've been...
  5. T

    OT Music Crew: Best albums of 2008 thus far

    its folk metal, not black at all. closest thing to compare it to is maybe melodic death metal, its good shit though. both albums they have out are pretty solid if you like their style.
  6. T

    concerned

    ...........
  7. T

    burning leg sensation

    what causes burning leg sensation at night
  8. T

    Scream 4!! OMG Im SOOO Excited!!

    Hey everyone! Not sure whether anyone has read this but...I was really excited to read this news : http://www.digitalspy.co.uk/movies/a142083/campbell-cox-return-for-scream-4.html I hope its true. This is gonna be so good and can't wait until its released. Its gonna be the 10 years since the...
  9. T

    What Is this? Need Help

    Hiiiiiiii, I'm really in need with help with what I'm feeling. Tried searching online but nothing. This started about two months ago: It feels like some one punched in the upper stomache and I loose my breath with a sharp pain. All this in just a few seconds. Some times it will happen again...
  10. T

    ASP.Net: How to wrap all cells and columns in a gridview?

    I Configure and bind my datasource of my GridView to a DataBase. I works fine but my problem is that the text in cells of one column is too long... so i got a veryyyy long (width) colomn!!! I want to have something like this: Text text text text text... (e.g: 60 of my characters & "...")...
  11. T

    ASP.Net: How to send an id and get it in the next/other page?

    I have a GridView and there's hyperlinks in a column. I set the DataNavigateUrlFormat to: mypage.aspx?id={6} My Questions: 1. Is the number in the { } in "?id={6}", the columns number? 2. How to get the id we sent in the other page and put it in a Label? Please Help! Thanks a Million! :) I use...
  12. T

    Strange symtoms/diagnosis, looking for suggestions, someone must have an answer >.<

    Ladies and Gentlemen, I am hoping one of you out there would be able to help me. I am seriously hitting my breaking point. Am I just going crazy, am I a hypochondriac, is there something wrong with me? Here is my story: I am 28 years of age. Ok, I will try to keep this as short as possible...
  13. T

    Ultimate Guide To Folding@home

    Sweet using the -forceSSE switch speed up my folding quite a bit.
  14. T

    How to pass a variable using GridView (Asp.Net)?

    There's a GridView in my Page. I want to pass the text of a cell where i clicked on the HyperLinkField (which is in my GridView)! I know how to do it but i think i'm doing something wrong.... the GridView has data source to a linq to sql DB... i added a HyperLinkField (from GridView task) and i...
  15. T

    Hello, Noobs ...

    Hi Everybody!
  16. T

    How to change Image of asp:image or ... with fileupload?

    There's a asp:Image, label, div, a button and a fileupload in my page. I want to change the image of the asp:image, label and the div to the image i select with the fileupload. I also want to save the picture i selected in my server.mappath. I use asp.net and i prefer VB.Net but C# is also ok...
  17. T

    Vb.net: How to change GridView Data using Linq to SQL in ASP?

    There's gridview and a button in my page. when i click on the button, i want to clear and change the gridview's data where the surname startswith "m". Here is my code but i get too many errors: Dim db As New DataClasses1DataContext() Dim mySelect =...
  18. T

    How to change attributes of asp:TextBox using JavaScript?

    How can i change backcolor or font-size of a asp:TextBox using JavaScript or any Client Side code? Thanks a Million :)
  19. T

    How to change font size of a text box in asp... ?

    What's the best client side way to change background color, font-size and etc of a asp:textbox? and how to do it? like Yahoo Mail, when you want to write an e-mail... I need the Best Way to do this and it must be Client Side! :) Thanks a Million!!!! :)
Back
Top