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 SkipVought 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: CdnRebel
  • Order by date
  1. CdnRebel

    Attribute 'ms_2d_layout' is not a valid attribute of element 'table'

    Mark, According to the other person at the other site, it is a validation error. It worked in the previous version and I would just as soon not go through almost 30 programs to remove the attribute, if there is an alternate option which may require going through all the programs. Thanks, Mary
  2. CdnRebel

    Attribute 'ms_2d_layout' is not a valid attribute of element 'table'

    Mark, I did gather that it was an invalid attribute for the Table tag according to Visual Studio 2005, but I did not write the code and I was unable to find what that ms_2d_layout="TRUE" was supposed to do. My guess is that is has something to do with splitting a page in two and having...
  3. CdnRebel

    Attribute 'ms_2d_layout' is not a valid attribute of element 'table'

    Hi! I am new to Visual Studio and ASP.NET. I got the above error message on the code below. It is from an ASP.Net file (I think version 1.1). I get the error when I try to open it with Visual Studio 2005. Is there some other way of coding that; so that, I still end up with the same results...
  4. CdnRebel

    Will previous version of ASP.Net work with C# with VS2005

    Hi Melagan, Thanks, I'll remember that and mikesdotnetting from forum.asp.com explained where I could find the answer to resolve my problem. He said that the error message is supposedly trying to indicate that I need other arguments and that I needed to look in the tools class at the...
  5. CdnRebel

    Will previous version of ASP.Net work with C# with VS2005

    Hi! I got rid of all the other error messages (I think), but I am stuck on the error message: "No overload for method 'FormatImagePath' takes '1' arguments" that refers to the following code: <table> <tr> <td> <asp:ImageButton ID="btnProductDetail" Runat=server...
  6. CdnRebel

    How do I compile C# programs with Visual Studio 2005?

    Jeff, I followed all your steps and moved the .dll files from the Bin folder to the test area in the website and the it still seems to be picking up the older versions. I'm going to download Service Pack 1 which supposedly has a conversion from 2003 to 2005 and see if that won't cut down on...
  7. CdnRebel

    Will previous version of ASP.Net work with C# with VS2005

    I don't see a project file with the .vbproj qualifier. I am using C#, is .vbproj a Visual Basic file? Thanks, Mary
  8. CdnRebel

    Will previous version of ASP.Net work with C# with VS2005

    In response to Babloome, when I right clicked on the project, there was no option to select run with 2005. Just following up. Thanks, Mary
  9. CdnRebel

    Will previous version of ASP.Net work with C# with VS2005

    Hi Jeff, I did start working with the information on the other forum, but I did the Ctrl + F5 after I opened the website folder on my desk top and I started getting all these error messages that I wasn't getting before. Although there have been suggestions from everywhere, that Visual Studio...
  10. CdnRebel

    Will previous version of ASP.Net work with C# with VS2005

    1. NO FUNDS. I have searched www.msdn.com and several other sites. 2. The sites tend to have information on the programming and how to use it, but haven't clearly stated that my only choice ( which it sounds like from your message) is to convert everything to version 2.0. 3. I did the...
  11. CdnRebel

    Will previous version of ASP.Net work with C# with VS2005

    Hi! I'm new to ASP.NET and Visual Studio and C#. If I have to compile my C# files with Visual Studio 2005, will they work with ASP.NET files created in previous version and updated outside Visual Studio 2005? I am currently using Visual Studio 2005 on the website folder on my desktop (I...
  12. CdnRebel

    How do I compile C# programs with Visual Studio 2005?

    Thanks, Alex! I was a mainframe programmer in another life. The .cs file is a code-behind page and it does come with a .aspx file with the same name. I've gotten rid of the errors and run the Build Page on all the .cs files that I changed. I am not sure though about what you mean by build...
  13. CdnRebel

    How do I compile C# programs with Visual Studio 2005?

    Hi, I chose the option to create the websitefoldername.sln file in my website folder and unfortunately, I got error messages in that particular .cs file. However, I tried the Build Page on another .cs file and I got Build Succeeded. Does that mean that my .cs file has compiled and if that is...
  14. CdnRebel

    How do I compile C# programs with Visual Studio 2005?

    I am new to asp.net, C# and Visual Studio. I've updated an existing website, made all the coding changes and found out that I've been working with C# and that they need compiling. I do not have an IIS server attached to my computer. I do not have a registered version of Windows XP on my...
  15. CdnRebel

    How do I compile a C# file using Visual Studio

    I am new to asp.net, C# and Visual Studio. I've updated an existing website, made all the coding changes and found out that I've been working with C# and that they need compiling. I do not have an IIS server attached to my computer. I do not have a registered version of Windows XP on my...
  16. CdnRebel

    The right bracket from my input definition displays on my form

    Pete, Thanks. The JSP server was the problem. We didn't have one at the office and the area my code was moved into at school doesn't appear to have one either. I was just working from my desktop at the office. The info on the comments was very helpful as well. Thanks again.
  17. CdnRebel

    My date is not displaying on my form

    Pete, You were right about needing the JSP server. Also, I did need to redefine my date with an explicit java constructor. Thanks
  18. CdnRebel

    The right bracket from my input definition displays on my form

    My code is in a .jsp page. The calling program is .html and takes the code through a webserver. The java code only displayed when I tried it as you suggested. My original and current problem still is the right html bracket appearing on the form.
  19. CdnRebel

    My date is not displaying on my form

    Yes, I have tried it with out.println(&quot;'&quot; + DATE + &quot;'&quot;) and I have tried using a different name and the results are the same. I don't know, if we have a JSP server here, but they should have one at school. I will try there tomorrow.
  20. CdnRebel

    The right bracket from my input definition displays on my form

    Okay, for the lack of a better word (because it wasn't html code inside my jsp), &quot;<%out.println(fname);%>&quot; ends up displaying inside my textbox and yes, when I comment out the &quot;out.println(...)&quot;, the textbox displays fine. Mary

Part and Inventory Search

Back
Top