Jump to content

newcomer2006

Members
  • Posts

    11
  • Joined

  • Last visited

newcomer2006's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. It does work! Thank you very much!Another question is can I use LoginMessage.Text() in C#.net?
  2. hi, everyone,When I want to dispaly a message box using C#.net (vs.net 2003), I found this error:"It is invalid to show a modal dialog or form when the application is not running in UserInteractive mode. Specify the ServiceNotification or DefaultDesktopOnly style to display a notification from a service application. "My code is: MessageBox.Show("OK!");Can some one help me? thanks in advance!
  3. hi, every,I just want to know how to debug an ASP Project with Visual Studio .NET in Windows XP Home? Windows XP home does not have "Local Users and Groups" in system tools, how can I do it?Thanks in advance!
  4. Hi, everyone,I want to create a new ASP.net project using VS.net, but my operationg system is WindowsXP Home edition SP2 which does not include IIS, What can I do? Can I use Apache instead the IIS? How to set up it?
  5. Thank you all very much! It does help me a lot!
  6. Hi, Everyone,I am a newbie to web database programming. I need to build a website using SQL sever and some web database programming language. I just want to know which language is good for me? In my case, I need to read and add some data to some tables in the SQL database.By the way, can someone tell me the difference among JavaScript, PHP, Asp, Jsp and Html?Thanks a million!
  7. hi, everybody,When I use " select * from table where something(such as Year)=the value, Can I replace the value with a variable? How can I do it? Thanks in advance!
  8. hi, everyone,I am a newbie to JavaScript. I want to know how to read, write, add and delete data to a table in a SQL database using JavaScript. Is there some functions? Thanks in advance!
×
×
  • Create New...