Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: kebele
  • Order by date
  1. kebele

    Feedback Form

    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...
  2. kebele

    Feedback Form

    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...
  3. kebele

    Feedback Form

    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)
  4. kebele

    Feedback Form

    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...
  5. kebele

    calendar

    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...
  6. kebele

    calendar

    ca8msm you are so awsome! Thanks
  7. kebele

    calendar

    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...
  8. kebele

    calendar

    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!
  9. kebele

    calendar

    If this is possilbe tperri can you give me an example how this can be done?
  10. kebele

    calendar

    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"...
  11. kebele

    calendar

    Thank so much...have a blessed weekend!
  12. kebele

    calendar

    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...
  13. kebele

    calendar

    That did for me. as always thanks for the tip and help.
  14. kebele

    calendar

    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...
  15. kebele

    calendar

    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...
  16. kebele

    calendar

    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.
  17. kebele

    advanced search

    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...
  18. kebele

    calendar

    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...
  19. kebele

    Date picker

    Thanks for the reply.Can you give me an example how this can be done. thanks again.
  20. kebele

    Date picker

    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...

Part and Inventory Search

Back
Top