Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
2
Posts with Downvotes
2
Downvoting Members
2
0 Endorsements
Ranked #4K
~1K People Reached
Favorite Tags
Member Avatar for GAME

Could anyone point me into the right direction on how to make a C# SQL Datalogin?

Member Avatar for GAME
0
146
Member Avatar for edgias

I have a gridview which will display data from sql database. I need to use a custom delete button that when a checkbox is checked it will delete the row from the database its like the gmail functionality.

Member Avatar for kvprajapati
0
68
Member Avatar for edgias

Hie guys!I am developing an application(has 4 forms so far) and I want the Login form to be closed when one is on the Main Form.The application has an option of exiting the system on the Main Form but when I do that the Login Form will still be there..I …

Member Avatar for Geekitygeek
0
94
Member Avatar for edgias

I have a search form which the user has to enter values to search for a particular vehicle in the database. I want to assign a certain value in the database to a certain control on another page. how will I be able to do this? I have something like …

Member Avatar for murugavel84
0
76
Member Avatar for edgias
Member Avatar for ddanbe
-1
81
Member Avatar for chonyt

was using c# to develop some application and wanted to connect my application(windows) with SQL database. using sql 2005 express and visual c# express; but it kept on throughing the following exception while i try to run my app. so help me out "An attempt to attach an auto-named database …

Member Avatar for edgias
0
117
Member Avatar for adil30000mir
Member Avatar for edgias

I am building a web application using asp.net 3.5 and c# as the code behind. I have a dropdownlist which when clicked a calender must popup and selected date populating the dropdownlist. how can i do this?any clue??

Member Avatar for Geekitygeek
0
62
Member Avatar for edgias

Hello guys! In my application i have textbox where a student has to enter his/her name.I have validated it so that it accepts only letters but the problem is if i want to delete something when typing i have to use the delete button only.I cant use the space tab …

Member Avatar for ddanbe
0
115
Member Avatar for bmasta12

hi im currently working on a grade book tool for teachers im a beginner im trying to just simply have the user click the button on the current page there on to open an existing window that ive already created this is the code i use [code] private void PROFILE_Click(object …

Member Avatar for Geekitygeek
0
111
Member Avatar for edgias

I want to enter details of a client into a database.If the details already exists the application must inform the user and they don't then save the details here is my code [code=c#] private void btnCreate_Click(object sender, EventArgs e) { SqlConnection conn = new SqlConnection(); conn.ConnectionString="Data Source=MyComputer\\SQLEXPRESS;Initial Catalog=TIP;Integrated Security=True;Pooling=False"; conn.Open(); …

Member Avatar for Geekitygeek
0
294