Click here to Skip to main content
16,005,149 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: javascript error is getting while passing the string through vb code Pin
Sathesh Sakthivel15-Oct-08 21:01
Sathesh Sakthivel15-Oct-08 21:01 
GeneralRe: javascript error is getting while passing the string through vb code Pin
lakshmichawala16-Oct-08 0:05
lakshmichawala16-Oct-08 0:05 
QuestionThe HTTTP POST using https is not working. Pin
Rajiya15-Oct-08 19:42
Rajiya15-Oct-08 19:42 
QuestionSetting Focus for textbox Pin
Sam.M15-Oct-08 19:03
Sam.M15-Oct-08 19:03 
AnswerRe: Setting Focus for textbox Pin
jack_ajay15-Oct-08 20:10
jack_ajay15-Oct-08 20:10 
GeneralRe: Setting Focus for textbox Pin
Sam.M15-Oct-08 20:32
Sam.M15-Oct-08 20:32 
GeneralRe: Setting Focus for textbox Pin
Sathesh Sakthivel15-Oct-08 21:05
Sathesh Sakthivel15-Oct-08 21:05 
QuestionDatalist Paging Pin
reogeo200815-Oct-08 16:48
reogeo200815-Oct-08 16:48 
Hi all,


Can you help me in paging the datalist below,i tried many ways but i couldn't.Please help me out with the code.

<asp:DataList ID="MyList" RepeatDirection="Horizontal" RepeatColumns="2" runat="server" Width="263px" Height="1px" Font-Size="XX-Small">

<SeparatorStyle Wrap="False" HorizontalAlign="Center" BorderWidth="10px" BorderStyle="None" Width="10px"
BackColor="White"></SeparatorStyle>
<ItemTemplate>

<table style="text-transform: capitalize; color: #cccc99; font-family: 'Courier New'; font-variant: normal" border="1" cellpadding="0" cellspacing="0" bordercolor="#cccc99">
<tr>
<td >
<table >
<tr><td>
<table >
<tr>
<td rowspan="6" style="width: 3px">
<a href="#" runat="server" id="a1"> <img onclick="javascript:window.open('details.aspx?mid=<%# DataBinder.Eval(Container, "DataItem.MemberID") %>','_blank','menubar=no,scrollbars=yes,toolbar=no,resizable=yes,status=no,location=yes');" border="0" src="<%# RetnImage(DataBinder.Eval(Container,"DataItem.Photo1").ToString()) %>" width="100" height="120" id="imguser"> </a></td>
<td style="width: 3px; height: 23px">
Name:<asp:Label ID="txtname" Text='<%#DataBinder.Eval(Container,"DataItem.Name")%>' runat="server" ></asp:Label></td>
</tr>
<tr>
<td style="width: 3px; height: 21px">
Age:<asp:Label ID="txtage" runat="server" Text='<%#DataBinder.Eval(Container,"DataItem.Age")%>'></asp:Label></td>
</tr>
<tr>
<td style="width: 3px">
Qualification:<asp:Label ID="txtqlfn" runat="server" Text='<%#DataBinder.Eval(Container,"DataItem.HighestDegree")%>'></asp:Label></td>
</tr>
<tr>
<td style="width: 3px">
Denomination:<asp:Label ID="txtdenomination" runat="server" Text='<%#DataBinder.Eval(Container,"DataItem.Denomination")%>'></asp:Label></td>
</tr>
<tr>
<td style="width: 3px">
MaritalStatus:<asp:Label ID="txtmstatus" runat="server" Text='<%#DataBinder.Eval(Container,"DataItem.MaritalStatus")%>'></asp:Label></td>
</tr> </table>
</td>
</tr>

</table>
</td>

</tr>
</table>

</ItemTemplate>
</asp:DataList>

Thanks in Advance
AnswerRe: Datalist Paging Pin
jack_ajay15-Oct-08 23:56
jack_ajay15-Oct-08 23:56 
QuestionOn Mouse over enlarge an image binded to a Grid view [modified] Pin
reogeo200815-Oct-08 16:35
reogeo200815-Oct-08 16:35 
AnswerRe: On Mouse over enlarge an image binded to a Grid view Pin
Abhishek Sur15-Oct-08 21:26
professionalAbhishek Sur15-Oct-08 21:26 
QuestionUsing Div and Span tags instead of a table layout Pin
Tina P15-Oct-08 14:35
Tina P15-Oct-08 14:35 
AnswerRe: Using Div and Span tags instead of a table layout Pin
Caio Kinzel Filho15-Oct-08 19:38
Caio Kinzel Filho15-Oct-08 19:38 
QuestionFileDownload Control Pin
#realJSOP15-Oct-08 12:39
professional#realJSOP15-Oct-08 12:39 
AnswerRe: FileDownload Control Pin
Steve Echols15-Oct-08 17:26
Steve Echols15-Oct-08 17:26 
QuestionAsp.net Pin
rock_mre15-Oct-08 12:16
rock_mre15-Oct-08 12:16 
AnswerRe: Asp.net Pin
Caio Kinzel Filho15-Oct-08 12:43
Caio Kinzel Filho15-Oct-08 12:43 
QuestioncssFriendly problems Pin
TheEagle15-Oct-08 11:18
TheEagle15-Oct-08 11:18 
QuestionHow can i declare a webcontrol in a webservice? Pin
Cannery15-Oct-08 9:00
Cannery15-Oct-08 9:00 
AnswerRe: How can i declare a webcontrol in a webservice? Pin
Steve Echols15-Oct-08 17:40
Steve Echols15-Oct-08 17:40 
QuestionProblem with GridView Pin
Enayat Ashkian15-Oct-08 8:12
Enayat Ashkian15-Oct-08 8:12 
QuestionCustom Contols Within Other Custom Controls Pin
Mateobus15-Oct-08 7:08
Mateobus15-Oct-08 7:08 
QuestionProblem With Update Panel Pin
pinna_hari15-Oct-08 6:56
pinna_hari15-Oct-08 6:56 
AnswerRe: Problem With Update Panel Pin
AlexeiXX315-Oct-08 7:39
AlexeiXX315-Oct-08 7:39 
QuestionDeploying a asp.net 2.0 web application Pin
SUDHAKAR PALLAM15-Oct-08 5:45
SUDHAKAR PALLAM15-Oct-08 5:45 

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.