Click here to Skip to main content
15,919,245 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Server 2 server direct copy Pin
Yaghoobi_R22-Apr-07 1:15
Yaghoobi_R22-Apr-07 1:15 
GeneralRe: Server 2 server direct copy Pin
kubben22-Apr-07 1:42
kubben22-Apr-07 1:42 
Questionjavascript Pin
siddisagar20-Apr-07 22:32
siddisagar20-Apr-07 22:32 
AnswerRe: javascript Pin
RichardGrimmer23-Apr-07 5:47
RichardGrimmer23-Apr-07 5:47 
QuestionCan we read .pdf file in ASP.NET ? Pin
Alpesh Dhanesha20-Apr-07 18:49
Alpesh Dhanesha20-Apr-07 18:49 
AnswerRe: Can we read .pdf file in ASP.NET ? Pin
Mmuzzamil20-Apr-07 22:11
Mmuzzamil20-Apr-07 22:11 
Questioncomparing values in two datasets Pin
devonhunter20-Apr-07 16:06
devonhunter20-Apr-07 16:06 
AnswerRe: comparing values in two datasets Pin
Arun.Immanuel20-Apr-07 16:38
Arun.Immanuel20-Apr-07 16:38 
GeneralRe: comparing values in two datasets Pin
Atif Ali Bhatti20-Apr-07 21:19
Atif Ali Bhatti20-Apr-07 21:19 
GeneralRe: comparing values in two datasets Pin
Atif Ali Bhatti20-Apr-07 21:21
Atif Ali Bhatti20-Apr-07 21:21 
Questionfailed attempts for password Pin
hahii20-Apr-07 10:52
hahii20-Apr-07 10:52 
AnswerRe: failed attempts for password Pin
Arun.Immanuel20-Apr-07 14:46
Arun.Immanuel20-Apr-07 14:46 
AnswerRe: failed attempts for password Pin
Lijo Rajan20-Apr-07 17:26
Lijo Rajan20-Apr-07 17:26 
GeneralRe: failed attempts for password Pin
Arun.Immanuel20-Apr-07 18:00
Arun.Immanuel20-Apr-07 18:00 
GeneralRe: failed attempts for password Pin
Lijo Rajan20-Apr-07 18:08
Lijo Rajan20-Apr-07 18:08 
Questionnull reference Pin
Hasan Ali20-Apr-07 10:37
Hasan Ali20-Apr-07 10:37 
Public Function CeProjTrend_Data(ByVal p_projno As String, ByVal p_projest As String())
Dim P_CNSTESTM_CSTTYP_CD As String
Dim n As Integer
Dim Dt_CePT As New DataTable
Dim Sql_CePT As String

Do
Sql_CePT = "select a.CST_TYP_AMT, a.CST_TYP_DT, a.WPWKMIX, a.MANDISDV, b.LOC_1_TXT || b.LOC_2_TXT as LOCATION, C.CNST_ESTM_RSN_CD from IEIT002_CONTESTM a, IEIT003_PROJECT b, IEIT010_CONTESTM_CHNG C where a.CNSTESTM_CSTTYP_CD = " & P_CNSTESTM_CSTTYP_CD & " and a.WPITEM || a.WPITMSEG || a.WPPHAZGP || a.WPPHAZTP || a.FINPRJSQ = " & p_projno & " "

While (p_projest(0) <= p_projest(10))
n = 0
P_CNSTESTM_CSTTYP_CD = p_projest(n)

End While
n = n + 1
Loop


Return Dt_CePT
End Function
AnswerRe: null reference Pin
Hasan Ali20-Apr-07 10:46
Hasan Ali20-Apr-07 10:46 
AnswerRe: null reference Pin
Hasan Ali20-Apr-07 10:54
Hasan Ali20-Apr-07 10:54 
GeneralRe: null reference Pin
Hasan Ali20-Apr-07 10:58
Hasan Ali20-Apr-07 10:58 
AnswerRe: null reference Pin
Jesse Squire20-Apr-07 11:12
Jesse Squire20-Apr-07 11:12 
GeneralRe: null reference Pin
Colin Angus Mackay20-Apr-07 14:43
Colin Angus Mackay20-Apr-07 14:43 
AnswerRe: null reference Pin
Colin Angus Mackay20-Apr-07 14:44
Colin Angus Mackay20-Apr-07 14:44 
GeneralRe: null reference Pin
Christian Graus22-Apr-07 0:08
protectorChristian Graus22-Apr-07 0:08 
AnswerRe: null reference Pin
Christian Graus22-Apr-07 0:07
protectorChristian Graus22-Apr-07 0:07 
QuestionServer generated HTTP-Error in web service Pin
the-unforgiven20-Apr-07 10:06
the-unforgiven20-Apr-07 10:06 

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.