Articles (2414) - Page 77

Articles posted by registered members of DotNetFunda.com. You can also post an article and win monthly prizes as well as gain community credit points.

2414 records found.
 
Deviprasads
Write Stored Procedure On Real Cloud.. 
Last updated on: 05 Jul 2012 02:37:57 PM by Deviprasads | Views: 5699 | Category: Sql Server |
Votes: 1 | Rating: 5 out of 5
Always we are not so fortunate to work with only SQL server through out our whole life. Sometimes we may have to come across different databases like DB2, MySQL, Sybase etc.. In this article we are going to create a dynamic sql query where we will pass few parameters into it through command line interface at the time of execution. You all must have been questioning yourself, why has not this guy adopted a simple stored procedure instead of breaking his head on scripting so much? That’s a nice question, I agree. Think, suppose you are not the DBA in your organization and have been restricted to create stored procedure in live database but on regular task you want to fetch few data for audit and delete some older history from the table with passing some different parameters for strong condition, each time.
Vuyiswamb
How to Write a Simple login page in Asp.net 
Last updated on: 26 Jun 2012 12:34:07 PM by Vuyiswamb | Views: 1194811 | Category: ASP.NET |
Votes: 11 | Rating: 4.64 out of 5
Yesterday I stumbled across a post that was posted on our forum. I was very busy with other things, when Sheo started a conversation based on that post. I was looking at it until he updated the untagged code that was posted. By looking at the Stored Procedure I could see that the poster was lost and his Stored Procedure approach failed him. In this Article am going to explain how to write a simple login in Asp.net.
Me_Himanshu
File Upload in Gridview with Ajax Modalpopup 
Last updated on: 22 Jun 2012 03:18:44 AM by Me_Himanshu | Views: 60690 | Category: ASP.NET AJAX |
Votes: 3 | Rating: 4 out of 5
In this article,I will use fileupload control in ajax modal popup to upload file in gridview and the update it.
Niladri.Biswas
Creating a Custom Project Templates with IWizard interface using Extensibility Project of VS2010 SDK 
Last updated on: 20 Jun 2012 05:49:40 AM by Niladri.Biswas | Views: 12899 | Category: Visual Studio |
Votes: 1 | Rating: 5 out of 5
In this article we will learn creating a Custom Project Templates with IWizard interface using Extensibility Project of VS2010 SDK
Niladri.Biswas
Way to display query execution plan(Text) from c# 
Last updated on: 19 Jun 2012 02:13:27 AM by Niladri.Biswas | Views: 14352 | Category: C# |
Votes: 2 | Rating: 5 out of 5
We may sometime need to display the execution plan . I got one such requirement recently and thought of sharing the same here. I will take two examples into consideration for demonstrating the application . The first with a normal query and then the same with a stored procedure .
Niladri.Biswas
Creating a new category for Custom Templates with a new entry to Install Templates for Visual Studio using Extensibility Project of VS2010 SDK 
Last updated on: 18 Jun 2012 11:31:33 PM by Niladri.Biswas | Views: 13425 | Category: Visual Studio |
Votes: 1 | Rating: 5 out of 5
In this article we will see how to create a new category for Custom Templates with a new entry to Install Templates for Visual Studio using Extensibility Project of VS2010 SDK
Niladri.Biswas
A basic introduction to creation of CRUD operation using OData Web Service via WCF Data Services 
Last updated on: 14 Jun 2012 02:39:18 AM by Niladri.Biswas | Views: 27322 | Category: WCF |
Votes: 1 | Rating: 5 out of 5
In this article we will have a basic introduction to creation of CRUD operation using OData Web Service via WCF Data Services
  • Niladri.Biswas
    Some useful datatable extension methods we should know 
    Last updated on: 13 Jun 2012 06:39:22 AM by Niladri.Biswas | Views: 10866 | Category: C# |
    Votes: 1 | Rating: 3 out of 5
    Some datatable extension methods we need often in projects
    Niladri.Biswas
    An introduction to Yoda Condition w.r.t. C# 
    Last updated on: 13 Jun 2012 06:24:09 AM by Niladri.Biswas | Views: 11123 | Category: Best Practices |
    In this article we will look into what are Yoda conditions and it's advantages w.r.t C#
    Arunjith
    Setup Query Shortcuts in SQL Server 
    Last updated on: 12 Jun 2012 06:23:02 AM by Arunjith | Views: 5833 | Category: Sql Server |
    Votes: 3 | Rating: 4.67 out of 5
    SQL Server Management studio provides a very useful functionality called query shortcuts. This makes the task of querying the sql server easier. Just by pressing two keys on the keyboard a complex query can be executed.
    Syedshakeer
    How to get the value of Textbox, CheckBoxlist, RadioButtonList, ListBox, DropDownList in javascript 
    Last updated on: 12 Jun 2012 06:00:16 AM by Syedshakeer | Views: 20373 | Category: ASP.NET |
    Votes: 5 | Rating: 4.4 out of 5
    In this Article you will learn how to get the values or text of textbox,CheckBoxlist,RadioButtonList,ListBox,dropdownlist in javascript.
    Andrewjonz
    Fixiing e24paymentpipe.dll error of HDFC payment gateway 
    Last updated on: 12 Jun 2012 05:53:31 AM by Andrewjonz | Views: 7263 | Category: C# |
    Votes: 2 | Rating: 4.5 out of 5
    This small article explains how to fix e24paymentpipe.dll assembly manifest error.
    Niladri.Biswas
    Way to convert a varchar type column is to xml type with preservation of already existing data in SQL Server 
    Last updated on: 11 Jun 2012 01:00:37 AM by Niladri.Biswas | Views: 6657 | Category: Sql Server |
    Here we will see a to convert a varchar type column is to xml type with preservation of already existing data.
    Niladri.Biswas
    Extract values from XML attributes and present in comma saperated values using XQuery in SQL Server 
    Last updated on: 10 Jun 2012 10:56:36 PM by Niladri.Biswas | Views: 19983 | Category: Sql Server |
    In this article we will figure out as how to extract values from XML Attributes and present in comma separated values using XQuery
    Niladri.Biswas
    Extracting values from XML nodes and present in comma separated values using XQuery in SQL Server 
    Last updated on: 10 Jun 2012 10:37:51 PM by Niladri.Biswas | Views: 21286 | Category: Sql Server |
    In this article we will look into some methods as how to extract values from XML nodes and present in comma separated values using XQuery