- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 6
- Posts with Downvotes
- 5
- Downvoting Members
- 5
26 Posted Topics
Follow these links for a variety of topics..Hope you enjoy..[:)] [LINK 1] [url]http://www.seminarprojects.com/Thread-computer-science-project-topics-big-list[/url] [LINK 2] [url]http://www.seminarprojects.com/Thread-computer-science-projects-for-engineering-students[/url] [LINK 3] [url]http://www.seminarprojects.com/Thread-computer-science-project-ideas-list[/url] [LINK 4] [url]http://www.seminarprojects.com/Thread-computer-science-information-technology-project-ideas-list[/url] [LINK 5] [url]http://www.seminarprojects.com/Thread-ieee-project-list[/url] Note: Please mark as solved if you are satisfied...
hi, Please show me how to write data from a table in a database to xml and loading or inserting xml data to database(reverse process). I don't have any idea of this problems. I have Tried my level best,but failed to do so.. please show me how to copy data …
hi, im doing a project on jsp..which is a file uploading program i have a file chooser and i want the file choosed by the user to be stored on my server. how should i do that.. please help me my code is given below--addphoto.jsp [CODE=JSP] <html> <head> <meta http-equiv="Content-Type" …
you can write right click the database(mdf) file in the database(server) explorer and click properties..on the right side, you can view the properties window,Which you can get the connection string.... eg; Data Source=.\SQLEXPRESS;AttachDbFilename=C:\Documents and Settings\Jacob Varghese\My Documents\Visual Studio 2005\WebSites\sample\App_Data\Database.mdf;Integrated Security=True;User Instance=True you copy all that and use [CODE] string connectionstring="Data …
I'm Final year IT Student.I need a mini-project topic based on multimedia/Animation and also we need to start doing major project in this semester.So,I need some expert guidance and also you guys please help me by suggesting some topics for mini as well as major projects.Since i'm a lot confused …
hi, i have problems in accessing file through ftp from other computer.. i have a code, but it works fine in one computer... but i need to access a file stored in another computer connected through LAN. [CODE=JAVA] try { URL url = new URL("ftp://PROJECT:[email protected]:21/images/1.jpg;type=i"); URLConnection con = url.openConnection(); BufferedInputStream …
hi guys, Im doing a project that executes a java file through another java file.. I need to use Runtime.exec() funtion for the purpose. But, there is trouble in passing the input to the java file. Please help me solve the situation. my main funtion is shown below... [CODE] import …
Ok. What kind of menu selection are you using? You can use the below code [code] import java.io.*; public test{ public static void main(String args[]) throws IOException { BufferedReader bfr= new BufferedReader(new InputStreamReader(System.in)); System.out.println("MENU"); System.out.println("enter a number"); int n=Integer.parseInt(bfr.readLine()); if(n==1) { //condition System.out.println("number is one"); } else if(n==2) { //condition …
hi Guys, I have problem in populating dropdown list from mysql database. im using html,javascript,and mysql. im not using php. i would like to know, how to populate dropdown list with values from mysql database... Also, it would be better , if you tell me how to send values in …
hi friends, i'm doing a school project on face recognition. I need a code for face recognition in java..Anybody please help me or guide me to the above mentioned codes..
hi, im doing a project on j2ee, live project.but, i dont know, from where to start with.i would like to know creating a forms in j2ee. is it similar to jsp. how to connect to a database with netbeans,etc... in a website based project or live project. im waiting for …
Follow these links for a variety of topics..Hope you enjoy..[:)] [LINK 1] [url]http://www.seminarprojects.com/Thread-computer-science-project-topics-big-list[/url] [LINK 2] [url]http://www.seminarprojects.com/Thread-computer-science-projects-for-engineering-students[/url] [LINK 3] [url]http://www.seminarprojects.com/Thread-computer-science-project-ideas-list[/url] [LINK 4] [url]http://www.seminarprojects.com/Thread-computer-science-information-technology-project-ideas-list[/url] [LINK 5] [url]http://www.seminarprojects.com/Thread-ieee-project-list[/url] Note: Please mark as solved if you are satisfied...
Hi, I have to take seminar on Intel i7 processor..Please give me some important questions that will probably be asked in viva.Kindly help me.It's very urgent. Thanks in advance.
hi,I'm using a dynamic photogallery in my project.Now i'm having problems with xml updation.The xml file which is being used by the flash is dynamically updated with data from a table that each time xml is changed.But the problem is flash is not using the updated xml file.It uses the …
hi,i'm beginner in asp..I'm doing a work on image resizing..i've my source code but it is showing a generic gdi error occured... [code=c#] using System; using System.Data; using System.Configuration; using System.Linq; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.HtmlControls; using System.Web.UI.WebControls; using System.Web.UI.WebControls.WebParts; using System.Xml.Linq; using System.Data.SqlClient; using System.Drawing; using …
hi,I need help regarding datalist control ie, about deleting,editing,selecting and updating an item in a datalist.I need to learn data binding.Please provide me some code so that i can learn and implement in my project.Anyway thanks in advance.
I'm a B.tech student.I have to complete a project based on community website.I Need to know the source code for chatting,scrapping blogging,Everything related to a community website.They are need to be completed within 15 days..But i don't have any idea,where to start with..ANy body,PLease Help me..........:'(
hi giahmed, you can verify a thread named "connection problem" submitted by me.I have attached a file along with it, which executes 2 sql queries. please reply, if you get any progress.
it would be better,if you could post some codes relating it or attach the source code.
ajitkumar26,i'm also a newbie. you may use the following code.. [CODE] if(ispostback) { //specify operation } //then //use html reset button, drag from the tool box or you can use code like textbox.text=""; [/CODE]
Katherine87, i haven't understood what you have said..You mean entering 2 values in a single text box and printing the result in a label..
hi, I have been doing my ASP.net project in C#.I am a beginner to a programming world.i have Performed executed some sql queries by writing some Connection strings..But i am looking for finding another method,which i could get simpler by calling some function like "studadapter.fill(dataset,"src table")" which is to fill …
hi, i have to do a web based project with ASP.NET,C# and SQL. i don't know much about doing projects. Please give me some sources sites so that i can learn by myself. ALso please give me site so that i can get a list of project names.
hi, how to use custom made photoshop buttons in c# windows form...please show me how to do it. anyway thanks in advance.
Hi, I have database connection problem. A part of the source is shown Below [code=csharp] private void Form3_Load(object sender, EventArgs e) { string connectionstring="Data Source=.\\SQLEXPRESS;AttachDbFilename=|DataDirectory|\\hospdb.mdf;Integrated Security=True;Connect Timeout=30;User Instance=True"; SqlConnection con=new SqlConnection(connectionstring); DataSet ds=new DataSet(); string command="SELECT Name,Address,Phone,Branch,Class FROM hosptab WHERE (Branch = 'SKIN')"; SqlDataAdapter da=new SqlDataAdapter(command,con); da.Fill(ds,"hospital"); DataTable dt=ds.Tables["hospital"]; //da.Fill(hospdbDataSet, …
Hi,:) I'm now doing a project on c# sql project.I have a database problem,:'( when a user gives the input dynamically through the front end ,the user data can be view through data grid view .but it is not getting stored in the original database.I have tried a lot to …
The End.
ajijacobm