Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~2K People Reached
Favorite Tags
Member Avatar for jcf

Hi, I am creating a program that is connected to a database (Jet. OLEDB). I would like to know how can you search a record in the program. Thanks

Member Avatar for shanwaz
0
290
Member Avatar for krany18

hai friends, i am developing a application like a job portal. but in that i am getting a error whilw i am writng the program.. please clarify my doubt.. the error is: please tell me the how to delete a record from database using asp .net and C#. please send …

Member Avatar for dickersonka
0
114
Member Avatar for krany18

hai friends i am writing the code for search button; while i am wrote and complied that it gives the following error. so many times i checked and posting into the forum now please clarify this problem.. code is: [code=asp.net]using System; using System.Data; using System.Configuration; using System.Collections; using System.Web; using …

Member Avatar for Murtan
0
97
Member Avatar for krany18

hai friends, I am developing a application like a job portal on that i have to use the file upload control to store the resume and download the resume. how can i do that. please send me the sample code to do that. AS SOON AS POSSIBLE

0
91
Member Avatar for krany18

hai friends,, i am new for the project development. i am developing a application like naukri/monster. i created the tables like employeename,phonenumber,skills,technology,role,work experience,location like that i am taking attributes. my boss said " to create the database like each table for name and first name,lst name like that.. please send …

Member Avatar for Traicey
0
124
Member Avatar for Dhruv Shah

i am developing a job site and i require to search for records from the database. i m passing value fro that parameter in textbox. so please help me thanks in advance

Member Avatar for krany18
0
419
Member Avatar for krany18

hai friends ,, in monster/naukri we have a search button is there.using that we can search the record from there. in my project also we have a registration form . if we wants any customer details just we enters the customer id or name that customer details can retrieved. i …

Member Avatar for reach_yousuf
0
113
Member Avatar for krany18

hai friends, please guide me how to store a .doc (resume ) into sqlserver in asp.net using c# i know the fileupload control but how it can store into sqlserver which datatype i can take.. please give me a valuable solution as soon as possible. Thanks & Regards A.Kranti Kumar …

Member Avatar for sbv
0
131
Member Avatar for krany18

hai friends, this is kranti, i am getting one error while i am using the sqldatasource control and dataview control it gives error on the browser like this " invalid object name "emp": please tell me the how to use the sqldatasource . ASAP please....

Member Avatar for krany18
0
100
Member Avatar for krany18

hai friends, i am developing a application using asp.net and c# and sqlserver. i am already created the application.but on that i am not getting a solution for a problem. i want to a search a record from that application.using a empid or name or designation anything. if a enter …

Member Avatar for dickersonka
0
75
Member Avatar for krany18

hai to all how to display the message box in asp .net why means while i am creating database i want to dispay a message like.. "connection is created" like this how it is display please give me the answer

Member Avatar for priyankaa
0
163
Member Avatar for krany18

[code=cplusplus] using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; using System.Data.SqlClient; namespace WindowsApplication1 { public partial class Form1 : Form { public Form1() { InitializeComponent(); } static SqlConnection cn = new SqlConnection("userid=sa;password=;database=northwind;server=localhost"); SqlCommand cmd = new SqlCommand("select * from kkr", cn); SqlDataReader dr; private …

Member Avatar for vuyiswamb
0
158
Member Avatar for krany18

i taken the three textboxes and one button to store the data in sqlserver .but the it giving the error. the code is as follows... [COde] using System; using System.Data; using System.Configuration; using System.Collections; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.WebControls.WebParts; using System.Web.UI.HtmlControls; using System.Data.SqlClient; public partial …

Member Avatar for sierrainfo
0
170