Hi Thanks for ur coments i'll try it and let u know.:)
hbk_leo
Posts
-
How to perform direct edit,add ,update and delete operations on datagridview in vb.net. -
How to perform direct edit,add ,update and delete operations on datagridview in vb.net.HI ALL CAN ANY ONE HELP ME WITH THIS.... I HAVE A DATAGRIDVIEW IN MY WINDOWS APPLICATION AND I POPULATE IT WITH DATA PROGRAMATICALLY. BUT NOW I WANT TO PERFORM THE FOLLOWING OPERATIONS DIRECTLY ON MY DATAGRIDVIEW... 1. ADDING A NEW ROW TO DATAGRIDVIEW. 2. EDITING A ROW . 3. UPDATING THE EDITED ROW TO DATABASE. 4. DELETING A PARTICULAR ROW FROM THE DATAGRIDIEW. ALL THESE OPERATIONS SHOULD REFLECT DIRECTLY IN THE DATABASE. IF SOMEONE CAN HELP IT WILL BE APPRECIABLE. THANKS.
-
Database connection problem in vb.netHi by including IO class the error was removed but now i m getting this error at the point of cn.open, the error is as : DriveLetter:\Project Folder\bin\Debug\LIB.mdf failed. A database with the same name exists, or specified file cannot be opened, or it is located on UNC share. what is this error about i cant understand.
-
Database connection problem in vb.netI tried this and also got the database path correct but still i m getting the same error msg about auto-named and UNC share.
-
Database connection problem in vb.netHi thx for reply. as u suggested i serched it in sql server mgmt studio under databases but it is not listed there.
-
Database connection problem in vb.netHi When i try the constring u suggested i am getting another error at the point of cn.open, the error is as : DriveLetter:\Project Folder\bin\Debug\LIB.mdf failed. A database with the same name exists, or specified file cannot be opened, or it is located on UNC share. what is this error about i cant understand.
-
Database connection problem in vb.nethi Thxs for u r reply. Can u plz tell what is the key word "Path.combine" because when i m writing the string u told about a message is displayed "Path" is not declared . So let me know ,do i have to import some namespace or what should i do. Regards
-
Database connection problem in vb.nethi thks for your reply. I ttied it but it did not worked. Please can u give it with an example o how to declare it. Thanks:)
-
Database Connection problem in sql server 2005Hi to all I have a problem with database in vb.net using sqlexpress. My problem is: I have created a .mdf database file and tables in it, and written code for inserting data to this table through command object. But my real prob is when i supply the connection string which is created by the "data configuration wizard" to this cmd object then on runtime insert executes and also data is visible in datagridview but when i check the data in the table it is not there and all fields are NULL. given connection string. ("Data Source=.\SQLEXPRESS;AttachDbFilename=|DataDirectory|\LIB.mdf;Integrated Security=True;User Instance=True") But on the otherhand if i give connection string as :: "Data Source=.\SQLEXPRESS;AttachDbFilename=D:\Documents and Settings\Administrator\My Documents\Visual Studio 2005\Projects\LIB\LIB\LIB.mdf;Integrated Security=True;User Instance=True" then data is successfully inserted in the database and i m also able to view it in my database table. So if Any one can help me it will be highly appreciable. Thanks.
-
Database connection problem in vb.netHi to all I have a problem with database in vb.net using sqlexpress. My problem is: I have created a.mdf database file and tables in it, and written code for inserting data to this table through command object. But my real prob is when i supply the connection string which is created by the "data configuration wizard" to this cmd object then on runtime insert executes and also datais visible in datagridview but when i check the data in the table it is not there and all fields are NULL. given connection string. ("Data Source=.\SQLEXPRESS;AttachDbFilename=|DataDirectory|\LIB.mdf;Integrated Security=True;User Instance=True") But on the otherhand if i give connection string as :: "Data Source=.\SQLEXPRESS;AttachDbFilename=D:\Documents and Settings\Administrator\My Documents\Visual Studio 2005\Projects\LIB\LIB\LIB.mdf;Integrated Security=True;User Instance=True" then data is successfully inserted in the database and i m also able to view it in my database table. So if Any one can help me it will be highly appreciable. Thanks.
-
help with splash screenhi, Can any one help with creating a splash screen for an vb.net 2005 application which after a specified interval diappears and the mdiparent form in shown. If someone help me it would be great help for me. Thanks
-
Web server control(textbox) events -
Small Intranet application with asp.net 1.1hi, Thx for the reply. As i m a beginner in Asp.net i wanted to know that how should i proceed for this task ie what things should i keep in mind and what should be the proper way to achieve it. Thanks.
-
Small Intranet application with asp.net 1.1Hi I want to develop a small intranet application involving a server and around 10 clients in a small office environment with login and password . Where the server admin has the rights to monitor all clients and their mails but the individual client can only access his mails and data. Could any body help me out for this it would be a gr8 help. Thanks
-
menu bar in asp.nethi i want to know that how can i implement a menu bar in an webpage without using javascript is there any other way or software tool through which i can implement it as i am not in touch with javascript.
-
Email sending through vb.net application.Thanks but i wanted to know that is it possible to send mail through a windowsapplication written in vb.net. If possible please suggest.
-
Email sending through vb.net application.Hi Can anybody help me out for , is it possible to send an email through an vb.net desktop application. Is there any way .