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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by jennifercheng2008

  1. jennifercheng2008

    Sever controls are hidden in VS2005?

    Just figured it out. After C# code's property (Build action) from "content" to "embedded resource", everything is ok. Jennifer
  2. jennifercheng2008

    Sever controls are hidden in VS2005?

    It's too bad. restart of vs can't fix this problem. i should reinstall vs. Thanks. Jennifer
  3. jennifercheng2008

    Sever controls are hidden in VS2005?

    Strange thing happened! First I can't see controls in c#. After I changed aspx code to design view, and back to "source view", I can see the controls in c# code. But when compile, still get the same error message in my first post. Any advice will be appreciated. Jennifer
  4. jennifercheng2008

    Sever controls are hidden in VS2005?

    Hi Jason, I deleted the old codes, and create new one. It is worse this time. I even can't see the controls. When I write "this.", the controls (textbox and label) can't show in the popup window. Is there any problem with my VS2005? Thanks. Jennifer
  5. jennifercheng2008

    Sever controls are hidden in VS2005?

    I spend hours today in this problem: It looks the controls are hidden during compile. In the c# code, I can see the controls. When I write "this.", the controls can show in the popup window. But compile the code, I got error message "_Default' does not contain a definition for...
  6. jennifercheng2008

    Change HTML code to plain text file

    Thanks very much. I will take a look cflib.org. Jennifer
  7. jennifercheng2008

    Change HTML code to plain text file

    Thanks. I got solution: REReplaceNoCase(str,"<[^>]*>","","ALL"); Jennifer
  8. jennifercheng2008

    Change HTML code to plain text file

    I have following message as following. I want to remove the HTML tags, only ge the plain text:We're seeking knowledgeable, passionate individuals.Home Depot is the world's largest home improvement retailer.The Home Depot Canada... <FONT size=3> <P align=left><FONT face="Verdana, Arial...
  9. jennifercheng2008

    Pass Array from C# to javascript

    I tried. But same thing happened. Anyway, thanks, jeff. Jennifer
  10. jennifercheng2008

    Pass Array from C# to javascript

    I have a string array SchoolName[100] in .net aspx.cs file. Now I want to pass this array to javascript code. But I can't use following code: var addresses=new Array(); for (var i=0; i <99; i++) { addresses[i]= "<%=SchoolName[i] %>"; } If i is not defined in aspx.cs file, the...

Part and Inventory Search

Back
Top