Click here to Skip to main content
15,919,028 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: how to run a flash movie Pin
kirthikirthi1-Aug-06 20:10
kirthikirthi1-Aug-06 20:10 
GeneralRe: how to run a flash movie [modified] Pin
Amit Agarrwal1-Aug-06 20:39
Amit Agarrwal1-Aug-06 20:39 
GeneralRe: how to run a flash movie Pin
kirthikirthi2-Aug-06 0:44
kirthikirthi2-Aug-06 0:44 
GeneralRe: how to run a flash movie Pin
Amit Agarrwal2-Aug-06 1:51
Amit Agarrwal2-Aug-06 1:51 
GeneralRe: how to run a flash movie Pin
kirthikirthi2-Aug-06 2:00
kirthikirthi2-Aug-06 2:00 
GeneralRe: how to run a flash movie Pin
Amit Agarrwal2-Aug-06 2:42
Amit Agarrwal2-Aug-06 2:42 
AnswerRe: how to run a flash movie Pin
Ista2-Aug-06 4:00
Ista2-Aug-06 4:00 
QuestionProblem in vb.net (asp.net) [modified] Pin
amaneet1-Aug-06 18:43
amaneet1-Aug-06 18:43 
I am inserrting a button in a table in the edititemtemplate of datagrid in the itemdatabound function dynamically. It is comming in the row successfully.But the problem is when i click on that button the row containing that button get eliminated from the datagrid.
Please help.
I am using the following code.
If (e.Item.ItemType = ListItemType.EditItem) Then<br />
 Dim ph1 As PlaceHolder<br />
ph1 = e.Item.FindControl("ph1")<br />
<br />
 Dim table As New Table<br />
 table.ID = "table1"<br />
 Dim tablerow(1) As TableRow<br />
 Dim tablecell(1) As TableCell<br />
tablerow(0) = New TableRow<br />
 tablecell(0) = New TableCell<br />
 Dim b1 As New Button<br />
b1.ID = "save"<br />
 b1.CommandName = "save"<br />
 b1.Visible = True<br />
b1.Text = "Save"<br />
tablecell(0).Controls.Add(b1)<br />
tablerow(0).Controls.Add(tablecell(0))<br />
table.Controls.Add(tablerow(count))<br />
ph1.Controls.Add(table)<br />
endif




-- modified at 0:45 Wednesday 2nd August, 2006
AnswerRe: Problem in vb.net (asp.net) Pin
Ista2-Aug-06 4:02
Ista2-Aug-06 4:02 
QuestionPaging in ASP.NET(separate code in .vb file) Pin
farzad moayedi1-Aug-06 18:07
farzad moayedi1-Aug-06 18:07 
QuestionUsing DataBind.Eval in the Code Behind Pin
TheMajorRager1-Aug-06 13:37
TheMajorRager1-Aug-06 13:37 
AnswerRe: Using DataBind.Eval in the Code Behind Pin
minhpc_bk1-Aug-06 15:23
minhpc_bk1-Aug-06 15:23 
GeneralRe: Using DataBind.Eval in the Code Behind Pin
Amit Agarrwal1-Aug-06 21:33
Amit Agarrwal1-Aug-06 21:33 
AnswerRe: Using DataBind.Eval in the Code Behind Pin
Ista2-Aug-06 4:05
Ista2-Aug-06 4:05 
QuestionView State Dynamic Fields Pin
smarttom991-Aug-06 13:19
smarttom991-Aug-06 13:19 
AnswerRe: View State Dynamic Fields Pin
minhpc_bk1-Aug-06 15:24
minhpc_bk1-Aug-06 15:24 
QuestionWebservice from Javascript Pin
seee sharp1-Aug-06 7:07
seee sharp1-Aug-06 7:07 
AnswerRe: Webservice from Javascript [modified] Pin
Tim Kohler1-Aug-06 9:38
Tim Kohler1-Aug-06 9:38 
QuestionCache vs Application variable Pin
honeyman_can1-Aug-06 6:35
honeyman_can1-Aug-06 6:35 
AnswerRe: Cache vs Application variable Pin
Tim Kohler1-Aug-06 8:52
Tim Kohler1-Aug-06 8:52 
QuestionDynamic User Control Creation Pin
sonicsqwirl1-Aug-06 5:54
sonicsqwirl1-Aug-06 5:54 
AnswerRe: Dynamic User Control Creation Pin
Are Jay1-Aug-06 8:51
Are Jay1-Aug-06 8:51 
AnswerRe: Dynamic User Control Creation Pin
minhpc_bk1-Aug-06 15:29
minhpc_bk1-Aug-06 15:29 
AnswerRe: Dynamic User Control Creation Pin
user55691-Aug-06 22:26
user55691-Aug-06 22:26 
QuestionHow to keep a tooltip for Pageindex of numeric in Datagrid Pin
narendrakumarp1-Aug-06 5:53
narendrakumarp1-Aug-06 5:53 

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.