Search

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

Matching Posts

  • Protecting code behind

    Hello, Once in a while I bump into a little issue. Like someone changing the code behind from a live app when I am out sick which then breaks the whole app and I can't really say "well that's your fault" :) so I learn to use Publish website (w/o the updatable setting) to handle most situations. However, there is this one application wherein a user needs to be able to change the html code in a couple of html pages onces every full blue moon but I need to stop changes on user controls
    Posted to Security (Forum) by diazmayo on 10/19/2009
  • Re: Select Single Node Null Exception

    That works! But now I am wondering what is the difference between If checkEventsXML Is Not Nothing = True Then End If and If checkEventsXML <> Nothing Then End If
    Posted to XML and XmlDataSource Control (Forum) by diazmayo on 10/14/2009
  • Select Single Node Null Exception

    The following code works the way I need.The only problem is when the select single node returns no values (which is okay). When the node returns no values I get the following error: System.NullReferenceException: Object reference not set to an instance of an object. at CalendarCP_add_cal_event.acceptBtn_Click(Object sender, EventArgs e) 'From selected day to end date add event For i As Integer = 0 To getTimeSpan() Dim checkEventsXMLDoc As XmlDocument = New XmlDocument() Dim checkEventsXML As
    Posted to XML and XmlDataSource Control (Forum) by diazmayo on 10/13/2009
  • Re: Select Single Node Null Exception

    I would like to check if is null, but intellisense is only displaying dbNull which throws another error.
    Posted to XML and XmlDataSource Control (Forum) by diazmayo on 10/13/2009
  • Re: Select Single Node Null Exception

    I've tried that as well, and I get the same error. As of now I have it in a Try Catch statement and it happens to give me the functionality that I need. However I would like to get checkEventsXML as Nothing or String.Empty. During debug mode, the values of checkEventsXML is Nothing however the If statement is not catching that. If checkEventsXML IsNot Nothing Then userAgreementLbl.Text = "We are sorry. Some of the days you have selected for the requested equipment are taken. <br> Please
    Posted to XML and XmlDataSource Control (Forum) by diazmayo on 10/13/2009
  • Re: Select Single Node Null Exception

    I will try that as soon as I get to work tomorrow. Perhaps that will work. I have a feeling about that one.
    Posted to XML and XmlDataSource Control (Forum) by diazmayo on 10/13/2009
  • ModalPopup extender and postback event

    I have a little bit of an issue comprehending the event order when using ajax. I have a couple of variables That I want to pass to my modalpopupextender panel. However the script runs before my submit button. I would like to First , go to my submit button event so that I can set te text of the labels inside the panel and then have the extender popup and then when the user click "Accept" inside the panel I want to rund the event handler of that button. in that particular order. However,
    Posted to ASP.NET AJAX Control Toolkit (Forum) by diazmayo on 10/11/2009
  • Re: ModalPopup extender and postback event

    I found the answer, just sort of difficult to understand what people are trying to say when they describe the solution. Basically, 1. Drag button and make it invisible 2. Set the TargetControlID to be your dummy button 3. Make sure that your Modal Popup extender doesn't have OkControlID="acceptBtn" (Same for the cancel if you need to run some code). 4. If you want a button to trigger the ModalPopup at the following in the event: ModalPopupExdenderID .Show() That will make your modal
    Posted to ASP.NET AJAX Control Toolkit (Forum) by diazmayo on 10/11/2009
  • Re: Help me figure this one out, why is my session null!?

    I used session.Clear at somepoint, that was my problem.
    Posted to State Management (Forum) by diazmayo on 9/16/2009
  • ASP and ASPX

    So I have this application that I need to migrate to aspx. The application as of now is using both and I need to make a quick implementation of the ajax editor (quick temp fix) asap. I need a variable from an asp page. The variable is in a session, is there a way I can send that variable to to an aspx page (anyway will do).
    Posted to Migrating from ASP to ASP.NET (Forum) by diazmayo on 9/16/2009
Page 1 of 12 (114 items) 1 2 3 4 5 Next > ... Last »