Click here to Skip to main content
15,915,093 members
Home / Discussions / C#
   

C#

 
GeneralRe: Deleting a Whole Row Pin
tatchung2-Aug-05 17:52
tatchung2-Aug-05 17:52 
GeneralRe: Deleting a Whole Row Pin
Christian Graus2-Aug-05 17:57
protectorChristian Graus2-Aug-05 17:57 
GeneralRe: Deleting a Whole Row Pin
tatchung2-Aug-05 18:05
tatchung2-Aug-05 18:05 
GeneralRe: Deleting a Whole Row Pin
Christian Graus2-Aug-05 18:07
protectorChristian Graus2-Aug-05 18:07 
GeneralRe: Deleting a Whole Row Pin
tatchung2-Aug-05 18:13
tatchung2-Aug-05 18:13 
GeneralRe: Deleting a Whole Row Pin
Christian Graus2-Aug-05 18:15
protectorChristian Graus2-Aug-05 18:15 
GeneralRe: Deleting a Whole Row Pin
tatchung2-Aug-05 18:21
tatchung2-Aug-05 18:21 
GeneralRe: Deleting a Whole Row Pin
tatchung4-Aug-05 21:53
tatchung4-Aug-05 21:53 
Hey Chris! I was wonderin if you could spare a minute of ur time to help me out with this simple problem.

Regarding the delete button we've discussed before...yeah i finally made it work but there's just one slight problem...I've 2 entries in my dropdown list..."CompanyA" and "CompanyB" where "CompanyA" populates the top index of the dropdown list. Now everything works smoothly even the delete button but when I choose "CompanyB" and delete a data from its queries it deletes a data from with the same object from "CompanyA". I've been bugging the whole day about this problem. Here's my new code in the delete button

if (Page.Request.QueryString["Mode"] == "Delete")<br />
{<br />
   objCol.DeleteColors(Page.Request.QueryString["key"],ddl.SelectedItem.Text);<br />
} 


I've tried debugging and used "? ddl.SelectedItem.Text" (i'm not sure what that is called) which still retuned "CompanyA" even though I chose "CompanyB".

Thanx in advance!

I didnt create a new thread...figured u'd reply faster here. Hehe...sori for the inconvinience.


Kampai!!!
GeneralRe: Deleting a Whole Row Pin
Christian Graus7-Aug-05 13:18
protectorChristian Graus7-Aug-05 13:18 
GeneralGet control form its NAME Pin
Radgar2-Aug-05 13:15
Radgar2-Aug-05 13:15 
GeneralRe: Get control form its NAME Pin
Christian Graus2-Aug-05 14:41
protectorChristian Graus2-Aug-05 14:41 
GeneralRe: Get control form its NAME Pin
Radgar2-Aug-05 15:09
Radgar2-Aug-05 15:09 
GeneralRe: Get control form its NAME Pin
Christian Graus2-Aug-05 15:19
protectorChristian Graus2-Aug-05 15:19 
GeneralRe: Get control form its NAME Pin
Radgar2-Aug-05 15:31
Radgar2-Aug-05 15:31 
GeneralRe: Get control form its NAME Pin
Christian Graus2-Aug-05 15:55
protectorChristian Graus2-Aug-05 15:55 
GeneralRe: Get control form its NAME Pin
Radgar2-Aug-05 15:59
Radgar2-Aug-05 15:59 
GeneralRe: Get control form its NAME Pin
mikker_1232-Aug-05 16:05
mikker_1232-Aug-05 16:05 
GeneralRe: Get control form its NAME Pin
Radgar2-Aug-05 16:12
Radgar2-Aug-05 16:12 
GeneralRe: Get control form its NAME Pin
Mohamad Al Husseiny2-Aug-05 18:50
Mohamad Al Husseiny2-Aug-05 18:50 
GeneralRe: Get control form its NAME Pin
Joel Lucsy3-Aug-05 4:11
Joel Lucsy3-Aug-05 4:11 
GeneralChanging Code Access Permissions Pin
2-Aug-05 12:36
suss2-Aug-05 12:36 
GeneralRe: Changing Code Access Permissions Pin
Judah Gabriel Himango2-Aug-05 16:24
sponsorJudah Gabriel Himango2-Aug-05 16:24 
GeneralRe: Changing Code Access Permissions Pin
timbobsteve2-Aug-05 17:10
timbobsteve2-Aug-05 17:10 
GeneralEmbedding managed DirectX in a WinForms Custom Control Pin
benwalker2-Aug-05 11:52
benwalker2-Aug-05 11:52 
GeneralRe: Embedding managed DirectX in a WinForms Custom Control Pin
Judah Gabriel Himango2-Aug-05 16:28
sponsorJudah Gabriel Himango2-Aug-05 16:28 

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.