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
~2K People Reached
Favorite Tags
Member Avatar for rockout15

using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; using System.Data.SqlClient; namespace WindowsFormsApplication1 { public partial class Order : Form { public int count = 0; public string Conn = WindowsFormsApplication1.conn.getConnection(); public string getid; public SqlDataAdapter dAdapter, dAdapter1; public DataSet dSet, dSet1; public …

Member Avatar for ChrisHunter
0
112
Member Avatar for rockout15

i want to add my dynamically created table rows.. to the database .. however i cant add it .. badly needed your help guys... thanks in advance heres my code: <?php include('connect.php'); if(!isset($_SESSION['user_id'])) { header('Location: login.php'); } $user_id = $_SESSION['user_id']; ?> <?php $date = $_POST['date']; if (isset($_POST['submit'])) { if($date != …

Member Avatar for mustafaneguib
0
1K
Member Avatar for rockout15

is it possible to create a view with a primary key.. if so... how can i do that using a query of t sql.. anyone.. help..:?:

Member Avatar for adam_k
0
82
Member Avatar for rockout15

how can i pass a database value to a textbox if i click a button.. should i use a query statement..? what kind? help pls ...

Member Avatar for rockout15
0
76
Member Avatar for rockout15

how can i pass mu multiple selecteditems from listbox to database... i convert it to string however , the currently or last selected item is the only values being pass to the database.. [CODE]string list = listbox1.SelectedItems.ToString();[/CODE]

Member Avatar for rockout15
0
92
Member Avatar for rockout15

i have a one datagridview textboxcolumn and i want the inpputted data form it to be pass into a column of my database does anyone here know what to do?

Member Avatar for Mitja Bonca
0
98
Member Avatar for rockout15

i want to create a table where i can input data in it when the form was runnig and when the button save was clicked it will pass the data being inputted .. to the sql server. what tool should i use to do such thing.

Member Avatar for hericles
0
71
Member Avatar for rockout15

can anyone help me... the problem is that i want to hide a form when i click the button log out and show the log in form since you just log out and not close the form. but it does not happen... here's my code... [ICODE]using System; using System.Collections.Generic; using …

Member Avatar for rockout15
0
123
Member Avatar for rockout15

i am a newbie so bare with me.. can anybody help me solve this prob. input string was not in a correct format this is my code... i can figure out what wrong with this .. [code] using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using …

Member Avatar for Mitja Bonca
0
338