PsychoCoder thank you for your response and please bear with me as i learn this sending e-mail..I prefer to have all the info. in the webconfig file as you suggested above.My question is how or where can i find information on relayserverhost name? I think port number is 25 and also where can i...
The error message seems to go away once i add this line
objEmail.To.Add(New MailAddress("Bid.Letting@dot.state.mn.us"))
but I am getting a different error messge.What to I need to do for SMTP hos to work properly.Do I need to add someting into the webconfig file? Please help
Thank you so much...
PsychoCoder thank you for reply and I changed both and I am still getting this error message on first line here is sayst property TO is read only.any clue on that?
objEmail.To = New MailAddress("Bid.Letting@dot.state.mn.us")
objEmail.From = New MailAddress(txtEmail.Text)
hi all,
I am working on this feedback form and I am entering the data to access database and then also send the result by e-mail. This way, if the email gets lost, there is still a record of the Feedback.
I think i can enter the data with out any problem but sending e-mail part is giving me a...
Here is the entire code for someone who want to work with calender.
<%@ Page Language="VB" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<script runat="server">
Sub calEventDate_SelectionChanged(ByVal sender As...
Thank you all, I learned a lot from you.
I just used code form ca8msm and I am just wondering how to get back the ">" when a year is not equal to 2007. I just added calEventDate.NextMonthText = calEventDate.ShowNextPrevMonth and does not work ...any clue. thanks a bunch
Protected Sub...
As jbenson001 suggested it can not be possible to reference that particular cell....Well for now I should stick with what i have. Thank you all for the tip and help.
Have a blessed weekend!
Thanks tperri for the tip and try to help me out here.
I did create this and I donot know where to add it.
<style type="text/css">
#DisableNexMonth
display:none;
</style>
below is my code for calendar
<%@ Page Language="VB" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"...
One more question ...how hard it is to make this code only to display ">" arrow until 2007 and ShowNextPrevMonth property set to false when someone try to make a selection year beyond 2007..like 2008 and give them a choice only to go back.any idea how this can be done. if it is hard to do it...
Thanks for the reply..
I checked the link you provide to me and come up with this code and still not working for me.I am a little bit furstrated ..I do not know why it is not working.any additional help would be appreciated
Protected Sub calEventDate_DayRender(ByVal sender As Object, ByVal e...
e.Cell.Text = ""
Just added this line of code and the calendar does not have any day selection when i select year 2008.The calendar control does not have give the option to select date and it is just blank. It really looks ungly and unprofessional. I wonder if there is a way to disable the...
Thanks Jim! I am still able to select year 2008 ....here is an example after i apply your code 01/01/2008. any clue why? It is greyed out but I can still select the value ...
thanks again.
Hopefully this will give you a clue .....it is very simple example but it helps me learing how to create an advanced search page. good luck
Imports System.Data
Imports System.Data.OracleClient
Imports System.Configuration.ConfigurationManager
Partial Class ItemSearch
Inherits...
Hi all,
I am working with calendar control and when the user select the year from the link i create for calendar control i do not want them go beyond the year 2007. how can this be done. thanks for the help.
<%@ Page Language="VB" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0...
I am working on the date picker control and I do have one problem that you expert might help me out. When I click the image I created for the date picker the calendar is open up and I select the date and it will populate my text box. So far I do not have any problem but when I wanted to move...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.