Click here to Skip to main content
Page 1 of 1
Page Size: 10 · 25 · 50


Author filtered by: Atul Rokade [x]
Question 9 May 2013   license: CPOL
actually im create one report data contain tables information like (name,contactno,address etc) this report im tried in excel and its generated successfully but when i deploy my winform application it's through oledb32.dll error so that's why i think now to show contain in pdf file can u all...
Question 20 Apr 2013   license: CPOL
i have two queries1.while creating setup and deployment in visual studio 2008 its giving me 'oledb32.dll' should be excluded because its source file 'C:\Program Files\Common Files\System\Ole DB\oledb32.dll' is under Windows System File Protection.error how can i solve? it is important...
Question 15 Apr 2013   license: CPOL
hi all i want Setup and Deployment of Windows Application with SQL Server Database 2005 using Visual Studio 2008 i have two tables n 5-6 store procedure im not getting how can i create set up with database and store procedure please guide me,give me snap-short how to do or points it's my...
Answer 14 Apr 2013   license: CPOL
here we can show birthday reminder in label using ado.net with c# con = new SqlConnection("Data Source=ADMIN\\SQLEXPRESS;Initial Catalog=PhysioCure; Integrated Security=true"); string result = "SELECT PationName FROM Physio_cureTable WHERE datepart(d,...
Question 13 Apr 2013   license: CPOL
hi alli want to show birthday alert in my ado.net application in label how can i show that? my field name id DateOfBirth and his datatype is Datetime value store in that field in mm/dd/yyyy format please help me its very important to my project please
Question 23 Mar 2013   license: CPOL
im insert date in database is mm/dd/yyyy format but i want to retrieve date in dd/mm/yyyy format n show in masktextbox in cs page so that's y im use select Convert(varchar(100),DateOfBirth,103) as DateOfBirth from Physio_cureTable this query n pass parameter in my retrieve query but it give me...
Question 12 Mar 2013   license: CPOL
hello friendsi want to know code that allow user only upload three image if he is trying to upload more than three one message show him that you couldn't upload more than three image can you all suggest me code or any reference link please
Answer 2 Mar 2013   license: CPOL
i got my own answer :) (function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = "//connect.facebook.net/en_US/all.js#xfbml=1"; fjs.parentNode.insertBefore(js, fjs);}(document,...
Question 2 Mar 2013   license: CPOL
iam creating one application where i want to show comment which user giving for that i just think use facebook comment box but iam not getting how can i add facebook comment box in my asp.net3.5 what is step i can use? your all expert advice is useful for me
Question 26 Feb 2013   license: CPOL
iam using Rating control in my asp.net(2.0) application but it is not executed one error has come but im not getting how will i solve that error here im paste my cs code csprotected void Page_Load(object sender, EventArgs e) { con = new SqlConnection("Data...
Question 22 Feb 2013   license: CPOL
hi friendsiam creating one windows application now i want to install that application on client side how can i install? how can i create a setup file with database,tables ans store procedure attach with that how can i change DataSource Name Client Side? and it is necessary client also have...
Question 10 Feb 2013   license: CPOL
i want create birthday reminder in my application,birthday reminder i want to show in label with comma separated means suppose tow birthday in one day then it should show in "joy,john" format iam try to code this task but it not working,hope you all getting my point here im paste my code please...
Answer 1 Feb 2013   license: CPOL
problem solve friends here is the solution create one method n pass that method form load private void GetData(string selectCommand) { try { // Specify a connection string. Replace the given value with a // valid...
Question 1 Feb 2013   license: CPOL
want to bind datagridview on form load using ado.net "Child list for field Physio_cureTable cannot be created". error iam paste here my code please give me suggestions or helpcon = new SqlConnection("Data Source=ADMIN\SQLEXPRESS;Initial Catalog=PhysioCure; Integrated Security=true"); ...
Answer 29 Jan 2013   license: CPOL
here is the solution how to retrieve checkboxlist value from database using ado.netstring retrieve; retrieve = sdr[17].ToString(); checkedListBox1.ClearSelected(); foreach (int chk in checkedListBox1.CheckedIndices) { ...
Question 29 Jan 2013   license: CPOL
hi friends,iam creating one application where i sent email file to client side using timer . timer work fine he doing perfect work that i want but problem is that it cannot stop it continuously executed i want timer executed only one time which is i define. iam try timer.stop() method but cant...
Question 28 Jan 2013   license: CPOL
I am creating one application in ado.net. In this application I create one Excel file which is sent to the client side. In that Excel file I have patient data. My problem is I want to show only the latest data which is entered between Monday and Saturday. There should not be showing any previous...
Question 26 Jan 2013   license: CPOL
I am create one application that application one file send to user at specific time and specific day export sql data into excel ,sending email that functions working fine but problems is that it cannot execute particular time and particular day I am paste here my code please help me...
Question 20 Jan 2013   license: CPOL
Hello friends,I am create one application that application one file send to user at specific time and specific day export sql data into excle ,sending email that functions working fine but problems is that it cannot execute particular time and particular day I am paste here my code please...
Question 18 Jan 2013   license: CPOL
ello friends,iam creating one application that i want to mail one file to user at every saturday at 7.00pmiam searching so much code but not find exactly i wrote find saturday find code but cant set specific timing so please expert help me out here im paste only finding day that is...
Question 16 Jan 2013   license: CPOL
Hello friends,I am creating an application which has one task and that is to show multiple patient birthday reminders.That means reminders should show multiple patient names on that particular date.Patient name should show like comma separated in one label, suppose 17/01/2013 is the...
Question 3 Jan 2013   license: CPOL
iam creating one medical application in that project everything is retrieve well when user search particular patient registration no. but not retrieving checkboxlist value as selected iam search out so many blogs but nothing helpful for me
Question 1 Jan 2013   license: CPOL
iam creating one application where i use list box which have multiple value user can select multiple listbox value ,value store in comma separated type now i want to retrieve this value in database how can i do that?
Question 30 Dec 2012   license: CPOL
iam writing Auto Saving DataGridView Rows to a SQL Server Database[^] ia writing this code in my ado.net form but it give me error on sda.Update(lastdatarow); this line that is The best overloaded method match for 'System.Data.Common.DbDataAdapter.Update(System.Data.DataRow[])' has some...

Page 1 of 1


Advertise | Privacy | Mobile
Web03 | 2.6.130513.1 | Last Updated 14 May 2013
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid