Search

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

Matching Posts

  • Re: asp.net VS-2005 Website Data Sources is empty

    Hi, I have the VS 2005 SP2, and it still doesn;t work, install the sp1 anyway? Thanks in advance, Dani.
    Posted to Visual Studio 2005 (Forum) by ferchen on 12/8/2009
  • asp.net VS-2005 Website Data Sources is empty

    Hi, When I create a rdlc file(Report) the dialog box : "Website Data Sources" is empty, I can add a typed dataset, but the buisness objects (Classes) I created sometime disappear and sometime shown, When I click/ remove some references it show and hide. I would really appriciate some help, thanks in advance, BTW I followed: http://msdn.microsoft.com/en-us/library/ms251692(VS.80).aspx It works fine but after a while, it disappears again. I tried it on several computers(which means it's
    Posted to Visual Studio 2005 (Forum) by ferchen on 12/3/2009
    Filed under: Visual Studio 2005, ASP.NET, Report Viewer, Rdlc Report
  • Re: Reports asp.net 2005

    Hi, thanks for your help, It doesn;t show anything should or how do I relate the rdlc to the class? Thanks in advance
    Posted to Architecture (Forum) by ferchen on 11/30/2009
  • Reports asp.net 2005

    Hi, 1. How do I use the vs 2005, asp.net reportsview with classes and not just a typed dataset? 2. What is the best way to show reports on Asp.Net? the reports viewer? google charts? I would appriciate some help. Thanks in advance, Dani.
    Posted to Architecture (Forum) by ferchen on 11/29/2009
  • Re: parameters to webservice

    hi qwe123kids, I read the post from codeproject but did't understand the use of : http://tempuri.org/ and my webservice is going on well, when i run it from the ws link but when i consume it in JS nothing happens, Thanks in advance. Dani.
    Posted to Client Side Web Development (Forum) by ferchen on 10/20/2009
  • parameters to webservice

    Hi all, I have a simple WS(web service): [WebMethod] public string HelloWorld(string MyParam) { return "HelloWorld" + MyParam.ToString(); } I want to pass the MyParam to this WS from a javascript function, I can get the WS to work without the Parameter, 1. I tried to use the prototype library but there is a collision with the Jquery libraries. 2. I tried to use the SOAP ActiveX but wasn't able to send params: function DOSTUFF { var xmlObj = new ActiveXObject("Msxml2.DOMDocument"
    Posted to Client Side Web Development (Forum) by ferchen on 10/19/2009
  • Re: Jtemplate question

    Hi, I solved the problem: the object: <button></button> which means, when you click on it, it will trigger the function but then again the whole page. I used <a href> and <input type="button"> instead. thanks in advance, Dani.
  • Jtemplate question

    Hi all, I'm trying to trigger a Jtemplate repeater from an onclick html button event: $("#btnReady").click(function()... w hen inserting the data it refreshes it on the page and then dissapear. I can;t understand why, I'll appriciate some elp, thanks in advance, Dani.
  • several repeaters on the same page

    Hi, I have a page with a tree on the left side, repeaters should be loading in the middle of the page. When clicking on the parent category of the tree I want to load repeater A, and when clicking on the sub category I want to load repeater B; Repetaer A and B have different columns, Row and headers, How can I do that? Thanks in advance for your help, Dani.
    Posted to Data Presentation Controls (Forum) by ferchen on 9/30/2009
  • Re: several repeaters on the same page

    I just figured it out, so I'll post the answer for any of us who needs it, and of course I'll appriciate comments on it. we'll add 2 repeaters in the aspx page, each one with the needed columns and headers. Code behind will refer to the required datasource and then Bind it to the required repeater. Have fun, Dani.
    Posted to Data Presentation Controls (Forum) by ferchen on 9/30/2009
Page 1 of 6 (57 items) 1 2 3 4 5 Next > ... Last »