Search

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

Matching Posts

  • Re: jqGrid in asp.net

    Hi Everyone I am looking to achieve what you have done here, but unforuntatly I cannot get it to work, I have implemented your code in my webservice an returning back the sem object which I get the following JSON response {"d":{"__type":"jqGridData","total":"1","page":"1","records":"1","rows":[{"id":"1","cell":["45","5","140" ]},{"id"
    Posted to Component Discussions (Forum) by centrium777 on 8/10/2009
  • Re: jqGrid in asp.net

    Thanks for the reply mate and good pointer with the link. I actually narrowed down the problem, eventually after several days and was due to the fact I hadn't put the locale.js file in the correct order before the jqgrid.js file Kinda silly mistake for not following the example to the letter on the jqgrid wiki, however we live and learn I guess. Cheers for help though.
    Posted to Component Discussions (Forum) by centrium777 on 8/10/2009
  • Modal PopUp From UserControl

    Hi I have a usercontrol that contains some buttons, this control is sealed so I do not have access to it, I do however have access to the buttons properties, and what I would like to do if possible is show an ajax modal pop up when the buttons are pressed. The modal will ask for the data and return it to the server for processing. The 2nd part isn't my concern at the minute, and I would be more than happy with being able to somehow wire up the ability to display the modal. I was trying to access
  • Passing HTML form data using POST to Webhandler

    Hi I am able to pass data from a standard HTML form into an webhandler ASHX file using the GET method and Querystring, however I would like to use POST and Request.Form["name"], however whenever I try this nothing comes back. I am extending an existing web application therefore am requiring to use an HTML form rather than webform, I believe this is possible and have looked around the forums and found one example which was what I was doing, i.e making sure it is set to POST and that ID is
  • Re: Webhandler

    Excellent, thanks very much working fine now. Marked as answer.
  • Re: Webhandler

    I've attached the code below don't worry about the variables as these are declared earlier on. What actually happens is the code executes and sends the email as expected, however I am wanting it to redirect to the success page rather than error page, however it seems to do both. If I remove the catch code by commenting it out it redirects to the correct page. When I have it in, I assume it redirects to the success page, then executes the catch code. try { _name = context.Request.QueryString
  • Webhandler

    Hi Guys I am trying to use a try-catch block in ashx file, however for some reason it is always executing the catch code, regardless if there is an exception or not. Is there something I am missing, my presumption was the ashx file behaved the same as an aspx page. Cheers Cent
Page 1 of 1 (7 items)