hi there, i have a sample.jpg that whenever i change the file to another , i have problems to write the file again. and have to change the security setting of the files again ....
lhahehal
Posts
-
permission rights -
pictures in gridhi there , is it possible to use a datagrid to display a picture in datagrid but when u scoll over the image , a box will appear with description of that image ?? are there samples available ...?
-
server rejected addressDim Message As New MailMessage Message.To = "031799@asd.com Message.From = "ACCA Bank" Message.Subject = "Your Password" Message.Body = "Here is your login password : " & pass SmtpMail.SmtpServer = "smtp.aaa.com.sg" SmtpMail.Send(Message)
-
server rejected addresshi there why do i receieve the error The server rejected the sender address. The server response was: 501 Bad address syntax Line 42: SmtpMail.SmtpServer = "smtp.aaa.com.sg" Line 43: SmtpMail.Send(Message) <----- in red -- modified at 6:01 Thursday 9th February, 2006
-
sending of toneshi there , can i send a ringtone using sms ? or it has to be mms ?? if is using sms can have examples on how to go about doing it ..
-
hiding the urlhi there , how do i hide full path of the url when displaying them as hyperlink ... the path for the link is retrieved from db as string ..
-
timer response.redirect ..i mean timer .. after a few seconds then it will redirect ..
-
timer response.redirect ..does the below script have a times like response.appendheader ?
strRedirect = "" strRedirect += "parent.frames('main').location.href='TeensPage.aspx';" strRedirect += "" Response.Write(strRedirect) Response.Flush()
-
debug not working ..where to get debug configuration ...
-
debug not working ..compile in debug mode ? i only rebuild my solution file ...
-
debug not working ..hi there, how is it all of a sudden the debug mode(f5) ignores all breakpoints ... i even restarted vs2003 ..
-
reload the frameicic .. so what if my button already has code behind and i still want that button to do the refresh ... is it possible ?
-
reload the framei have 2 pages inside a frame, and my button is located inside btm.aspx .. is there a way to have the button inside btm.aspx refresh the top.aspx page ?
-
frame refreshfor example , i have and my button is located inside btm.aspx .. is there a way to have the button inside btm.aspx refresh the top.aspx page ?
-
frame refreshhi there , how do i on a button click event refresh the all the pages within the frame ?? or refresh a few pages in the frame ...
-
html labelmay i ask why do they give me an error for DIV1.Style.Add("font-color", "'" + Color.FromName(dl.SNameColor) + "'")
-
html labelhmm i thought html label does not have a id ?
-
html labelhi there , is there any possibilty that i can apply a setting to a html label ... something like Label1.Font.Name = dl.SNameFont ??
-
system.byte[] problemhi there , whenever i try retrieve a file from my db it always displays System.Byte[] in the datagrid .. how do i display the whole file .. ?
-
db not able to catch the datakk thx .. got it to work ..