Click here to Skip to main content
15,909,530 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: object tag problem Pin
Spunky Coder15-Apr-09 1:02
Spunky Coder15-Apr-09 1:02 
QuestionClose window? Pin
Karthick_gc14-Apr-09 22:09
Karthick_gc14-Apr-09 22:09 
AnswerRe: Close window? Pin
SeMartens14-Apr-09 22:11
SeMartens14-Apr-09 22:11 
GeneralRe: Close window? Pin
Karthick_gc14-Apr-09 22:15
Karthick_gc14-Apr-09 22:15 
GeneralRe: Close window? Pin
Christian Graus14-Apr-09 22:19
protectorChristian Graus14-Apr-09 22:19 
GeneralRe: Close window? Pin
SeMartens14-Apr-09 22:58
SeMartens14-Apr-09 22:58 
Questionz-index Problem Pin
Niungareamit14-Apr-09 21:45
Niungareamit14-Apr-09 21:45 
Questiongridview validation not working within upadate panel Pin
Abhishek Rana14-Apr-09 21:37
Abhishek Rana14-Apr-09 21:37 
QuestionAbout the multiple instances of same form Pin
Abhishek Rana14-Apr-09 21:31
Abhishek Rana14-Apr-09 21:31 
AnswerRe: About the multiple instances of same form Pin
Christian Graus14-Apr-09 22:13
protectorChristian Graus14-Apr-09 22:13 
GeneralRe: About the multiple instances of same form Pin
Abhishek Rana14-Apr-09 22:22
Abhishek Rana14-Apr-09 22:22 
GeneralRe: About the multiple instances of same form Pin
binarymax15-Apr-09 4:52
binarymax15-Apr-09 4:52 
Questionhow to change the filter expresion at runtime ? Pin
md_azy14-Apr-09 20:32
md_azy14-Apr-09 20:32 
AnswerRe: how to change the filter expresion at runtime ? Pin
Christian Graus14-Apr-09 21:05
protectorChristian Graus14-Apr-09 21:05 
Questionobject tag problem Pin
naveen attri14-Apr-09 20:23
naveen attri14-Apr-09 20:23 
AnswerRe: object tag problem Pin
Christian Graus14-Apr-09 21:08
protectorChristian Graus14-Apr-09 21:08 
GeneralRe: object tag problem Pin
naveen attri14-Apr-09 22:42
naveen attri14-Apr-09 22:42 
Questionsql problem Pin
ptvce14-Apr-09 19:25
ptvce14-Apr-09 19:25 
AnswerRe: sql problem Pin
Abhijit Jana14-Apr-09 19:35
professionalAbhijit Jana14-Apr-09 19:35 
AnswerRe: sql problem Pin
Vimalsoft(Pty) Ltd14-Apr-09 23:16
professionalVimalsoft(Pty) Ltd14-Apr-09 23:16 
Do not Post SQL Questions here. I hope its the Last time you do this. You need to use a "from" like this

UPDATE [servername1].[WebSite].[dbo].[Table_1] 
SET Table_1.name1 = [Table_1].[name2]
FROM [servername1].[WebSite].[dbo].[Table_1]
INNER JOIN [servername2].[website1].[dbo].[Table_2]
ON Table_1.id = Table_2.id 
pre>

Check the your Statement from the Bolded and what ever follows 


Hope this Helps


Vuyiswa Maseko 

<div class="ForumSig">Vuyiswa Maseko,

Few companies that installed computers to reduce the employment of clerks have realized their expectations.... They now need more and more expensive clerks even though they call them "Developers" or "Programmers." 

C#/VB.NET/ASP.NET/SQL7/2000/2005/2008
http://www.vuyiswamaseko.tiyaneProperties.co.za
vuyiswa@its.co.za
www.ITS.co.za
</div>

GeneralRe: sql problem Pin
ptvce14-Apr-09 23:42
ptvce14-Apr-09 23:42 
GeneralRe: sql problem Pin
Vimalsoft(Pty) Ltd14-Apr-09 23:44
professionalVimalsoft(Pty) Ltd14-Apr-09 23:44 
GeneralRe: sql problem Pin
ptvce15-Apr-09 0:41
ptvce15-Apr-09 0:41 
GeneralRe: sql problem Pin
Vimalsoft(Pty) Ltd15-Apr-09 0:49
professionalVimalsoft(Pty) Ltd15-Apr-09 0:49 
GeneralRe: sql problem Pin
ptvce15-Apr-09 0:59
ptvce15-Apr-09 0:59 

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.