Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~1K People Reached
Favorite Tags
Member Avatar for vytla

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 me its urgent thanks in advance

Member Avatar for raju.manick
0
103
Member Avatar for vytla

hi i am trying to change the color of selected date i used the following code but it is not working [code] <asp:Calendar ID="Calendar1" runat="server" BackColor="White" BorderColor="Black" OnDayRender="Calendar1_DayRender" Width="300px" DayNameFormat="Shortest" Font-Names="Times New Roman" Font-Size="10pt" ForeColor="Black" Height="220px" NextPrevFormat="FullMonth" TitleFormat="Month"> <SelectorStyle BackColor="#CCCCCC" Font-Bold="True" Font-Names="Verdana" Font-Size="8pt" ForeColor="#333333" Width="1%" /> <TodayDayStyle BackColor="#CCCC99" /> <OtherMonthDayStyle …

Member Avatar for Ramesh S
0
100
Member Avatar for vytla

hi friend i am using asp calendar control in that i want to change the color of date on click

Member Avatar for Ramesh S
0
56
Member Avatar for vytla

hi every one i am trying to change gridview row color onclick event i used following javascript for row color changing var previousRow; [code]function ChangeRowColor(row) { //If last clicked row and the current clicked row are same if (previousRow == row) return; //do nothing //If there is row clicked earlier …

0
68
Member Avatar for vytla

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 subject i want to remove the last characters …

0
65
Member Avatar for vytla

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 [code=C#] protected void Calendar1_SelectionChanged(object sender, EventArgs e) { ContentManagement.ContentManagementSoap contentManagementService = new ContentManagement.ContentManagementSoapClient(); GetAllEventsByTypeRequest request = new GetAllEventsByTypeRequest(); request.Body …

0
79
Member Avatar for vytla

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 advance

Member Avatar for bondwithdbest
0
67
Member Avatar for vytla

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 [code] private void GenerateMenuItems() { ContentManagement.Menu[] menuList = (ContentManagement.Menu[])Session["MenuItems"]; if (menuList != null) { Table menuTable = new Table(); menuTable.Width = Unit.Percentage(100); menuTable.BorderStyle = …

Member Avatar for Airshow
0
150
Member Avatar for vytla

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 retrieved is very large. I want to display records to the user page wise, i.e. 100 records …

Member Avatar for rafaelbelliard
0
100
Member Avatar for vytla

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 view control service written for fetching datetime [code=C#] public List<Topics> GetAllTopicNames(int communityId) { …

Member Avatar for rathnakar
0
171
Member Avatar for vytla

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 [code=aspnet] <td style="width:100%;" valign="top"> <asp:Panel ID="PanelRight" Height="500px" BackColor="White" CssClass="" runat="server" Width="100%"> <div style="padding: 10px;" class="listlight"> <h2 class="topl_lrg"> <asp:Label ID="lblMembers" runat="server" Text="Members"></asp:Label> <asp:Label ID="lblMembersCount" runat="server"></asp:Label> </h2> …

Member Avatar for peter_budo
0
134
Member Avatar for vytla

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 when i select dropdown thwe index value will be 1. pls help me out. i attached the code …

Member Avatar for kvprajapati
0
149