Click here to Skip to main content
15,886,038 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Read URL from an Internet Shortcut file [modified] Pin
Sebastien Lachance10-Jul-06 3:54
Sebastien Lachance10-Jul-06 3:54 
Questiondesign mode refresh on property change Pin
g00fyman10-Jul-06 2:45
g00fyman10-Jul-06 2:45 
QuestionSending Email from Asp.net Pin
frossie10-Jul-06 2:39
frossie10-Jul-06 2:39 
AnswerRe: Sending Email from Asp.net Pin
g00fyman10-Jul-06 2:42
g00fyman10-Jul-06 2:42 
AnswerRe: Sending Email from Asp.net Pin
Sebastien Lachance10-Jul-06 2:53
Sebastien Lachance10-Jul-06 2:53 
GeneralRe: Sending Email from Asp.net Pin
frossie10-Jul-06 3:01
frossie10-Jul-06 3:01 
GeneralRe: Sending Email from Asp.net [modified] Pin
Sebastien Lachance10-Jul-06 3:19
Sebastien Lachance10-Jul-06 3:19 
GeneralRe: Sending Email from Asp.net [modified] Pin
frossie10-Jul-06 3:33
frossie10-Jul-06 3:33 
GeneralRe: Sending Email from Asp.net Pin
Sebastien Lachance10-Jul-06 4:08
Sebastien Lachance10-Jul-06 4:08 
GeneralRe: Sending Email from Asp.net Pin
RichardGrimmer11-Jul-06 5:15
RichardGrimmer11-Jul-06 5:15 
GeneralRe: Sending Email from Asp.net Pin
frossie11-Jul-06 17:00
frossie11-Jul-06 17:00 
QuestionHow to get data back from client side to the server side Pin
Dhruvil10-Jul-06 2:26
Dhruvil10-Jul-06 2:26 
AnswerRe: How to get data back from client side to the server side Pin
Not Active10-Jul-06 2:51
mentorNot Active10-Jul-06 2:51 
GeneralRe: How to get data back from client side to the server side Pin
Dhruvil10-Jul-06 3:07
Dhruvil10-Jul-06 3:07 
GeneralRe: How to get data back from client side to the server side Pin
Not Active10-Jul-06 3:17
mentorNot Active10-Jul-06 3:17 
GeneralRe: How to get data back from client side to the server side Pin
Dhruvil10-Jul-06 9:18
Dhruvil10-Jul-06 9:18 
GeneralRe: How to get data back from client side to the server side Pin
Not Active10-Jul-06 9:28
mentorNot Active10-Jul-06 9:28 
GeneralRe: How to get data back from client side to the server side Pin
Dhruvil10-Jul-06 15:32
Dhruvil10-Jul-06 15:32 
GeneralRe: How to get data back from client side to the server side Pin
RichardGrimmer11-Jul-06 5:19
RichardGrimmer11-Jul-06 5:19 
QuestionRepitition of records Pin
rais patel10-Jul-06 1:14
rais patel10-Jul-06 1:14 
AnswerRe: Repitition of records Pin
cloudking1196610-Jul-06 1:50
cloudking1196610-Jul-06 1:50 
GeneralRe: Repitition of records Pin
rais patel10-Jul-06 2:05
rais patel10-Jul-06 2:05 
GeneralRe: Repitition of records Pin
Not Active10-Jul-06 2:13
mentorNot Active10-Jul-06 2:13 
GeneralRe: Repitition of records Pin
RichardGrimmer11-Jul-06 5:20
RichardGrimmer11-Jul-06 5:20 
GeneralRe: Repitition of records Pin
Brent Lamborn10-Jul-06 7:02
Brent Lamborn10-Jul-06 7:02 
You will need to do something like:

IF NOT EXISTS (SELECT Top 1 FROM Table Where name = 'maharashtra')
INSERT INTO Table (name) VALUES ('maharashtra')



"Half this game is ninety percent mental." - Yogi Berra

If you can read thank a teacher, if you can read in English, thank a Marine.

M y and h don't work so well due to m addiction to caffeine and m in abilit to to set a cup down uprigt.


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.