Forum: ASP.NET Oct 3rd, 2009 |
| Replies: 3 Views: 339 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: 333 <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: 333 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: 268 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: 410 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: 260 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: 291 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 Jul 30th, 2009 |
| Replies: 1 Views: 537 hi friends ,
[code language = C#]
i generated anchor control dynamically but the problem is i am not getting how to change on the color on anchor link visted pls give any idea to do this thanks in... |
Forum: HTML and CSS Jul 18th, 2009 |
| Replies: 1 Views: 1,311 Hi friends,
i am buliding my menu in the master pager like below in C# and asp.net 2.0 and iam get these menu from database dynamically
private void GenerateMenuItems()
{
... |
Forum: ASP Jul 13th, 2009 |
| Replies: 1 Views: 700 I have created web page that retrives data from SQL database and display it to the user in well formatted manner. Data retrieved depend upon criterias selected by the user. But sometimes data... |
Forum: MS SQL Jul 11th, 2009 |
| Replies: 2 Views: 920 hi friends fetching datetime values from database, when data is null in code side it is displying the some garbage value instead that i want to show 'date is not found' the result is showind in grid... |
Forum: ASP.NET Jul 10th, 2009 |
| Replies: 3 Views: 525 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: 682 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... |