Click here to Skip to main content
15,903,388 members
Home / Discussions / ASP.NET
   

ASP.NET

 
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 
QuestionHow do i give write permissios to a folder through code Pin
www.Developerof.NET20-Apr-07 8:44
www.Developerof.NET20-Apr-07 8:44 
AnswerRe: How do i give write permissios to a folder through code Pin
Davide Icardi20-Apr-07 9:58
Davide Icardi20-Apr-07 9:58 
GeneralRe: How do i give write permissios to a folder through code Pin
SGnK20-Apr-07 13:47
SGnK20-Apr-07 13:47 
AnswerRe: How do i give write permissios to a folder through code Pin
xibeifeijian22-Apr-07 16:28
xibeifeijian22-Apr-07 16:28 
QuestionGo to the top of the page after GridView rowcommand in UpdatePanel? Pin
vicky45720-Apr-07 6:23
vicky45720-Apr-07 6:23 
QuestionDataGrid Getting current Row Values Pin
zamiran20-Apr-07 5:36
zamiran20-Apr-07 5:36 
AnswerRe: DataGrid Getting current Row Values Pin
Tarakeshwar Reddy20-Apr-07 5:48
professionalTarakeshwar Reddy20-Apr-07 5:48 
GeneralRe: DataGrid Getting current Row Values Pin
zamiran20-Apr-07 6:03
zamiran20-Apr-07 6:03 

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.