-
Content Count
21 -
Joined
-
Last visited
Content Type
Profiles
Forums
Calendar
Everything posted by naag
-
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...
-
Hai...fallow thez pages.. http://www.dynamicdrive.com/forums/showthread.php?53831-Printing-button-to-print-different-pagehttp://www.boutell.com/newfaq/creating/printbutton.htmlhttp://www.ehow.com/how_5766595_create-print-button.html
-
hai...can i install microsoft visual basic 6 in windows7 means is possible to install.if it is yes please someone give good site name to download and step to install .I tried many times i din get anything please help me..thankq in advANCE....
-
Thankq....thanks a lot...now it s proper...
-
Title<img src="images/smallindex.jpg" /></td><td><html:select property="title"><html:option value="">--SELECT--</html:option><html:option value="Mr."></html:option><html:option value="Mrs."></html:option></html:select></td><html:submit value="submit" styleClass="button" property="method" onclick="onSave()"/>function onSave(){if(document.forms[0].title.value==""){alert("Title should not be left blank");document.forms[0].getElementById('personalInformation').title.focus();//document.forms[0].title.focus();return false;