Click here to Skip to main content
16,004,887 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionDropdownlist in Grid View Pin
banker_kiran29-Sep-07 3:16
banker_kiran29-Sep-07 3:16 
AnswerRe: Dropdownlist in Grid View Pin
NetBot29-Sep-07 7:49
NetBot29-Sep-07 7:49 
QuestionImage dose not displayed after downloaded from server Pin
rahul.net1129-Sep-07 2:53
rahul.net1129-Sep-07 2:53 
AnswerRe: Image dose not displayed after downloaded from server Pin
shenen00729-Sep-07 19:05
shenen00729-Sep-07 19:05 
QuestionStored Procedure Pin
Sonia Gupta29-Sep-07 2:39
Sonia Gupta29-Sep-07 2:39 
AnswerRe: Stored Procedure Pin
Christian Graus29-Sep-07 2:47
protectorChristian Graus29-Sep-07 2:47 
GeneralRe: Stored Procedure Pin
Sonia Gupta29-Sep-07 2:48
Sonia Gupta29-Sep-07 2:48 
GeneralRe: Stored Procedure Pin
Christian Graus29-Sep-07 2:52
protectorChristian Graus29-Sep-07 2:52 
if not exists (select * from mytable where mycolumn = @myvalue)
begin

insert into mytable values (@myvalue)

end

something like that.

I also googled ( do you ever do this ? ) and this was the first hit:

http://www.databasejournal.com/features/mssql/article.php/3087431[^]

Christian Graus - Microsoft MVP - C++

"I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

Questiontwo drop down list Pin
subbu.sk29-Sep-07 2:01
subbu.sk29-Sep-07 2:01 
AnswerRe: two drop down list Pin
Christian Graus29-Sep-07 2:49
protectorChristian Graus29-Sep-07 2:49 
QuestionRegular Expression Pin
Kasi Viswanathan29-Sep-07 1:59
Kasi Viswanathan29-Sep-07 1:59 
AnswerRe: Regular Expression Pin
Christian Graus29-Sep-07 2:51
protectorChristian Graus29-Sep-07 2:51 
GeneralRe: Regular Expression Pin
Kasi Viswanathan29-Sep-07 3:06
Kasi Viswanathan29-Sep-07 3:06 
QuestionHow to Capture image Pin
arvind2899029-Sep-07 0:56
arvind2899029-Sep-07 0:56 
AnswerRe: How to Capture image Pin
Christian Graus29-Sep-07 1:03
protectorChristian Graus29-Sep-07 1:03 
QuestionHow to create dynamic column........ Pin
V.K.Singh29-Sep-07 0:24
V.K.Singh29-Sep-07 0:24 
AnswerRe: How to create dynamic column........ Pin
ShruthiLavan29-Sep-07 2:09
ShruthiLavan29-Sep-07 2:09 
Questiondropdownlist population Pin
Sonia Gupta28-Sep-07 23:25
Sonia Gupta28-Sep-07 23:25 
AnswerRe: dropdownlist population Pin
Christian Graus29-Sep-07 0:20
protectorChristian Graus29-Sep-07 0:20 
GeneralRe: dropdownlist population Pin
Sonia Gupta29-Sep-07 1:25
Sonia Gupta29-Sep-07 1:25 
AnswerRe: dropdownlist population Pin
Gamzun1-Oct-07 2:05
Gamzun1-Oct-07 2:05 
QuestionURL Trimming Pin
kunal_gct28-Sep-07 22:57
kunal_gct28-Sep-07 22:57 
AnswerRe: URL Trimming Pin
Gamzun29-Sep-07 17:31
Gamzun29-Sep-07 17:31 
GeneralRe: URL Trimming Pin
kunal_gct30-Sep-07 20:54
kunal_gct30-Sep-07 20:54 
GeneralRe: URL Trimming Pin
Gamzun30-Sep-07 21:56
Gamzun30-Sep-07 21:56 

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.