TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
krishan kumar singh
1.5k
235
73.5k
how can hide query string url?
Jan 4 2012 3:16 AM
I use a repeater control and link to other page of their id but id are dispaly , how can prevent
only display page name
<asp:Repeater Runat="server" ID="reentrance" >
<ItemTemplate>
<table width="100%" cellpadding="0" cellspacing="0" class="padding">
<tr><td>
<a href="entrance_details.aspx?eid=<%#DataBinder.Eval(Container.DataItem,"exam_id")%>"class="inde">
<%#DataBinder.Eval(Container.DataItem,"Exam_name")%>
</a>
</td>
</tr>
</table>
</ItemTemplate>
<asp:Repeater>
Url to display http://localhost:6329/Project/collegedetails.aspx?colid=2
I want to display http://localhost:6329/Project/collegedetails.aspx
If it is posible ,plz quicklly help me
Reply
Answers (
2
)
what is postback in asp.net
how to Display Particular details Product Images in DataList in Asp.net