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
~826 People Reached
Member Avatar for ameyanatu

hello Friends i m having problem My Query that on a classic ASP page i have a form. In that form one drop down list is there. If i select any value from this list menu Then this selected value should check with database and pass value to the textbox …

Member Avatar for @developer
0
105
Member Avatar for ameyanatu

Hi Friends in my project i have to build file input tag to get pdf file from user. this pdf file should be store on my web server disc and path of the file should be store on database. Hey Guys Please Please Help Me. can any body give me …

Member Avatar for xxxservicexxx
0
219
Member Avatar for ameyanatu

I know we can move and copy the file within dir. using FileObject.copy and FileObject.move. My question is i am making web application in that application user has to send his excel file into server can we use FileObject.copy for this purpose ? Please Guys Reply Me. Thanks For advance.

0
54
Member Avatar for ameyanatu

I Have a excel file with lots of data. I want to create a VB form with back end connectivity with excel file How can i do that? PLease Guys Help me out!!!!

Member Avatar for vb5prgrmr
0
34
Member Avatar for ameyanatu

Hi Folks can any one give me simple file upload then retrieve code?? and is there any solution to SQL injection?????

0
45
Member Avatar for walmsles

I have an issue with my access database when creating a simple insert form on visual. When i load the form into the browers and add the data, it says it has worked but when i look in the database the information has not been added. can anyone help?

Member Avatar for walmsles
0
75
Member Avatar for ameyanatu

I have just completed my vb.net application with ms-access as back end. Then i deploy and create it's setup. In my pc IT's Running very good. But when i copy my setup and installed on another pc it won't work... I know that it;s need .net framework. Actually The problem …

Member Avatar for ameyanatu
0
97
Member Avatar for ameyanatu

Hello Friends I am newbie To Vb.net. i am building an vb.net 2005 application with ms-access 2000 as back end for practice. i just want to know that suppose user entering new data to the database if this record already exist then user should know that how can i do …

Member Avatar for ameyanatu
0
110
Member Avatar for ameyanatu

Hello Friends I am using Microsoft Visual Studio 2005 and ms-acess 2000 to build very simple database application Here is my Code of Conncetion: [CODE]con = New OleDbConnection("Provider=Microsoft.Jet.OLEDB.4.0;Data Source=|DataDirectory|\db1.mdb") sql = "INSERT INTO emp values(@op1,@op2)" cmd = New OleDbCommand(sql, con) cmd.Parameters.AddWithValue("@op1", TextBox1.Text) cmd.Parameters.AddWithValue("@op2", TextBox2.Text) con.Open() cmd.ExecuteNonQuery() con.Close()[/CODE] This is simple …

Member Avatar for ameyanatu
0
87