Click here to Skip to main content
15,905,068 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionIIS vs Oracle AS server Pin
pradeep kumarappagari9-May-07 19:38
pradeep kumarappagari9-May-07 19:38 
AnswerRe: IIS vs Oracle AS server Pin
Sandeep Kumar9-May-07 19:45
Sandeep Kumar9-May-07 19:45 
GeneralRe: IIS vs Oracle AS server Pin
pradeep kumarappagari9-May-07 19:50
pradeep kumarappagari9-May-07 19:50 
QuestionScheduling the application. Pin
Raheem MA9-May-07 19:19
Raheem MA9-May-07 19:19 
AnswerRe: Scheduling the application. Pin
Sandeep Kumar9-May-07 19:48
Sandeep Kumar9-May-07 19:48 
GeneralRe: Scheduling the application. Pin
Raheem MA9-May-07 20:00
Raheem MA9-May-07 20:00 
AnswerRe: Scheduling the application. Pin
GgAben11-May-07 3:36
GgAben11-May-07 3:36 
QuestionHTML Table Pin
BilalShouman9-May-07 19:11
BilalShouman9-May-07 19:11 
Hello

I have an HTML Table on a textFile, and I need to add this HtmlTable to my page, and reference to it, like dt.rows(0).cells(0).tostring,
I thought of a literalControl, but I failed referencing to mytable


Dim path As String = Server.MapPath("../test.txt")
'test.txt contains
'HTML Table
'"
"
Dim strContents As String = ""
Dim objReader As StreamReader
objReader = New StreamReader(path)
strContents = objReader.ReadToEnd()
objReader.Close()

Dim

lt As New LiteralControl(strContents)
Panel1.Controls.Add(lt)
Dim t As HtmlTable = Panel1.FindControl("test") ?????
if not t is nothing

Response.write(t.rows(0).cells(0).tostring)
End If

Any Ideas??
AnswerRe: HTML Table Pin
Venkatesh Mookkan9-May-07 19:57
Venkatesh Mookkan9-May-07 19:57 
GeneralRe: HTML Table Pin
BilalShouman9-May-07 20:10
BilalShouman9-May-07 20:10 
GeneralRe: HTML Table Pin
Venkatesh Mookkan9-May-07 20:41
Venkatesh Mookkan9-May-07 20:41 
GeneralRe: HTML Table Pin
BilalShouman9-May-07 20:55
BilalShouman9-May-07 20:55 
GeneralRe: HTML Table Pin
Venkatesh Mookkan9-May-07 21:45
Venkatesh Mookkan9-May-07 21:45 
GeneralRe: HTML Table Pin
BilalShouman9-May-07 22:19
BilalShouman9-May-07 22:19 
GeneralRe: HTML Table Pin
Venkatesh Mookkan9-May-07 22:21
Venkatesh Mookkan9-May-07 22:21 
GeneralRe: HTML Table Pin
BilalShouman9-May-07 22:39
BilalShouman9-May-07 22:39 
AnswerRe: HTML Table Pin
Sherin Iranimose9-May-07 20:20
Sherin Iranimose9-May-07 20:20 
GeneralRe: HTML Table Pin
BilalShouman9-May-07 20:44
BilalShouman9-May-07 20:44 
GeneralRe: HTML Table Pin
Sherin Iranimose9-May-07 21:16
Sherin Iranimose9-May-07 21:16 
GeneralRe: HTML Table Pin
BilalShouman9-May-07 21:24
BilalShouman9-May-07 21:24 
QuestionHow to call dll from asp.net page Pin
sharadshinde_19-May-07 19:04
sharadshinde_19-May-07 19:04 
AnswerRe: How to call dll from asp.net page Pin
Christian Graus9-May-07 19:17
protectorChristian Graus9-May-07 19:17 
AnswerRe: How to call dll from asp.net page Pin
mareers9-May-07 19:25
mareers9-May-07 19:25 
GeneralRe: How to call dll from asp.net page Pin
Sandeep Kumar9-May-07 19:40
Sandeep Kumar9-May-07 19:40 
GeneralRe: How to call dll from asp.net page Pin
sharadshinde_19-May-07 19:48
sharadshinde_19-May-07 19:48 

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.