Click here to Skip to main content
15,914,360 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionHow can I declarate class in JSctrpt Pin
alexan0814-Jul-06 20:56
alexan0814-Jul-06 20:56 
AnswerRe: How can I declarate class in JSctrpt Pin
led mike15-Jul-06 16:57
led mike15-Jul-06 16:57 
AnswerRe: How can I declarate class in JSctrpt Pin
enjoycrack15-Jul-06 20:08
enjoycrack15-Jul-06 20:08 
AnswerRe: How can I declarate class in JSctrpt Pin
RichardGrimmer23-Jul-06 8:48
RichardGrimmer23-Jul-06 8:48 
QuestionMake text of HTML Button Bold Pin
varun_khanna1714-Jul-06 20:42
varun_khanna1714-Jul-06 20:42 
AnswerRe: Make text of HTML Button Bold Pin
Amit Agarrwal14-Jul-06 21:46
Amit Agarrwal14-Jul-06 21:46 
AnswerRe: Make text of HTML Button Bold Pin
Mircea Grelus15-Jul-06 0:53
Mircea Grelus15-Jul-06 0:53 
QuestionProblem in edititemtemplate in vb.net1.1 [modified] Pin
amaneet14-Jul-06 19:42
amaneet14-Jul-06 19:42 
>Hi Friends.

I am putting datalist in the edititemtemplate of the datagrid.After then some part of the datalist code (placed in the edititemtemplate of the datagrid)is not executing.I am placing the datalist in the edititemtemplate of datagrid.

-----------------------------------------------------------
I am using the following code.
-------------------------------------------------------------

<asp:DataGrid id="dg1" runat="server" Width="392px" Height="144px"
AutoGenerateColumns="False"
AllowPaging="True" PageSize="5">
--------------------------------------------------
<Columns>
<asp:TemplateColumn>
<HeaderTemplate>
<TABLE width="100%">
<TR>
<TD width="70%">Deposit Types
</TD>
<TD align="center" width="15%">Edit
</TD>
<TD align="center" width="15%">Delete
</TD>
</TR>
</TABLE>
</HeaderTemplate>
------------------------------------------------------------

<ItemTemplate>
<TABLE width="100%">
<TR>
<TD><%#Container.DataItem(1).ToString()%></TD>
<TD align="center" width="15%">
<asp:ImageButton id="edit" ImageUrl="images/edititem.gif" CommandName="edit" Runat="server"></asp:ImageButton></TD>
<TD align="center" width="15%">
<asp:ImageButton id="Imagebutton1" ImageUrl="images/cross.gif" CommandName="delete" Runat="server"> </TR>
</TABLE>
</ItemTemplate>

-----------------------------------------------------------------------
<EditItemTemplate>
<TABLE id="edititem" width="100%">
<TR>
<TD width="100%">
<asp:DataList id="dl1" Runat="server">
<ItemTemplate>
<table width="100%">
<tr>
<td width="30%">
<%#FindAttribute(Container.DataItem(0).ToString())%>
</td>
</tr>
</table>
</ItemTemplate>
</asp:DataList></TD>
</TR>
</TABLE>
</EditItemTemplate>
</asp:TemplateColumn>
</Columns>
<pagerStyle Mode="NumericPages"></PagerStyle>
</asp:DataGrid>
Please help.


-- modified at 1:42 Saturday 15th July, 2006
Questiongeneral Pin
dansoft14-Jul-06 19:21
dansoft14-Jul-06 19:21 
AnswerRe: general Pin
Colin Angus Mackay15-Jul-06 13:28
Colin Angus Mackay15-Jul-06 13:28 
QuestionHow to bind data in datagrid Pin
ypsyong14-Jul-06 18:28
ypsyong14-Jul-06 18:28 
AnswerRe: How to bind data in datagrid Pin
postmaster@programmingknowledge.com14-Jul-06 19:11
postmaster@programmingknowledge.com14-Jul-06 19:11 
JokeRe: How to bind data in datagrid Pin
Jerry Hammond15-Jul-06 4:29
Jerry Hammond15-Jul-06 4:29 
AnswerRe: How to bind data in datagrid Pin
enjoycrack15-Jul-06 20:12
enjoycrack15-Jul-06 20:12 
QuestionI need a lolution for Connection String. Pin
tranglt14-Jul-06 18:27
tranglt14-Jul-06 18:27 
AnswerRe: I need a lolution for Connection String. Pin
enjoycrack15-Jul-06 20:14
enjoycrack15-Jul-06 20:14 
QuestionHow to print a web page report Pin
ypsyong14-Jul-06 18:22
ypsyong14-Jul-06 18:22 
AnswerRe: How to print a web page report Pin
enjoycrack15-Jul-06 20:16
enjoycrack15-Jul-06 20:16 
QuestionASP.Net Current Active User Sessions Pin
Clickok14-Jul-06 13:23
Clickok14-Jul-06 13:23 
AnswerRe: ASP.Net Current Active User Sessions Pin
enjoycrack15-Jul-06 20:18
enjoycrack15-Jul-06 20:18 
QuestionWhat's the problem? Pin
User 309585914-Jul-06 11:26
User 309585914-Jul-06 11:26 
AnswerRe: What's the problem? Pin
Mircea Grelus15-Jul-06 0:48
Mircea Grelus15-Jul-06 0:48 
AnswerRe: What's the problem? Pin
RichardGrimmer17-Jul-06 2:58
RichardGrimmer17-Jul-06 2:58 
QuestionTreeView built dynamically: IHierarchicalDataSource and how to set Node.Text [modified] Pin
phuryn14-Jul-06 10:15
phuryn14-Jul-06 10:15 
QuestionDataList Pin
ADY00714-Jul-06 10:12
ADY00714-Jul-06 10:12 

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.