Click here to Skip to main content
15,902,189 members
Home / Discussions / Web Development
   

Web Development

 
Questioncreating word document using c#/ vb/ crystal reports Pin
Puneri19-Jun-08 1:42
Puneri19-Jun-08 1:42 
AnswerRe: creating word document using c#/ vb/ crystal reports Pin
Ashfield20-Jun-08 1:26
Ashfield20-Jun-08 1:26 
QuestionUsing central storage for Web Farm, Performance Impacts? Pin
orbatech18-Jun-08 21:35
orbatech18-Jun-08 21:35 
QuestionClient Handling by IIS Pin
sreeraghavendra18-Jun-08 18:58
sreeraghavendra18-Jun-08 18:58 
AnswerRe: Client Handling by IIS Pin
Ashfield18-Jun-08 21:28
Ashfield18-Jun-08 21:28 
QuestionWeb Form design Pin
Assaf8218-Jun-08 3:40
Assaf8218-Jun-08 3:40 
GeneralRe: Web Form design Pin
Hesham Amin18-Jun-08 21:53
Hesham Amin18-Jun-08 21:53 
QuestionI am not getting the id value.... Pin
r aa j18-Jun-08 0:09
r aa j18-Jun-08 0:09 
here I am using gridview with Hoverextender control..when I click the delete button I want to get gridview id value..for getting id value I am using javasript..but its always giving value 1.If anybody knows plz reply me.


<asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="False" DataKeyNames="IId" OnRowDataBound="GridView1_RowDataBound" EmptyDataText="You have deleted all records in Item list" ShowFooter="true" GridLines="none">
<Columns>
<asp:TemplateField>
<HeaderTemplate>
<table style="width: 393px" cellpadding="0" cellspacing="0" border="0">
<tr style="cursor: move;background-color:#F1AB44;border:solid 0px Gray;color:Black;padding-top:0px;"></tr>
</table>
</HeaderTemplate>
<ItemTemplate>
<table style="width: 393px">
<tr style="cursor: move;background-color:#FFFFFF;border:solid 0px Gray;color:Black;padding-top:0px;">
<td style="text-align:left;width: 393px" class="ntext">
<asp:Panel ID="panel11" runat="server"><strong style="width:300px;"><%#FormatString(Eval("Iname").ToString(), 15)%></strong><strong style="margin-left:300px"><%#Eval("reason").ToString()%></strong>
</asp:Panel>
<ajaxToolkit:HoverMenuExtender ID="HoverMenuExtender1" runat="server" HoverCssClass="popupHover" PopupControlID="PopupMenu" TargetControlID="panel11" PopupPosition="Bottom"> </ajaxToolkit:HoverMenuExtender>

<asp:Panel ID="PopupMenu" runat="server" CssClass="popupMenu">
<div>
<table style="width: 339px;border:solid 1px Black;">
<tr>
<td colspan="2" style="text-align: center; height: 20px;">
<asp:Panel ID="Panel3" runat="server" Style="cursor: move;background-color:#DDDDDD;border:solid 1px Gray;color:Black;padding-top:0px;height: 20px;" Width="389px" Height="20px">
<span style="font-size: 12pt; color: chocolate; font-family: Verdana"><strong><%#Eval("Iname") %></strong></span>

</asp:Panel>
</td>
</tr>
<tr>
<td style="width: 146px; text-align: right;padding-left:3px;" rowspan="4">
<asp:Image ID="Image1" runat="server" ImageUrl='<%#Eval("IImage") %>' Height="138px" Width="182px" /></td>
<td style="width: 219px; text-align: left;padding-left:10px;" rowspan="4" valign="top">
<%#Eval("IDesc") %></td>

<tr>
<td style="text-align: right" colspan="2"><%#Eval("id") %></td>
</tr>
<tr>
<td colspan="2" style="text-align: center">
<span style="font-size: 12pt; color: Black; font-family: Verdana"><strong><%#Eval("ICategory") %></strong></span></td>
</tr>

<tr>
<td style="text-align: center" colspan="2">
<input id="id" type="hidden" value='<%#Eval("id") %>' name="id"/>
</td>
</tr>
<tr>
<td align="center" style="text-align: center">
<asp:Button ID="btnlock" Text="Lock" runat="server" OnClick="btnlock_Click" />
<asp:Button ID="btnremove" Text="Remove" runat="server" OnClientClick="JavaScript:getid();" OnClick="btnremove_Click" />
</td> </tr>
</table>
</div></asp:Panel>
</td>

</tr>
</table>
</ItemTemplate>

</asp:TemplateField>
</Columns>

</asp:GridView>

<script>
function getid()
{
//alert("getid");
var getid = document.getElementById('id').value;alert(getid);
}
</script>

Rajendran.AL

Questionproblems with asp:hyperlink Pin
livez17-Jun-08 21:27
livez17-Jun-08 21:27 
AnswerRe: problems with asp:hyperlink Pin
Shog918-Jun-08 15:53
sitebuilderShog918-Jun-08 15:53 
QuestionHow to Grade Student Marks Pin
wisdom_deku17-Jun-08 5:22
wisdom_deku17-Jun-08 5:22 
AnswerRe: How to Grade Student Marks Pin
Guffa17-Jun-08 12:34
Guffa17-Jun-08 12:34 
Question[Message Deleted] Pin
r aa j16-Jun-08 20:57
r aa j16-Jun-08 20:57 
AnswerRe: MCTS 70-536 and 70-528 Pin
Ashfield16-Jun-08 21:24
Ashfield16-Jun-08 21:24 
GeneralRe: MCTS 70-536 and 70-528 Pin
r aa j16-Jun-08 21:33
r aa j16-Jun-08 21:33 
AnswerRe: MCTS 70-536 and 70-528 Pin
Christian Graus17-Jun-08 2:29
protectorChristian Graus17-Jun-08 2:29 
GeneralRe: MCTS 70-536 and 70-528 Pin
r aa j17-Jun-08 3:07
r aa j17-Jun-08 3:07 
GeneralRe: MCTS 70-536 and 70-528 Pin
Christian Graus17-Jun-08 3:35
protectorChristian Graus17-Jun-08 3:35 
GeneralRe: MCTS 70-536 and 70-528 Pin
r aa j17-Jun-08 18:28
r aa j17-Jun-08 18:28 
AnswerRe: MCTS 70-536 and 70-528 Pin
Paul Conrad28-Jun-08 8:46
professionalPaul Conrad28-Jun-08 8:46 
QuestionStop ambersand from getting html converted when runat="server" [modified] Pin
livez16-Jun-08 20:12
livez16-Jun-08 20:12 
AnswerRe: Stop ambersand from getting html converted when runat="server" Pin
Shog917-Jun-08 6:03
sitebuilderShog917-Jun-08 6:03 
GeneralRe: Stop ambersand from getting html converted when runat="server" Pin
livez17-Jun-08 20:28
livez17-Jun-08 20:28 
QuestionHow can I assign differentiate the roles created in a website using dnn?? Pin
gayatrilaxmi16-Jun-08 19:27
gayatrilaxmi16-Jun-08 19:27 
Questionselect/deselect for direct manipulation Pin
misaloo16-Jun-08 9:54
misaloo16-Jun-08 9:54 

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.