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

ASP.NET

 
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 
AnswerRe: Need Help : insert Row into ... Pin
Sushant Duggal4-Jul-06 18:48
Sushant Duggal4-Jul-06 18:48 
Hi ElpenS,

I work in C#, so i can give u an idea , what i think about the problem.
In C# when we create a new row , we create a new row for the table.
i.e.
TableRow tr = procTable.newRow();


And then at last we add the row to the table.

procTable.Rows.Add(tr);


I hope it works,
Thanks

Sushant Duggal.
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 
GeneralRe: Message Box using Java Script Pin
Paddy Boyd4-Jul-06 2:22
Paddy Boyd4-Jul-06 2:22 

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.