Click here to Skip to main content
15,888,255 members
Home / Discussions / ASP.NET
   

ASP.NET

 
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 
GeneralRe: sql problem Pin
Vimalsoft(Pty) Ltd15-Apr-09 1:06
professionalVimalsoft(Pty) Ltd15-Apr-09 1:06 
GeneralRe: sql problem Pin
ptvce15-Apr-09 1:22
ptvce15-Apr-09 1:22 
GeneralRe: sql problem Pin
Vimalsoft(Pty) Ltd15-Apr-09 1:47
professionalVimalsoft(Pty) Ltd15-Apr-09 1:47 
QuestionShow Custom Event Pin
mehrdadc4814-Apr-09 19:20
mehrdadc4814-Apr-09 19:20 
QuestionHandle print event of ReportViewer Pin
mehrdadc4814-Apr-09 19:15
mehrdadc4814-Apr-09 19:15 
AnswerRe: Handle print event of ReportViewer Pin
Scholastic_Dude29-Apr-10 4:52
Scholastic_Dude29-Apr-10 4:52 
GeneralRe: Handle print event of ReportViewer Pin
mehrdadc482-May-10 4:32
mehrdadc482-May-10 4:32 
GeneralRe: Handle print event of ReportViewer Pin
Scholastic_Dude2-May-10 8:19
Scholastic_Dude2-May-10 8:19 
GeneralRe: Handle print event of ReportViewer Pin
Scholastic_Dude3-May-10 5:47
Scholastic_Dude3-May-10 5:47 
QuestionHow to reflect the change made to the table in the database at the time of updation itself? Pin
Subin Alex14-Apr-09 19:01
Subin Alex14-Apr-09 19:01 
AnswerRe: How to reflect the change made to the table in the database at the time of updation itself? Pin
Abhijit Jana14-Apr-09 19:11
professionalAbhijit Jana14-Apr-09 19:11 
GeneralRe: How to reflect the change made to the table in the database at the time of updation itself? Pin
Subin Alex14-Apr-09 19:45
Subin Alex14-Apr-09 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.