Click here to Skip to main content
15,920,632 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: update query.. Pin
saran78923-Jul-09 1:31
saran78923-Jul-09 1:31 
GeneralRe: update query.. Pin
Abhijit Jana23-Jul-09 1:59
professionalAbhijit Jana23-Jul-09 1:59 
Questiondatatable Pin
Malik112222-Jul-09 21:58
Malik112222-Jul-09 21:58 
AnswerRe: datatable Pin
Brij22-Jul-09 22:02
mentorBrij22-Jul-09 22:02 
GeneralRe: datatable Pin
Malik112222-Jul-09 22:12
Malik112222-Jul-09 22:12 
GeneralRe: datatable Pin
Brij23-Jul-09 0:49
mentorBrij23-Jul-09 0:49 
GeneralRe: datatable Pin
Malik112222-Jul-09 22:39
Malik112222-Jul-09 22:39 
AnswerRe: datatable Pin
Vimalsoft(Pty) Ltd22-Jul-09 22:04
professionalVimalsoft(Pty) Ltd22-Jul-09 22:04 
Good Mornig Malik1122

We cant know what is the Problem until we see the code, another thing that can be easly done on the SQL.

e.g
INSERT INTO TABLE2
SELECT COL1,COL2 FROM TABLE1
WHERE COL1 IS NOT NULL 


Always try to keep the sql side in SQl , because these things can be achieve at ease that side than trying to loop through a datatable.

Please explain clearly what is your problem.

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.somee.com
http://www.vuyiswamaseko.tiyaneProperties.co.za
vuyiswa@its.co.za
http://www.itsabacus.co.za/itsabacus/

GeneralRe: datatable Pin
Malik112222-Jul-09 22:44
Malik112222-Jul-09 22:44 
GeneralRe: datatable Pin
Vimalsoft(Pty) Ltd22-Jul-09 22:50
professionalVimalsoft(Pty) Ltd22-Jul-09 22:50 
GeneralRe: datatable Pin
Malik112222-Jul-09 23:08
Malik112222-Jul-09 23:08 
GeneralRe: datatable Pin
Vimalsoft(Pty) Ltd22-Jul-09 23:15
professionalVimalsoft(Pty) Ltd22-Jul-09 23:15 
GeneralRe: datatable Pin
Malik112223-Jul-09 0:08
Malik112223-Jul-09 0:08 
GeneralRe: datatable Pin
Malik112223-Jul-09 3:05
Malik112223-Jul-09 3:05 
GeneralRe: datatable Pin
Vimalsoft(Pty) Ltd23-Jul-09 4:08
professionalVimalsoft(Pty) Ltd23-Jul-09 4:08 
AnswerRe: datatable Pin
Baran M22-Jul-09 23:41
Baran M22-Jul-09 23:41 
AnswerRe: datatable Pin
Zafar A khan 23-Jul-09 0:44
professionalZafar A khan 23-Jul-09 0:44 
GeneralRe: datatable Pin
Malik112223-Jul-09 3:03
Malik112223-Jul-09 3:03 
QuestionDebugging ASP.NET web application Pin
Chesnokov Yuriy22-Jul-09 21:34
professionalChesnokov Yuriy22-Jul-09 21:34 
AnswerRe: Debugging ASP.NET web application Pin
Vimalsoft(Pty) Ltd22-Jul-09 22:51
professionalVimalsoft(Pty) Ltd22-Jul-09 22:51 
AnswerRe: Debugging ASP.NET web application Pin
Chesnokov Yuriy23-Jul-09 0:08
professionalChesnokov Yuriy23-Jul-09 0:08 
GeneralRe: Debugging ASP.NET web application Pin
Vimalsoft(Pty) Ltd23-Jul-09 0:13
professionalVimalsoft(Pty) Ltd23-Jul-09 0:13 
AnswerRe: Debugging ASP.NET web application Pin
Chesnokov Yuriy23-Jul-09 0:47
professionalChesnokov Yuriy23-Jul-09 0:47 
GeneralRe: Debugging ASP.NET web application Pin
Vimalsoft(Pty) Ltd23-Jul-09 1:01
professionalVimalsoft(Pty) Ltd23-Jul-09 1:01 
Questionupdate query Pin
mylogics22-Jul-09 21:22
professionalmylogics22-Jul-09 21: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.