-
Content Count
21 -
Joined
-
Last visited
Community Reputation
3 NeutralAbout naag
-
Rank
Newbie
- Birthday 06/26/1990
Profile Information
-
Location
Bangalore
-
thankz for ur reply ....problem is to get the data from the stored procedure....sql connection is proper but im enable to get the data using stored procedure....???!!!
-
hello... I have written a stored procedure to get a column Named as "Name" from the table DN_Software.The query is "Select Name From DN_Software Where DN_DiscoverHostID=5" for Particular ID. Now i want to display that list of names in front end page. please help me how to display using that stored procedure using asp.net displaying in c#.please... "ALTER PROCEDURE [dbo].[DN_Software_Read_Distinct_Name_By_DiscoveredHostID]( @Active [int], @DN_DiscoveredHostID Int) AS SELECT DISTINCT Name FROM DN_Software where DN_DiscoveredHostID = @DN_DiscoveredHostID --EXEC DN_Software_Read
-
Hai... How to add friends in this forum and how to invite them and how to search in this forum..??
-
Hello...Everyone... Myself Nagaraj... Good to see you all...
-
Thanq for the solution but...in my case there is no "web form" folder in particular path ...even i searched in whole system....still unable to solve that...
-
Hello everyone....!! In visual studio 2012 "web form" template has missed ...how to add or re-install the template....itz urgent ...and I tried to solve this by running the commond "denven/installvstemplates" in vs 2012 commond prompt but still iam unable to solve this ...please someone help me to solve this as soon as possible... plz plz plz.....!!!!
-
Hello everyone....!! In visual studio 2012 "web form" template has missed ...how to add or re-install the template....itz urgent ...and I tried solving by running the commond "denven/installvstemplates" in vs 2012 commond prompt but still iam unable to solve this ...please someone help me to solve this as soon as possible... plz plz plz.....!!!!
-
Hai..every one...im getting this error " Could Not Execute LINK.EXE" while compiling in vb 6.. thankz..in advance..
-
Thank you boen_robot ...!!! even i have went throgh like this articles...i need some understandable words with easy way....that i got from you thanku once more.
-
hello.. friends....please someone help me...just i need advantages and disadvantages of microsoft enterprise library over web and windows applications.Thank you in advance...!
-
Hai... iam new for C# ...im learning ..i created a table and showing it...now i want to update,edit and delete the records...i did it in my way...Problem is whenever i give save ,addnew or delete button it shows "Object reference not set to an instance of an object."this error at line 120 " cb.DataAdapter.Update(ds1.Tables["workers"]);"my program. using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Threading.Tasks;using System.Windows.Forms; namespace naag_database{ public partial c
-
hi....im getting this error "The remote procedure call failed.[0x800706be]".when i open sql server configuration manager.TCP\IP in enable.please help me..Thankq...