Home
Get Started
Learn
Downloads
AJAX
MVC
Community
Wiki
Forums
Sign in
|
Join
Home
›
ASP.NET Forums
›
Search
Search
You searched for the word(s): userid:726736
More Search Options
RSS Available
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=""><
Posted to
XML and XmlDataSource Control
(Forum)
by
dagamshiva
on 9/15/2009
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"
Posted to
Data Access and ObjectDataSource Control
(Forum)
by
dagamshiva
on 9/9/2009
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>
Posted to
Data Access and ObjectDataSource Control
(Forum)
by
dagamshiva
on 9/9/2009
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
Posted to
Data Access and ObjectDataSource Control
(Forum)
by
dagamshiva
on 9/4/2009
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
Posted to
Data Access and ObjectDataSource Control
(Forum)
by
dagamshiva
on 9/4/2009
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
Posted to
Data Access and ObjectDataSource Control
(Forum)
by
dagamshiva
on 9/2/2009
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 »
Silverlight:
4 Calendars & Plans for 2010 / 5770
ASP.NET:
ASP.NET MVC 2 and Visual Studio 2010
ASP.NET:
Moving your ASP.NET Application to Windows Azure – Part II
Silverlight:
HVP – Core Scaffolding and Updated News
Channel 9:
TWC9: 2009 - The Year in Review
ASP.NET:
Tip#100: Did you know… How to view ASP.NET trace information?
ASP.NET:
Passing anonymous objects to MVC views and accessing them using dynamic
Channel 9:
Channel 9 Live at PDC09: Coding 4 Fun
Channel 9:
Channel 9 Live at PDC09: Stephen Toub
WindowsClient:
Mouse Gestures for Internet Explorer
Channel 9:
Controlling concurrency in Rx
Channel 9:
Dev Tools Ecosystem Summit Videos Available
WindowsClient:
Using Cerebrata's Cloud Storage Studio To Download IIS logs from Multiple Instances of Windows Azure
TechNet Edge:
TechNet Radio: Office 2007 Setup and Configuration (Part 1)
Channel 10:
How-To: Listen to Your Zune Pass Music on Your WinMo Phone
Channel 10:
Share Your Screen with SharedView
Channel 10:
Get Microsoft Tinker Game For Free
Channel 10:
LG eXpo WinMo 6.5 Unboxing Video
Channel 9:
ADFS 2.0 RC is Here!
Channel 10:
Bing Reference Updated with New Sidebar Features
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online