Click here to Skip to main content
15,902,114 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: How to get the IP number ?? Pin
Christian Graus29-Jun-08 22:26
protectorChristian Graus29-Jun-08 22:26 
QuestionRE:Webservice Pin
kiran.puchakayala29-Jun-08 21:27
kiran.puchakayala29-Jun-08 21:27 
AnswerRe: RE:Webservice Pin
Christian Graus29-Jun-08 22:26
protectorChristian Graus29-Jun-08 22:26 
AnswerRe: RE:Webservice Pin
N a v a n e e t h29-Jun-08 22:27
N a v a n e e t h29-Jun-08 22:27 
GeneralRe: RE:Webservice Pin
Christian Graus29-Jun-08 22:42
protectorChristian Graus29-Jun-08 22:42 
Questionneed to display only subquestions when itemcommand evenst fires. Pin
subbu.sk29-Jun-08 21:19
subbu.sk29-Jun-08 21:19 
AnswerRe: need to display only subquestions when itemcommand evenst fires. Pin
eyeseetee29-Jun-08 21:44
eyeseetee29-Jun-08 21:44 
GeneralRe: need to display only subquestions when itemcommand evenst fires. Pin
subbu.sk29-Jun-08 22:04
subbu.sk29-Jun-08 22:04 
Thanks for ur immediate reply.

i had done it by using two panels.

like:

<cc2:
.netman wrote:
Panel ID="pnldlst"


runat="server" Visible="true" Width="550px">
<anthem:DataList ID="dtlstQues" runat="server" EnableCallBack="true" OnItemDataBound="dtlstQues_ItemDataBound" OnItemCommand="dtlstQues_ItemCommand">
<ItemTemplate>
<table width="100%" border="0">
<tr>

<td class="text12blue" style="width:500px"><a id="ancQues" runat="server" style="padding-left:8px"/>
</td>
<cc2:
.netman wrote:
Panel ID="Panel1"


runat="server" Visible="true" Width="550px">
<td>
<anthem:LinkButton id="ancsubQues" runat="server" style="padding-left:8px" CommandName="SubQuestion"/>
<anthem:HiddenField ID="hdnQues" runat="server"/>
</td>
</cc2:Panel>
<%--<td> <asp:Label ID="example" runat="server" Visible="true"/></td>--%>

</tr>
</table>
</ItemTemplate>
</anthem:DataList>
</cc2:Panel>


but it is showing all the questions including subquestions .and the second panel is not showing intellisence.

Thanks
Subbu.

GeneralRe: need to display only subquestions when itemcommand evenst fires. Pin
eyeseetee29-Jun-08 22:21
eyeseetee29-Jun-08 22:21 
QuestionSpellcheck code Pin
rockram29-Jun-08 21:13
rockram29-Jun-08 21:13 
AnswerRe: Spellcheck code Pin
Christian Graus29-Jun-08 21:20
protectorChristian Graus29-Jun-08 21:20 
GeneralRe: Spellcheck code Pin
eyeseetee29-Jun-08 21:45
eyeseetee29-Jun-08 21:45 
GeneralRe: Spellcheck code Pin
Christian Graus29-Jun-08 22:27
protectorChristian Graus29-Jun-08 22:27 
GeneralRe: Spellcheck code Pin
rockram30-Jun-08 0:20
rockram30-Jun-08 0:20 
QuestionMerging two dataset in C#.NET?? [modified] Pin
Karan_TN29-Jun-08 20:46
Karan_TN29-Jun-08 20:46 
AnswerRe: Merging two dataset in C#.NET?? Pin
N a v a n e e t h29-Jun-08 20:49
N a v a n e e t h29-Jun-08 20:49 
GeneralRe: Merging two dataset in C#.NET?? Pin
Christian Graus29-Jun-08 23:05
protectorChristian Graus29-Jun-08 23:05 
Questionenduser cant go previous page using that back button in internet explorer Pin
Member 387988129-Jun-08 20:37
Member 387988129-Jun-08 20:37 
AnswerRe: enduser cant go previous page using that back button in internet explorer Pin
Christian Graus29-Jun-08 20:39
protectorChristian Graus29-Jun-08 20:39 
GeneralRe: enduser cant go previous page using that back button in internet explorer Pin
Member 387988129-Jun-08 21:35
Member 387988129-Jun-08 21:35 
GeneralRe: enduser cant go previous page using that back button in internet explorer Pin
eyeseetee29-Jun-08 21:48
eyeseetee29-Jun-08 21:48 
GeneralRe: enduser cant go previous page using that back button in internet explorer Pin
Christian Graus29-Jun-08 22:29
protectorChristian Graus29-Jun-08 22:29 
AnswerRe: enduser cant go previous page using that back button in internet explorer Pin
tina->newcoder29-Jun-08 22:26
tina->newcoder29-Jun-08 22:26 
Questionretrieve the cell value from the gridview but it returns null Pin
kimo code29-Jun-08 20:27
kimo code29-Jun-08 20:27 
AnswerRe: retrieve the cell value from the gridview but it returns null Pin
Christian Graus29-Jun-08 20:36
protectorChristian Graus29-Jun-08 20:36 

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.