Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
13% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
6
Posts with Downvotes
5
Downvoting Members
5
0 Endorsements
Ranked #4K

26 Posted Topics

Member Avatar for Gayal

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...

Member Avatar for EtherFang
-2
3K
Member Avatar for ajijacobm

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 …

Member Avatar for JobPencil
0
1K
Member Avatar for ajijacobm

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" …

Member Avatar for peter_budo
0
119
Member Avatar for anup.maverick

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 …

Member Avatar for kaar3k
0
1K
Member Avatar for ajijacobm

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 …

Member Avatar for LittleCupid
-1
250
Member Avatar for ajijacobm

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 …

0
71
Member Avatar for ajijacobm

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 …

Member Avatar for ~s.o.s~
0
180
Member Avatar for fairy1992224

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 …

Member Avatar for peter_budo
-1
108
Member Avatar for ajijacobm

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 …

Member Avatar for ajijacobm
0
78
Member Avatar for ajijacobm

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..

0
83
Member Avatar for ajijacobm

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 …

0
69
Member Avatar for divya samtani

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...

Member Avatar for Nick Evan
-2
97
Member Avatar for ajijacobm

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.

Member Avatar for caperjack
0
36
Member Avatar for ajijacobm

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 …

Member Avatar for JasonHippy
0
90
Member Avatar for ajijacobm

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 …

Member Avatar for kvprajapati
0
81
Member Avatar for ajijacobm

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.

Member Avatar for mail2saion
0
76
Member Avatar for ajijacobm

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..........:'(

-1
68
Member Avatar for giahmed

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.

Member Avatar for giahmed
0
490
Member Avatar for nikhil31888

it would be better,if you could post some codes relating it or attach the source code.

Member Avatar for ajijacobm
0
119
Member Avatar for ajitkumar26

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]

Member Avatar for ajijacobm
0
72
Member Avatar for Katherine87

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..

Member Avatar for Katherine87
-2
282
Member Avatar for ajijacobm

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 …

Member Avatar for ajijacobm
0
160
Member Avatar for ajijacobm

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.

Member Avatar for chandru7
0
64
Member Avatar for ajijacobm

hi, how to use custom made photoshop buttons in c# windows form...please show me how to do it. anyway thanks in advance.

Member Avatar for kvprajapati
0
70
Member Avatar for ajijacobm

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, …

Member Avatar for sknake
0
117
Member Avatar for ajijacobm

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 …

Member Avatar for ajijacobm
0
118

The End.