User Profile

Collapse

Profile Sidebar

Collapse
urbn
urbn
Last Activity: Jun 17 '10, 12:49 AM
Joined: Jul 11 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Well I never found a fix for this but I did find a work around. Hopefully this helps someone else if they have to deal with this.

    Currently all my pages are set to use codefile="filen ame.aspx.vb". I can edit while debugging just fine.

    Now if you end up having to add any controls (textbox for example) add the control, change codefile to codebehind and save. Designer file will be updated. Then switch back...
    See more | Go to post

    Leave a comment:


  • I was able to with 2005 no problem. But this was when the site was just a website and not a web application. Once I converted the site to a web application (and this adding the designer.vb files) it would no longer allow editing aspx.vb files, but editing the .aspx file (HTML,JS,CSS,Im ages,Etc).

    From my understanding what little information I could find is that codebehind compiles your files before debugging/releasing where as codefile...
    See more | Go to post

    Leave a comment:


  • ASP.NET with visual studios 2010 problem with editing while debugging

    I upgraded to visual studios 2010 last week. I also migrated a large web application over that I was working on.

    I ran into a huge issue with CodeFile and CodeBehind. I ran the "convert to web application" feature for the project which included designer.vb files and required me to go though can change CodeFile to CodeBehind.

    Now everything IS working within the web application after 40ish hours of fixing...
    See more | Go to post

  • If your in front of visual studios look righ under the tabs for your files you have open, directly above the main editor window.

    There are one or two drop down menus in this area. Sometimes it has a drop down listed "Client objects & events" or the name of your classes in the current file or just "general".

    I really don't know of any better way to explaiin it. like the ONLY drop down menus in...
    See more | Go to post

    Leave a comment:


  • urbn
    started a topic Visual studios interface menu name.

    Visual studios interface menu name.

    I've been searching for this answer for a few hours now. I even went to a local book store and looked through all their visual studio realted books.

    What is the name of the drop down menu in visual studios below the tabs of files your working on that displays the "Client objects & events" or "General" and "Decelarati ons" drop down menus.

    Is it something like the "object viewer"?...
    See more | Go to post

  • urbn
    started a topic asp.net DropDownList XML multiple datatextfield

    asp.net DropDownList XML multiple datatextfield

    Is there a way to display several records in the datatextfield in a asp dropdownlist?

    I know the fix when populating the dropdownlist from a datagrid was to edit your SQL query but the values I am receiving are sent via an XML string.


    The idea would be to display a name, price, and date in the dropdown text.

    Currently I am getting the following error:
    DataBinding: 'System.Data.Da taRowView'...
    See more | Go to post

  • urbn
    started a topic Ajax test before data request

    Ajax test before data request

    Hi everyone.

    I am finally starting to focus more time on learning AJAX for the last few days, and I ran into a problem I couldn't find a solution too, or find much info on how to do this.

    What I am looking to do is have a page that is displaying content (varies between docs to videos) which are all pulled up from within a web browser (always IE).

    What currently happens is every few minutes the data is...
    See more | Go to post
No activity results to display
Show More
Working...