Search

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

Matching Posts

  • Creation of Thumbnail for video files

    Hi all, How can we create thumbnails for a video files.
    Posted to System.Drawing/GDI+ (Forum) by dagamshiva on 11/30/2009
  • DotnetNuke Intehration with existing website

    Hi all, I have doveloped my blogs using DotnetNukes.It is working fine. But, the problem is how can i integrate DotnetNukes into my existing website. Hi all, I have doveloped my blogs using DotnetNukes.It is working fine. But, the problem is how can i integrate DotnetNukes into my existing website.
    Posted to Free For All (Forum) by dagamshiva on 10/29/2009
  • custom Ajax DisabledButtonExtender.js error

    Hi friends, I have created a custom Ajax DisabledButtonExtender. But i am getting this error while using it. The error is : -------------------------------------------------------------------------------- Assembly 'CustomExtenders, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' contains a Web resource with name 'CustomExtenders.DisabledButtonBehavior.js', but does not contain an embedded resource with name 'CustomExtenders.DisabledButtonBehavior.js'. help me friends
    Posted to ASP.NET AJAX Control Toolkit (Forum) by dagamshiva on 10/7/2009
  • Add a new Node data into Xdocument

    Hi all, I need to add the New node information dynamically using Xdocument.what is the code for that? Here is my existing xml <?xml version="1.0" encoding="utf-8"?> <Messages> <Style> <AdminEntry> <Message id="1" value="hyper" desc=""></Message> </AdminEntry> </Style> </Messages> I need add another message node like this <Message id="2" value="label" desc=""><
  • Re: Parameter array pass to storedprocedure using Linq

    Hi Wencui Qian, Thanks for replay, See my code once [Function(Name="dbo.DBSP_Get_Edditions")] public ISingleResult<DBSP_Get_EdditionsResult> DBSP_Get_Edditions(object[] obj) { object[] arr =new object[1]; arr[0] = obj[0]; //Argument types do not match IExecuteResult result = this.ExecuteMethodCall(this, ((MethodInfo)(MethodInfo.GetCurrentMethod())), arr); return ((ISingleResult<DBSP_Get_EdditionsResult>)(result.ReturnValue)); } [Function(Name="dbo.DBSP_Get_Edditions"
  • Re: Parameter array pass to storedprocedure using Linq

    Hi Wencui Qian, Once again thanks for ur quick reply. This is my SP Create DBSP_Get_Edditions ( @EditionId int ) As Begin Select CustomText,Price,Status from PM_Edition_Position_Association where and EditionId=@EditionId End I dont want to send the values directly to DataClassesDataContext.cs(your sencond step) , instead of these i need to send the System.Data.SqlClient.SqlParameter[] param for example [Function(Name="dbo.DBSP_SP_GetPositionDetails")] public ISingleResult<DBSP_SP_GetPositionDetailsResult>
  • Re: Parameter array pass to storedprocedure using Linq

    Hi thanx for replay, I dont want to send like this public ISingleResult<DBSP_SP_GetPositionDetailsResult> DBSP_SP_GetPositionDetails([Parameter(Name="AdPositionId", DbType="Int")] System.Nullable<int> adPositionId, [Parameter(Name="EditionId", DbType="Int")] System.Nullable<int> editionId) i want to send like this public ISingleResult<DBSP_SP_GetPositionDetailsResult> DBSP_SP_GetPositionDetails(SqlParameter[] param ) { IExecuteResult
  • Re: Parameter array pass to storedprocedure using Linq

    Hi Wencui Qian, Thanks for Replay. First thing i want to Pass the values to the StoreProcedure as Parameter Collection For Example ///---Aspx.cs file SqlParameter[] sqlparam = new SqlParameter[1]; sqlparam[0] = new SqlParameter("@PublicationId", SqlDbType.Int); sqlparam[0].Value = 4; IEnumerable<DBSP_Get_EdditionsResult> IEditionList=from _pubs in objPubs.DBSP_Get_Edditions( sqlparam ) select _pubs; from _pubs in objPubs.DBSP_Get_Edditions(4) select _pubs; [Function(Name="dbo
  • Parameter array pass to storedprocedure using Linq

    Hi All, I am new to Linq .Please send how to pass parameter array to "this.ExecuteMethodCall()" method
  • menu controls in asp.net MVC

    HI all, can anyone give me an example sample code on how to build menu control in asp.net with MVC. it should be like this: http://marketing.wjbradley.com/ onmouseover view on ByCategory button
    Posted to ASP.NET MVC (Forum) by dagamshiva on 7/28/2009
Page 1 of 11 (108 items) 1 2 3 4 5 Next > ... Last »