Search

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

Matching Posts

  • what is sqlhelper

    Hi friends whats sqlhelper ? these days am keep reading abt this class .looks like its a class related to DAAB. am using patterns & practices june edition application block but i did not see any sqlhelper class in it !! this sqlhelper class is in old version of DAAB ,is it? Thanks for your input
    Posted to Microsoft Application Blocks (Forum) by prk on 11/30/2005
  • Re: DataGrid paging with DataSet as a DataSource

    Hi Ron following link deals with similar issue see if that helps http://forums.asp.net/1080001/ShowPost.aspx
    Posted to Web Forms (Forum) by prk on 10/27/2005
  • Re: error unzipping files

    ok i got it resolved. if anyone having similar issue try following link http://msdn.microsoft.com/asp.net/default.aspx?pull=/library/en-us/dnaspp/html/IntroTimeTrack.asp we dont need unzip the files manually a they can unzipped when we create new website by time tracker from template section.
    Posted to Time Tracker Starter Kit (Forum) by prk on 10/18/2005
  • error unzipping files

    Hi friends I just downloaded time tracker and when i try to unzip the file i get following error "warning : skipping "timetracker\images\* the 32-bit crc stored in the local header for this file is not same as the 32 bit crc stored in the central header" and i cant unzip !!any ideas how to fix this. i tried to download couple of times but no use. Thanks for your help
    Posted to Time Tracker Starter Kit (Forum) by prk on 10/18/2005
  • Re: displaying only part of data in a column(gridview )

    Thanks Bilal.That makes sense :)
    Posted to Data Presentation Controls (Forum) by prk on 10/18/2005
  • Re: sorting dropdownlist

    Thanks for the reply mate and as i mentioned i already tried that i mean changing return type of function to dataview but am getting following error. To be XML serializable, types which inherit from ICollection must have an implementation of Add(System.Data.DataRowView) at all levels of their inheritance hierarchy. System.Data.DataView does not implement Add(System.Data.DataRowView). looks like i cant use object datasource here and probably i need populate drop down in page load manually after changing
    Posted to Web Forms (Forum) by prk on 10/17/2005
  • Re: sorting dropdownlist

    this is code from my webform (for dropdownlist) < td >< b > Category: </ b >< asp : DropDownList ID ="lstCategory" DataSourceID ="ODSCategory" AutoPostBack ="false" DataTextField ="name" runat ="server" DataValueField ="pkey" /> &nbsp; < asp : ObjectDataSource ID ="ODSCategory" runat ="server" SelectMethod ="GetCategory" TypeName ="webservice_server.CustomerOrders"> </ asp : ObjectDataSource ></ td > following code from above typename public DataTable
    Posted to Web Forms (Forum) by prk on 10/17/2005
  • Re: sorting dropdownlist

    i thought doing that mate. but there are other controls that diplay from same query(actually SP) and need different sort condition. I thought i could change sort order once i get result back from server .!!
    Posted to Web Forms (Forum) by prk on 10/17/2005
  • Re: add a item to drop down list

    actually it is bound to objectdatasource and as you know it auotmatically populates when we run the page. thats why i requested which event to use. Thanks
    Posted to Web Forms (Forum) by prk on 10/17/2005
  • Re: sorting dropdownlist

    i even tried to add Dataview as return type in my class method but it gave me error saying To be XML serializable, types which inherit from ICollection must have an implementation of Add(System.Data.DataRowView) at all levels of their inheritance hierarchy. System.Data.DataView does not implement Add(System.Data.DataRowView).
    Posted to Web Forms (Forum) by prk on 10/17/2005
Page 1 of 5 (42 items) 1 2 3 4 5 Next >