Click here to Skip to main content
15,897,273 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Directory Path in webserver [modified] Pin
C#Coudou18-Jan-09 20:20
C#Coudou18-Jan-09 20:20 
GeneralRe: Directory Path in webserver Pin
Reza Raad18-Jan-09 23:20
Reza Raad18-Jan-09 23:20 
Questionsubreport object Pin
bhaumikdv18-Jan-09 19:04
bhaumikdv18-Jan-09 19:04 
AnswerRe: subreport object Pin
Abhishek Sur18-Jan-09 20:49
professionalAbhishek Sur18-Jan-09 20:49 
GeneralRe: subreport object Pin
bhaumikdv18-Jan-09 21:24
bhaumikdv18-Jan-09 21:24 
QuestionDisable ValidationSummary control on pressing of Enter Key Pin
anada888618-Jan-09 18:08
anada888618-Jan-09 18:08 
QuestionNeed some Docs for Grid Control Pin
scotchy2hotty2k218-Jan-09 18:00
scotchy2hotty2k218-Jan-09 18:00 
QuestionComparing 2 List(To ) Pin
saberbladez18-Jan-09 14:59
saberbladez18-Jan-09 14:59 
Hi Experts,
I'm trying to compare if in List(A) an object exists in List(B) then do not populate in 2nd ListBox but I don't know how the logic goes as, if i use the code below it compares i know where went wrong.. but I don't know how to solve this, the problem is that if the record in database is "1" and in List(A)= "2" it will add then exist the For Loop, not checking the 2nd Record in Database which may be "1" Can anyone tell me how to go about solving this? thanks in advance! Cheers ^^

Try
cn.Open()
Dim sqlRdr As SqlDataReader = cmd.ExecuteReader()
While (sqlRdr.Read())
Dim reportData As New ReportData
reportData.mReportSource = sqlRdr("ReportSource").ToString()
reportData.mReportDesc = sqlRdr("ReportDesc").ToString()
'listReportData.Add(reportData)
For Each AccessList In listAccessList
If (AccessList.mAccessList = reportData.mReportDesc) Then
Exit For
End If
If (AccessList.mAccessList <> reportData.mReportDesc) Then
listReportData.Add(reportData)
Exit For
End If
Next
End While
AnswerRe: Comparing 2 List(To ) Pin
saberbladez18-Jan-09 15:34
saberbladez18-Jan-09 15:34 
QuestionHorizontal Submenu in ASP.NET3.5 Application wih Dynamic Data loading Pin
bneo8518-Jan-09 12:57
bneo8518-Jan-09 12:57 
QuestionRelation between Client Side and Server Side Events [modified] Pin
mehrdadc4818-Jan-09 8:32
mehrdadc4818-Jan-09 8:32 
AnswerRe: Relation between Client Side and Server Side Events Pin
Christian Graus18-Jan-09 11:55
protectorChristian Graus18-Jan-09 11:55 
AnswerRe: Relation between Client Side and Server Side Events Pin
N a v a n e e t h18-Jan-09 16:21
N a v a n e e t h18-Jan-09 16:21 
QuestionHow can I expand an asp:Table to the height of the page? [modified] Pin
lackonagy18-Jan-09 7:17
lackonagy18-Jan-09 7:17 
AnswerRe: How can I expand an asp:Table to the height of the page? Pin
Sundar_R18-Jan-09 17:43
Sundar_R18-Jan-09 17:43 
GeneralRe: How can I expand an asp:Table to the height of the page? Pin
lackonagy18-Jan-09 19:01
lackonagy18-Jan-09 19:01 
Questionasp.net with mysql [modified] Pin
khalil20018-Jan-09 7:01
khalil20018-Jan-09 7:01 
AnswerRe: asp.net with mysql Pin
Reza Raad18-Jan-09 10:10
Reza Raad18-Jan-09 10:10 
AnswerRe: asp.net with mysql Pin
N a v a n e e t h18-Jan-09 16:23
N a v a n e e t h18-Jan-09 16:23 
QuestionHow To Call WebService in to aspx page Pin
Rameez Raja18-Jan-09 5:54
Rameez Raja18-Jan-09 5:54 
AnswerRe: How To Call WebService in to aspx page Pin
lackonagy18-Jan-09 7:10
lackonagy18-Jan-09 7:10 
AnswerRe: How To Call WebService in to aspx page Pin
saberbladez18-Jan-09 15:09
saberbladez18-Jan-09 15:09 
QuestionPostBackURL passing parameters Pin
dptalt18-Jan-09 5:31
dptalt18-Jan-09 5:31 
AnswerRe: PostBackURL passing parameters Pin
lackonagy18-Jan-09 7:03
lackonagy18-Jan-09 7:03 
QuestionSharepoint webpart - access control in javascript Pin
Archvile118-Jan-09 4:14
Archvile118-Jan-09 4:14 

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.