Click here to Skip to main content
15,902,938 members
Home / Discussions / ASP.NET
   

ASP.NET

 
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 
AnswerRe: null reference Pin
Hasan Ali20-Apr-07 10:46
Hasan Ali20-Apr-07 10:46 
Public Function CeProjTrend_Retrive(ByVal p_wpitem As String, ByVal p_wpitmseg As String, ByVal p_wpphazgp As String, ByVal p_wpphaztp As String, ByVal p_finprjsq As String)
Dim p_projno As String
Dim Dt_ProjEst As New DataTable
Dim p_projest As String()

p_projest = New String() {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10}

p_projest(0) = "10"
p_projest(1) = "20"
p_projest(2) = "30"
p_projest(3) = "40"
p_projest(4) = "50"
p_projest(5) = "60"
p_projest(6) = "80"
p_projest(7) = "65"
p_projest(8) = "75"
p_projest(9) = "70"
p_projest(10) = "85"



p_projno = p_wpitem & p_wpitmseg & p_wpphazgp & p_wpphaztp & p_finprjsq

obj = New Construction_Dal
Dt_ProjEst = obj.CeProjTrend_Data(p_projno, p_projest)

Return Dt_CePT

End Function
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 
GeneralRe: DataGrid Getting current Row Values Pin
Arun.Immanuel20-Apr-07 6:09
Arun.Immanuel20-Apr-07 6:09 

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.