Search

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

Matching Posts

  • Re: How to generate proxy for a flash client from WSDL for WCF services

    Hello All I have the solution to the problem i stated in my previous post and wanted to share the way out with all of you. The problem was: "Can some one help me with any proxy generator for Flash which could process the WSDL file." Solution: There is an add on in FLash 8.0 called as webservice connector which is able to decode the WSDL file for the webservices easily and provide the methods exposed with the parameters to be sent as input to the webservice. however since my problem was
    Posted to WCF REST Starter Kit (Forum) by rajat123 on 7/14/2009
    Filed under: WCF, WSDL, Proxy, Flash
  • How to generate proxy for a flash client from WSDL for WCF services

    I have a strange problem to handle here. At one end MS Visual studio provides a utility function called as svcutil which takes WSDL file as a parameter and generates a proxy for client and a configuration file.WSDL file has the wcf services and not webservices. On the other hand, I am now required to call the WCF services from a flash client.Can some one help me with any proxy generator for Flash which could process the WSDL file. A prompt reply will be appreciated. -Rajat
    Posted to WCF REST Starter Kit (Forum) by rajat123 on 6/25/2009
    Filed under: WCF, WSDL, Proxy, Flash
  • Failed to load viewstate

    Failed to load viewstate. The control tree into which viewstate is being loaded must match the control tree that was used to save viewstate during the previous request. For example, when adding controls dynamically, the controls added during a post-back must match the type and position of the controls added during the initial request. I receive this error message when i switch from the readonly view of the gridview to the edit view.
    Posted to Web Forms (Forum) by rajat123 on 12/1/2008
    Filed under: AS.NET 2.0, gridview
  • Unable to update the values for the cloumn which have null values in detailsview control

    i m updating a record in a details view by clicking update button. I m able to change the values of the various columns which have non null values. However update is not working when the value of the cloumn is a null value in the database. Any idea how to resolve this?
    Posted to Data Presentation Controls (Forum) by rajat123 on 10/3/2008
    Filed under: detail view edit and update functionality
  • Re: unable to move to the original page when clicking hyperlink

    Hi All One more observation: i have required field validators on the Edit page. Could they stop the state of the page from returning to the original state in a readonly gridview when i click on the hyperlinkbar for the same page.?
    Posted to Data Presentation Controls (Forum) by rajat123 on 9/29/2008
    Filed under: gridview editmode
  • unable to move to the original page when clicking hyperlink

    i have a side bar with hypelrinks to various asp pages.In one of the pages if i edit a record in the gridview and unless i click cancel i m not able to move back to the home page for the grid. clicking on the side hyperlink for the page does not go to the homepage but remains on the Edit page. DO i have to change viewstate property or make the selectedindex of the the gridview as -1 ??
    Posted to Data Presentation Controls (Forum) by rajat123 on 9/24/2008
    Filed under: gridview Edit
  • details view edit mode opening blank

    HI, Steps followed: 1.Every row in the gridview has an edit button in the last column. 2.clicking "Edit" should open THAT record in EDIT mode in a Detailsview. _____________ Observation: The detailsview does not appear _______________________ Code used: The following is the code i m using to display the details view in edit mode. protected void GridView1_RowCommand( object sender, GridViewCommandEventArgs e){ if (e.CommandName.Equals( "myEdit" )) { GridView1.Visible = false ;
    Posted to Data Presentation Controls (Forum) by rajat123 on 9/19/2008
    Filed under: Details view edit mode
  • Re: how to compare control values in different insert item templates?

    i got my answer here. http://forums.asp.net/t/1313093.aspx
    Posted to Data Presentation Controls (Forum) by rajat123 on 9/5/2008
    Filed under: Compare two date values from two different insertItemTemplates
  • enableViewstate property asp.net controls

    HI I saw a property for the detailsView called "EnableViewState"which according to the description retains the value/state of the control for use in round trips.I have placed the gridview inside an updatepanel.what exactly does the property do?
    Posted to ASP.NET AJAX Discussion and Suggestions (Forum) by rajat123 on 9/5/2008
    Filed under: enableViewstate property asp.net controls
  • Re: Compare two date values from two different insertItemTemplates

    HI Ganesh Thank u very much.This turnaround was of tremendous help to me. I followed the same approach which u suggested in the event protected void SqlDataSource2_Inserting( object sender, SqlDataSourceCommandEventArgs e). Happy Ganesh chaturthi in advance to Ganesh.:)
    Posted to Data Presentation Controls (Forum) by rajat123 on 9/2/2008
Page 1 of 3 (21 items) 1 2 3 Next >