User Profile

Collapse

Profile Sidebar

Collapse
wassssup
wassssup
Last Activity: Apr 27 '10, 10:42 PM
Joined: Oct 8 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • wassssup
    replied to replacing characters is string
    i see, so what is the 1 1 in your code? and does it have to be a ` ` there? what does it do
    See more | Go to post

    Leave a comment:


  • wassssup
    replied to replacing characters is string
    i dont want to specify the char i want to replace, the the location of the char that i want changed
    See more | Go to post

    Leave a comment:


  • wassssup
    replied to replacing characters is string
    when u put ; does it mean | can u give an example? i dont really understand the code..im new to unix :)
    See more | Go to post

    Leave a comment:


  • wassssup
    replied to replacing characters is string
    i can use anything..the only 2 thing i cant use is sed and awk
    See more | Go to post

    Leave a comment:


  • wassssup
    replied to replacing characters is string
    sorry...i canot use sed or awk..
    for example : if i do
    $ expr index "string" n
    i'll get 5, as n is the fith char, so how do i replace the 5th char?
    See more | Go to post

    Leave a comment:


  • wassssup
    started a topic replacing characters is string

    replacing characters is string

    hi i would like to know how to replace the 2nd/3rd... character in a string without knowing what value it holds.
    See more | Go to post

  • wassssup
    started a topic sending email ASP C#

    sending email ASP C#

    i want to send an email using asp.net in c# below is the code:
    the error that i get in the browser:"The transport failed to connect to the server."
    Code:
           MailMessage mail = new MailMessage();
            mail.To = toTxt.Text;
            mail.From = fromTxt.Text;
            mail.Subject = subjectTxt.Text;
            mail.Body = bodyTxt.Text;
            try
            {
                SmtpMail.SmtpServer
    ...
    See more | Go to post
    Last edited by Frinavale; Mar 31 '09, 02:02 PM. Reason: Added [code] tags. Please post code in [code] [/code] tags.

  • wassssup
    replied to Apply a gradient to hyperlink text
    thanks for your help mate
    See more | Go to post

    Leave a comment:


  • wassssup
    replied to Apply a gradient to hyperlink text
    ah yes gradient is the word..i kinda forgot what is it called..u have any tips on that?
    thanks for the advise!! i dint know that it was a bad design...vs 2005 din give me ay problems..so i thought it was alright..
    See more | Go to post

    Leave a comment:


  • wassssup
    replied to Apply a gradient to hyperlink text
    what i've done is.. i used lable and put it in an ordered list and then use css to "decorate" it

    the asp:
    Code:
    <li><asp:HyperLink ID="hyperlink1" CssClass="button" runat="server">
    <asp:Label ID="lable1" runat="server" text="click"> </asp:Label></asp:HyperLink></li>
    th css
    Code:
    .button
    ...
    See more | Go to post
    Last edited by Frinavale; Mar 27 '09, 02:04 PM. Reason: Added [code] tags. Please post code in [code] [/code] tags.

    Leave a comment:


  • wassssup
    started a topic Apply a gradient to hyperlink text

    Apply a gradient to hyperlink text

    hi,
    i was wondering how do i put color that will look like from darker color to lighter color in a button.
    for example: in a button, instead of having only 1 shade or 1 tone, i would like it to be lets say from dark blue to light blue..

    your help is much appriciated
    See more | Go to post

  • wassssup
    replied to textbox validation
    in .NET
    as for the numers only, u can use masked text box instead of text box. then in the properties column, under the mask section, put ####. if u only allow lets say 5 digits then put #####
    if u don want it blank, u can put something like this in your code
    string.IsNullOr Empty(masktextb ox.Text)
    See more | Go to post

    Leave a comment:


  • wassssup
    replied to java giving 50% chance
    in Java
    yeah...but is there other way then math.random? just curious.....
    See more | Go to post

    Leave a comment:


  • wassssup
    started a topic java giving 50% chance
    in Java

    java giving 50% chance

    i know math.random can randomly generate numbers, but i want to know is there a way to let the system decides which variable to choose from a and b?
    i want to set both can randomly be selected (50 - 50) chance?
    See more | Go to post

  • wassssup
    started a topic cuncurrency
    in Java

    cuncurrency

    anyone here know if there is any website or books that teaches concurrency in java?
    See more | Go to post

  • wassssup
    replied to publish a project
    in .NET
    yeah...my code looks like this..
    Application.Sta rtupPath + \\fypStock.mdb...
    See more | Go to post

    Leave a comment:


  • wassssup
    replied to publish a project
    in .NET
    so what do you recomend me to use?
    is there another way to solve this problem?
    please help...
    See more | Go to post

    Leave a comment:


  • wassssup
    replied to publish a project
    in .NET
    i tested it with the computer that i used to develop the app. if i compile and run the app, no problem. if i publish and run from there same problem...even though the database is still at the right place...
    See more | Go to post

    Leave a comment:


  • wassssup
    replied to publish a project
    in .NET
    it says:
    unhandled exception has ocurred in your application. if you click Continue, the application will ignore this error and attempt to comtinue. if you click quit , the application will close immediately.

    could not find file 'C:\Documents and setting\ local settings\ Apps\2.0\AVGR.P 70\Stock.mdb...
    See more | Go to post

    Leave a comment:


  • wassssup
    replied to publish a project
    in .NET
    oops...forgot to specify that...its a windows form application, not web app.....
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...