Click here to Skip to main content
15,913,685 members
Home / Discussions / C#
   

C#

 
QuestionControl background color/image Pin
Sandeep Kalra25-Mar-09 19:30
Sandeep Kalra25-Mar-09 19:30 
AnswerRe: Control background color/image Pin
Xmen Real 25-Mar-09 19:44
professional Xmen Real 25-Mar-09 19:44 
GeneralRe: Control background color/image Pin
Sandeep Kalra25-Mar-09 20:24
Sandeep Kalra25-Mar-09 20:24 
QuestionJavascript : Disable buttone Pin
Ramkithepower25-Mar-09 19:03
Ramkithepower25-Mar-09 19:03 
AnswerRe: Javascript : Disable buttone Pin
tech60325-Mar-09 19:24
tech60325-Mar-09 19:24 
AnswerRe: Javascript : Disable buttone Pin
Cracked-Down25-Mar-09 19:28
Cracked-Down25-Mar-09 19:28 
Questiondynamic table in data base Pin
Mangesh Tomar25-Mar-09 18:43
Mangesh Tomar25-Mar-09 18:43 
AnswerRe: dynamic table in data base Pin
tech60325-Mar-09 19:35
tech60325-Mar-09 19:35 
Before doing your insert you should check first to see if the table exists, at which point you can specify another name for the table. I would dynamically set the table name in your code as a variable, and do a count on how many tables with that name already exist, and then create a new table based on that name and the count. This link may help you with the code on checking first to see if the table exists.

http://dotnetmonk.blogspot.com/2007/07/check-if-table-already-exists-in-sql.html[^]

hope this helps.

Matthew Vass
QA Analyst
mvass@hostmysite.com
HostMySite.com

GeneralRe: dynamic table in data base Pin
dano2k325-Mar-09 22:28
dano2k325-Mar-09 22:28 
GeneralRe: dynamic table in data base Pin
Mangesh Tomar26-Mar-09 0:10
Mangesh Tomar26-Mar-09 0:10 
Question[Message Deleted] Pin
rpopple25-Mar-09 16:47
rpopple25-Mar-09 16:47 
AnswerRe: line number in a multiline edit window Pin
Xmen Real 25-Mar-09 19:46
professional Xmen Real 25-Mar-09 19:46 
AnswerRe: line number in a multiline edit window Pin
Henry Minute26-Mar-09 1:32
Henry Minute26-Mar-09 1:32 
Questionhow to browse a remote directory using ftp client Pin
T_Teef25-Mar-09 13:07
T_Teef25-Mar-09 13:07 
AnswerRe: how to browse a remote directory using ftp client Pin
ky_rerun25-Mar-09 16:56
ky_rerun25-Mar-09 16:56 
AnswerRe: how to browse a remote directory using ftp client Pin
logiclabz25-Mar-09 22:30
logiclabz25-Mar-09 22:30 
GeneralRe: how to browse a remote directory using ftp client Pin
T_Teef26-Mar-09 13:11
T_Teef26-Mar-09 13:11 
QuestionReflection ! Pin
Mohammad Dayyan25-Mar-09 11:29
Mohammad Dayyan25-Mar-09 11:29 
AnswerRe: Reflection ! Pin
DaveyM6925-Mar-09 11:35
professionalDaveyM6925-Mar-09 11:35 
GeneralRe: Reflection ! Pin
Mohammad Dayyan25-Mar-09 11:45
Mohammad Dayyan25-Mar-09 11:45 
GeneralRe: Reflection ! Pin
DaveyM6925-Mar-09 11:50
professionalDaveyM6925-Mar-09 11:50 
GeneralRe: Reflection ! Pin
Mohammad Dayyan25-Mar-09 11:53
Mohammad Dayyan25-Mar-09 11:53 
GeneralRe: Reflection ! Pin
DaveyM6925-Mar-09 12:31
professionalDaveyM6925-Mar-09 12:31 
GeneralRe: Reflection ! Pin
Luc Pattyn25-Mar-09 13:31
sitebuilderLuc Pattyn25-Mar-09 13:31 
QuestionDepedencies Pin
CodingYoshi25-Mar-09 11:04
CodingYoshi25-Mar-09 11:04 

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.