Click here to Skip to main content
15,887,676 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: how can i send a mail in .pdf format Pin
Abhijit Jana22-Sep-09 5:55
professionalAbhijit Jana22-Sep-09 5:55 
GeneralRe: how can i send a mail in .pdf format Pin
inayat basha22-Sep-09 6:14
inayat basha22-Sep-09 6:14 
GeneralRe: how can i send a mail in .pdf format Pin
Manas Bhardwaj22-Sep-09 6:16
professionalManas Bhardwaj22-Sep-09 6:16 
GeneralRe: how can i send a mail in .pdf format Pin
inayat basha22-Sep-09 6:27
inayat basha22-Sep-09 6:27 
GeneralRe: how can i send a mail in .pdf format Pin
Richard MacCutchan22-Sep-09 9:26
mveRichard MacCutchan22-Sep-09 9:26 
GeneralRe: how can i send a mail in .pdf format Pin
inayat basha24-Sep-09 15:02
inayat basha24-Sep-09 15:02 
GeneralRe: how can i send a mail in .pdf format Pin
Richard MacCutchan24-Sep-09 22:29
mveRichard MacCutchan24-Sep-09 22:29 
QuestionDeleting using InnerJoin Pin
dayakar_dn22-Sep-09 5:24
dayakar_dn22-Sep-09 5:24 
Hi,

I am having two table which are related with primary and foreign key constraints. I want to delete records from both the tables using innerjoin.

I applied like this,

delete sports,studentregtable
from studentregtable as sr
INNER JOIN sports sp ON sr.registerNo = sp.RegisterNumber
where RegisterNumber = '123'

but it is giving an error like incorrect syntax near ",".
can you please help me if you know the solution.
AnswerRe: Deleting using InnerJoin Pin
Manas Bhardwaj22-Sep-09 5:42
professionalManas Bhardwaj22-Sep-09 5:42 
QuestionEdit Item Template, Dropdown list Pin
JohnQuar122-Sep-09 4:50
JohnQuar122-Sep-09 4:50 
QuestionDynamic Add multiple images in crystal reports. Pin
payaldonga22-Sep-09 4:28
payaldonga22-Sep-09 4:28 
AnswerRe: Dynamic Add multiple images in crystal reports. Pin
Manas Bhardwaj22-Sep-09 6:00
professionalManas Bhardwaj22-Sep-09 6:00 
GeneralRe: Dynamic Add multiple images in crystal reports. Pin
HariArunachalam1-Oct-09 18:17
HariArunachalam1-Oct-09 18:17 
QuestionJavaScript Shift + : Pin
dptalt22-Sep-09 2:36
dptalt22-Sep-09 2:36 
AnswerRe: JavaScript Shift + : Pin
Robert_Pan22-Sep-09 3:43
Robert_Pan22-Sep-09 3:43 
GeneralRe: JavaScript Shift + : Pin
dptalt22-Sep-09 3:54
dptalt22-Sep-09 3:54 
QuestionData from SQL & Header from XML??? Pin
KittyKit22-Sep-09 1:52
KittyKit22-Sep-09 1:52 
AnswerRe: Data from SQL & Header from XML??? Pin
Not Active22-Sep-09 3:02
mentorNot Active22-Sep-09 3:02 
QuestionGridView Pagination Problem Pin
JMAboliEnrich22-Sep-09 1:30
JMAboliEnrich22-Sep-09 1:30 
AnswerRe: GridView Pagination Problem Pin
keyur satyadev22-Sep-09 2:23
keyur satyadev22-Sep-09 2:23 
GeneralRe: GridView Pagination Problem Pin
JMAboliEnrich22-Sep-09 20:47
JMAboliEnrich22-Sep-09 20:47 
AnswerRe: GridView Pagination Problem Pin
Abhijit Jana22-Sep-09 2:27
professionalAbhijit Jana22-Sep-09 2:27 
GeneralRe: GridView Pagination Problem Pin
sashidhar22-Sep-09 2:30
sashidhar22-Sep-09 2:30 
GeneralRe: GridView Pagination Problem Pin
Abhijit Jana22-Sep-09 2:35
professionalAbhijit Jana22-Sep-09 2:35 
GeneralRe: GridView Pagination Problem Pin
JMAboliEnrich22-Sep-09 20:22
JMAboliEnrich22-Sep-09 20:22 

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.