Search

You searched for the word(s): userid:617574

Matching Posts

  • Re: Unable to reference UpdatePanel in Code Behind

    Day 6.... I cleared out all of my AJAX controls. And my design file works. I added the control modalpopupextension (AJAX), and it works to my surprise. So I have figured out that my AjaxControlToolbox works. I added an update panel, and I get the error that the designer file generation failed. I believe my problem is with the AJAX Extensions not the controls, which is the System.Web.Extensions Version 1.0.61025.0. I will be digging into the extensions next. Again, All help is appreciated. I wil continue
  • Re: Unable to reference UpdatePanel in Code Behind

    Some more information. I have System.Web.Extensions version 1.0.61025.0 and version 3.5.0.0. My references are pointed at 1.0.61025.0 and when I roll over the AJAX extensions they state they are version 1.0.61025.0. But I thought maybe if somebody saw something wrong with this, they could let me know. Thanks!
  • Re: Unable to reference UpdatePanel in Code Behind

    Hi Pawan_Mishra, I am using VS 2005, 2.0 Framework. I uninstalled the AJAX Extensions to see what would happen. When I did that, other projects within the solution came up in error (as expected). The project I am having a problem with is a sub project of a solution that contains 6 projects. Other projects are using AJAX extensions, with no problem. I cannot figure out why one project out of the 6 are having problems. I am going to reinstall the AJAX extensions and then go from there. It is probably
  • Re: Unable to reference UpdatePanel in Code Behind

    As for the modalpopupextender, when I run the website, I get "Unknown server tag 'cc1:ModalPopupExtender' ". So even thoguh I can add it to an ASPX page, and I can reference it from code behind, it does not work. Hmmmm, frustrating. Why does this work in other projects in the same solution. I have tried to make new pages in the project with the same result. Very odd. It has to be something with references, web.config, or something along those lines.
  • Re: Unable to reference UpdatePanel in Code Behind

    Alright, I made some Head way. If I drop this in the aspx source: <%@ Register Assembly="System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" Namespace="System.Web.UI" TagPrefix="asp" %> Now everything works. I have this referenced in the project, so why do I have to do this in this project and not in others to get the AJAX working?
  • Re: Unable to reference UpdatePanel in Code Behind

    It has something to do with my AjaxControlToolbox. If I remove all of my AJAX controls from my page, I can add other controls, they end up in the designer and I can reference them from my code behind. If I add an AJAX control to my page, the generation of the designer file fails, as I add controls, non of them are added to the designer, and because nothing is being added to the designer, I can not reference the controls in the code behind. What am I missing in the references that allows the designer
  • Re: Unable to reference UpdatePanel in Code Behind

    I am still working on this. None of my Ajax controls are added to the designer file when I add the to the ASPX. Nor does my regular controls. I am thinking that I have some bad html or something in the file, but no errors are coming up. I am wondering if maybe it is a reference issue. Any help is appreciated.
  • Unable to reference UpdatePanel in Code Behind

    VS 2005 AJAX Controls 1.0.61025.0 VB Hello, I am using an Update Panel in my project, but in the code behind when I try to access the update panel by me. updatepanelname, intellisense does not find the control. I have tried to use the findcontrol, and have comeup with Nothing. What am I missing to reference the update panel control?
  • Re: Unable to reference UpdatePanel in Code Behind

    Hi Fayaz, Yes you are correct, Web Project. It is getting late. Any reason why it fails? Also, I noticed that it is only the AJAX controls that are not in the designer. I added my update panel by adding the code to the designer file: '''<summary> '''pnlMainPage control. '''</summary> '''<remarks> '''Auto-generated field. '''To modify move field declaration from designer file to code-behind file. '''<
  • Re: Object not set to an instance of an object.

    I have figured it out. I changed my stored procured so that the @result was selected not returned (i.e. select @result). I changed my DAL so that it was scaler (return one value). And I change my function to this: Function CommentRequestedMessage(ByVal dataitem As Object) As String Dim dbcommand As Database1.DAL.EntryClientDataSetTableAdapters.QueriesTableAdapter = New Database1.DAL.EntryClientDataSetTableAdapters.QueriesTableAdapter Dim commandResult As Integer = 1 commandResult = dbcommand.spCheckComments
Page 1 of 14 (137 items) 1 2 3 4 5 Next > ... Last ยป