Forum: ASP.NET Oct 3rd, 2009 |
| Replies: 3 Views: 344 hi i am trying to clear session varibles its working fine but the problem is when i click back button in browser it is redireding to previous page here i want to do redirect to specied page pls helep... |
Forum: ASP.NET Oct 3rd, 2009 |
| Replies: 3 Views: 337 <script language="C#" runat="server">
protected void Calendar1_DayRender(object sender, DayRenderEventArgs e)
{
e.Cell.Text = "<a href='#'... |
Forum: ASP.NET Oct 3rd, 2009 |
| Replies: 3 Views: 337 hi i am trying to change the color of selected date i used the following code but it is not working
<asp:Calendar ID="Calendar1" runat="server" BackColor="White" BorderColor="Black"
... |
Forum: ASP.NET Oct 3rd, 2009 |
| Replies: 1 Views: 270 hi friend i am using asp calendar control in that i want to change the color of date on click |
Forum: ASP.NET Sep 7th, 2009 |
| Replies: 0 Views: 411 hi every one i am trying to change gridview row color onclick event i used following javascript for row color changing
var previousRow;
function ChangeRowColor(row) {
//If last clicked row... |
Forum: ASP.NET Sep 5th, 2009 |
| Replies: 0 Views: 263 hi every one i am new to c#, i used asp tree control ,in this i want to show the text of the node with special character when the text length increased by 10 char (ie when the text is my faourtie... |
Forum: ASP.NET Aug 21st, 2009 |
| Replies: 0 Views: 293 hi every one
i am using calendar control i am trying to display the selected day events in panel for this the code written below the calendar event not getting raised
protected void... |
Forum: ASP.NET Jul 10th, 2009 |
| Replies: 3 Views: 530 hi every body i am trying to display the popup on datalist control when mouseover on image in datalist i want to display the popup
<td style="width:100%;" valign="top">
... |
Forum: ASP.NET Jul 6th, 2009 |
| Replies: 4 Views: 689 hi every body i am using three dropdownlist for search criteria , the problem is when dropdown idex is selected the dropdown itself will disappear,because the page is getting refereshed every time... |