Click here to Skip to main content
15,907,329 members
Articles / Web Development / ASP.NET

Way to Debug SQL Parameters in ASP.NET

Rate me:
Please Sign up or sign in to vote.
1.00/5 (2 votes)
18 Feb 2010CPOL 14.3K   2  
While using stored procedures, we need to pass SQL parameteres to those stored procedures. When there are large numbers of parameters then it is become boring task or tedious job to debug and check what values passed with. Here I have created a function that will check the values passed to...

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Junior) Excel Informatics, Pune
India India
Am Indrajeet T. Sutar. I am a web developer. I am working on .net technology. I have completed my Masters in Computers and Management (people call it as MCA, MBA etc.) Apart from programming i do photography (not regularly though), traveling and reading books.

Comments and Discussions