Click here to Skip to main content
15,890,717 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Problems with even simple User Controls Pin
r604-Jul-06 20:05
r604-Jul-06 20:05 
QuestionIE returns about:blank Pin
breen254-Jul-06 5:20
breen254-Jul-06 5:20 
AnswerRe: IE returns about:blank Pin
Sushant Duggal4-Jul-06 18:17
Sushant Duggal4-Jul-06 18:17 
GeneralRe: IE returns about:blank Pin
Vasudevan Deepak Kumar4-Jul-06 19:03
Vasudevan Deepak Kumar4-Jul-06 19:03 
GeneralRe: IE returns about:blank Pin
breen255-Jul-06 3:18
breen255-Jul-06 3:18 
Questionhow to open a modal dialog from clicking on a datagrid linkButton item Pin
JuJAngel4-Jul-06 4:47
JuJAngel4-Jul-06 4:47 
AnswerRe: how to open a modal dialog from clicking on a datagrid linkButton item Pin
minhpc_bk4-Jul-06 15:47
minhpc_bk4-Jul-06 15:47 
QuestionNeed Help : insert Row into ... Pin
elpens4-Jul-06 4:43
elpens4-Jul-06 4:43 
Hi all,

I'm currently trying to add (with a button) rows into tables (html table, asp table or gridView) .

I've tried : (asp:Table)

Private Sub AddRow()
Dim count As Integer = procTable.Rows.Count //never increment !!!
Dim myRow As New TableRow
Dim myCell As New TableCell
myCell.Text = "myCell"
myRow.Cells.Add(myCell)

'this is the asp:Table
procTable.Rows.AddAt(count, myRow)
End Sub

Had anyone an idea???

Thanks a lot

ElpenS

-- modified at 10:26 Tuesday 4th July, 2006


ElpenS
AnswerRe: Need Help : insert Row into ... Pin
Sushant Duggal4-Jul-06 18:48
Sushant Duggal4-Jul-06 18:48 
GeneralRe: Need Help : insert Row into ... Pin
elpens4-Jul-06 20:01
elpens4-Jul-06 20:01 
QuestionDynamic control issue driving me nuts Pin
andyk19674-Jul-06 4:21
andyk19674-Jul-06 4:21 
AnswerRe: Dynamic control issue driving me nuts Pin
minhpc_bk4-Jul-06 5:11
minhpc_bk4-Jul-06 5:11 
QuestionHow to block the View Source Pin
venkatasivaramaprasad4-Jul-06 3:06
venkatasivaramaprasad4-Jul-06 3:06 
AnswerRe: How to block the View Source [modified] Pin
RichardGrimmer4-Jul-06 3:14
RichardGrimmer4-Jul-06 3:14 
GeneralRe: How to block the View Source Pin
venkatasivaramaprasad4-Jul-06 3:41
venkatasivaramaprasad4-Jul-06 3:41 
AnswerRe: How to block the View Source Pin
Jesse Squire4-Jul-06 4:35
Jesse Squire4-Jul-06 4:35 
Question"start the web server before proceding" Pin
ravikiranreddydharmannagari4-Jul-06 2:17
ravikiranreddydharmannagari4-Jul-06 2:17 
AnswerRe: "start the web server before proceding" Pin
Paddy Boyd4-Jul-06 2:18
Paddy Boyd4-Jul-06 2:18 
GeneralRe: "start the web server before proceding" Pin
Paddy Boyd4-Jul-06 2:19
Paddy Boyd4-Jul-06 2:19 
QuestionRe: "start the web server before proceding" Pin
ravikiranreddydharmannagari4-Jul-06 2:34
ravikiranreddydharmannagari4-Jul-06 2:34 
QuestionRe: "start the web server before proceding" Pin
ravikiranreddydharmannagari4-Jul-06 2:42
ravikiranreddydharmannagari4-Jul-06 2:42 
AnswerRe: "start the web server before proceding" Pin
Paddy Boyd4-Jul-06 5:34
Paddy Boyd4-Jul-06 5:34 
QuestionMessage Box using Java Script Pin
psmukil4-Jul-06 1:00
psmukil4-Jul-06 1:00 
AnswerRe: Message Box using Java Script Pin
Mircea Grelus4-Jul-06 1:30
Mircea Grelus4-Jul-06 1:30 
GeneralRe: Message Box using Java Script Pin
psmukil4-Jul-06 2:07
psmukil4-Jul-06 2:07 

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.