User Profile
Collapse
-
i see, so what is the 1 1 in your code? and does it have to be a ` ` there? what does it do -
i dont want to specify the char i want to replace, the the location of the char that i want changedLeave a comment:
-
when u put ; does it mean | can u give an example? i dont really understand the code..im new to unix :)Leave a comment:
-
i can use anything..the only 2 thing i cant use is sed and awkLeave a comment:
-
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?Leave a comment:
-
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. -
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
Last edited by Frinavale; Mar 31 '09, 02:02 PM. Reason: Added [code] tags. Please post code in [code] [/code] tags. -
-
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..Leave a comment:
-
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>
Code:.button
Last edited by Frinavale; Mar 27 '09, 02:04 PM. Reason: Added [code] tags. Please post code in [code] [/code] tags.Leave a comment:
-
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 -
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)Leave a comment:
-
yeah...but is there other way then math.random? just curious.....Leave a comment:
-
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? -
cuncurrency
anyone here know if there is any website or books that teaches concurrency in java? -
yeah...my code looks like this..
Application.Sta rtupPath + \\fypStock.mdb...Leave a comment:
-
so what do you recomend me to use?
is there another way to solve this problem?
please help...Leave a comment:
-
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...Leave a comment:
-
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...Leave a comment:
-
oops...forgot to specify that...its a windows form application, not web app.....Leave a comment:
No activity results to display
Show More
Leave a comment: