Jump to content
Xtreme .Net Talk

Hobbes

Avatar/Signature
  • Posts

    37
  • Joined

  • Last visited

1 Follower

Hobbes's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. If you fill the textbox in the page_load event, use if not isPostback then --> enter your Code here.... End if Most likely, when there is a round trip to the server, it resets the textbox and thus, no changes is made. Hope this helps :)
  2. I am having a problem with special characters. I have a input box that will allow visitor to my page to enter messages. However, when the messages contained quotes, single quote, and other special characters, it will show an error when inserting to the DB I manage to fix the single quote ... like so strH = Replace(strH, "'", "‘") but I cannot figure out how to fix the quote (") ... Please help!!
  3. I am doing this on a test site - europe.webmatrixhosting.net I tried the instruction on the error message but failed to find the security tab in the properties of the page. Thanks
  4. Help! Somehow I kept getting the following exception. I am trying to send e-mail using the system.web.mail ??? Please help..... :confused: :confused:
  5. Thanks guys! :)
  6. Thanks guys! BungPeng, can you direct to those site? I currently using the sql (with access...) but I found it inefficient coz of the 255 character limit. Kindly advise.
  7. I am creating a simple website to allow friends and family to post message into a forum. Is there a simple way to create one? Thank you.
  8. Thanks guys. :)
  9. Hey guys, I am having problem with my web-config file. I receive the follwing error. I did not have any problems/error when I ran it on my local sever. Please help.... Thanks guys! Server Error in '/' Application. -------------------------------------------------------------------------------- Configuration Error Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately. Parser Error Message: It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level. This error can be caused by a virtual directory not being configured as an application in IIS. Source Error: Line 2: <system.web> Line 3: <customErrors mode="Off" /> Line 4: <authentication mode="Forms"> Line 5: <forms loginUrl="login.aspx" /> Line 6: </authentication> Source File: d:\users\colinsmis\smis\web.config Line: 4 -------------------------------------------------------------------------------- Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET Version:1.1.4322.573
  10. Thanks Guys! Sorry to reply so late. Have been out of town for the pass month
  11. Hey Guys, Could anyone help me? This is urgent. Or maybe is there another way to do all this? Kindly advise... deeply appreciated Thank you
  12. Greetings! I am trying to do the following: On Page_load, I filled my DataGrid with records, and also I want only the first record to be display into a bunch of text boxes. The problem: How do I get the value in a particular cell of the DataGrid? Please help. Thank you. :confused:
  13. sure... here it is ... Thanks guys! Note: some of the forms not done yet store.zip
  14. Add: If anyone is kind enough to, I will e-mail the files for you to try. Please contact me @ l.colin@myrealbox.com
  15. Thanks for the reply. I tried it and got the following error. Compiler Error Message: BC30506: Handles clause requires a WithEvents variable. By the way, I developed it using visual studio using sqlConnection. Now I am using webmatrix to do it in MS access Any ideas??
×
×
  • Create New...