Click here to Skip to main content
15,916,702 members
Home / Discussions / Windows Forms
   

Windows Forms

 
QuestionDistributing Small Windows Apps Pin
John Held8-Jun-07 3:26
John Held8-Jun-07 3:26 
AnswerRe: Distributing Small Windows Apps Pin
But_Im_a_Lady8-Jun-07 4:25
But_Im_a_Lady8-Jun-07 4:25 
AnswerRe: Distributing Small Windows Apps Pin
kubben11-Jun-07 4:05
kubben11-Jun-07 4:05 
AnswerRe: Distributing Small Windows Apps Pin
John Held11-Jun-07 4:37
John Held11-Jun-07 4:37 
AnswerRe: Distributing Small Windows Apps Pin
Kevin McFarlane12-Jun-07 3:24
Kevin McFarlane12-Jun-07 3:24 
Questionhow do i remove selected row permanently from sql database through datagrid? Pin
sathyan_82947-Jun-07 4:07
sathyan_82947-Jun-07 4:07 
AnswerRe: how do i remove selected row permanently from sql database through datagrid? Pin
Manas Bhardwaj7-Jun-07 4:43
professionalManas Bhardwaj7-Jun-07 4:43 
AnswerRe: how do i remove selected row permanently from sql database through datagrid? Pin
I Believe In GOD7-Jun-07 4:57
I Believe In GOD7-Jun-07 4:57 
Hi

my be I can imagine you database Schema !!
assume that you have a table like this

Table Name = Table1

Table Fields

Name | Age | Home
----------------------------
stark | 25 | MyHome
sonya | 21 | HerHome

if you want to delete "stark , 25 , MyHome"
then you have to write an Sql Query like this
Delete from Table1 Where Name = 'Stark' and Age = '25' And Home = 'MyHome'

P.S
the best Schema for your table should be , like this

ID | Name | Age | Home
----------------------------
1 | stark | 25 | MyHome
2 | sonya | 21 | HerHome

then your query will be like this
Delete from Table1 Where ID = '1'

hope this will help .... if my answer was going far from you Question .. Just let me know , I still have more ideas to help you

Have Good day


I know nothing , I know nothing

QuestionHow to get parent MenuItems to respond to Click event? Pin
Rick Bidlack6-Jun-07 14:31
Rick Bidlack6-Jun-07 14:31 
AnswerRe: How to get parent MenuItems to respond to Click event? Pin
Colin Angus Mackay6-Jun-07 23:23
Colin Angus Mackay6-Jun-07 23:23 
QuestionTextbox Pin
dodoxor5-Jun-07 23:24
dodoxor5-Jun-07 23:24 
AnswerRe: Textbox Pin
Brady Kelly5-Jun-07 23:32
Brady Kelly5-Jun-07 23:32 
GeneralRe: Textbox Pin
Manas Bhardwaj7-Jun-07 0:08
professionalManas Bhardwaj7-Jun-07 0:08 
GeneralData Binding in List and Detail Combination Pin
Brady Kelly5-Jun-07 23:05
Brady Kelly5-Jun-07 23:05 
QuestionWhile loop Pin
dodoxor5-Jun-07 4:26
dodoxor5-Jun-07 4:26 
AnswerRe: While loop Pin
kubben5-Jun-07 4:43
kubben5-Jun-07 4:43 
GeneralRe: While loop Pin
dodoxor5-Jun-07 5:02
dodoxor5-Jun-07 5:02 
GeneralRe: While loop Pin
Manas Bhardwaj8-Jun-07 0:30
professionalManas Bhardwaj8-Jun-07 0:30 
GeneralClickOnce - Data Execution Prevention error Pin
Kevin McFarlane5-Jun-07 2:51
Kevin McFarlane5-Jun-07 2:51 
QuestionDebug a perocess Pin
chandni_chandrakant_maheta5-Jun-07 0:06
chandni_chandrakant_maheta5-Jun-07 0:06 
AnswerRe: Debug a perocess Pin
originSH5-Jun-07 4:14
originSH5-Jun-07 4:14 
Questionform designer view is not opening Pin
Shoaib Hussain2-Jun-07 0:08
Shoaib Hussain2-Jun-07 0:08 
QuestionWindows Background when 'Lock Computer' Pin
Philip JJP1-Jun-07 2:53
Philip JJP1-Jun-07 2:53 
AnswerRe: Windows Background when 'Lock Computer' Pin
kubben1-Jun-07 3:13
kubben1-Jun-07 3:13 
GeneralRe: Windows Background when 'Lock Computer' Pin
Philip JJP1-Jun-07 3:42
Philip JJP1-Jun-07 3:42 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.