Click here to Skip to main content
15,881,872 members
Home / Discussions / ASP.NET
   

ASP.NET

 
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.


Questionhow to do this Pin
Sandeep Akhare10-Jul-06 0:48
Sandeep Akhare10-Jul-06 0:48 
AnswerRe: how to do this Pin
_AK_10-Jul-06 0:59
_AK_10-Jul-06 0:59 
AnswerRe: how to do this Pin
Amit Agarrwal10-Jul-06 1:04
Amit Agarrwal10-Jul-06 1:04 
QuestionDropdownlist List items collection from database Pin
For_IT10-Jul-06 0:35
For_IT10-Jul-06 0:35 
AnswerRe: Dropdownlist List items collection from database Pin
_AK_10-Jul-06 0:38
_AK_10-Jul-06 0:38 
GeneralRe: Dropdownlist List items collection from database Pin
For_IT10-Jul-06 4:16
For_IT10-Jul-06 4:16 
GeneralRe: Dropdownlist List items collection from database Pin
_AK_10-Jul-06 20:20
_AK_10-Jul-06 20:20 
GeneralRe: Dropdownlist List items collection from database Pin
Amit Agarrwal11-Jul-06 21:10
Amit Agarrwal11-Jul-06 21:10 
Questionhow to use subdomain Pin
Amit Agarrwal10-Jul-06 0:31
Amit Agarrwal10-Jul-06 0:31 
AnswerRe: how to use subdomain [modified] Pin
Guffa10-Jul-06 3:11
Guffa10-Jul-06 3:11 
GeneralRe: how to use subdomain Pin
Amit Agarrwal10-Jul-06 19:21
Amit Agarrwal10-Jul-06 19:21 
AnswerRe: how to use subdomain Pin
Guffa11-Jul-06 9:29
Guffa11-Jul-06 9:29 
GeneralRe: how to use subdomain Pin
Amit Agarrwal11-Jul-06 19:27
Amit Agarrwal11-Jul-06 19:27 
GeneralRe: how to use subdomain Pin
sudharsong12-Jul-06 0:56
sudharsong12-Jul-06 0:56 
GeneralRe: how to use subdomain Pin
Amit Agarrwal12-Jul-06 1:26
Amit Agarrwal12-Jul-06 1:26 
AnswerRe: how to use subdomain Pin
Guffa12-Jul-06 6:27
Guffa12-Jul-06 6:27 
GeneralRe: how to use subdomain Pin
Amit Agarrwal12-Jul-06 19:45
Amit Agarrwal12-Jul-06 19:45 

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.