How to gray out the Navigation hyperlink
Hi,I am trying to change the color for disabled navigation hyperlink to gray. In the SiteNavigation.ascx I have a bunch of hyperlinks. In the aspx.cs file, the hyperlink.enable = false; at default. The...
View ArticleRun a function when GridView is sorted
Hi guys, I actually have a function that runs when a button is clicked. And I want that same function to run when the GridView is sorted:protected void GridView1_Sorted(object sender, EventArgs e) {...
View Articleneeded help with chat lines in a textArea
Dear reader,I am making a smallshoutbox/ chat . Everything works perfectlytill de Textbox is filled with chat lines. A scrollbar is comming up but he is alway's on top en you must scroll down by hand...
View ArticleTips to speed up GridView loadtime in Internet Explorer
Hi guys,Well, in my company, we are stuck with IE8 (for 'security').I wonder if you guys have any tips that can tell me to speed up the load time of a GridView in IE8. My tables can have over 6,000 to...
View Articlehow to run executable file using web application
hi to all i have a notification like the one in outlook email so ehn i run that exe file it will show notification now just want to ask if how can i run that exe file.using web application so that...
View ArticleIs there a Timer control in ASP.net 2.0 to let me refresh webpage at regular...
Is there a Timer control in ASP.net 2.0 to let me refresh webpage at regular intervals? I hope to refresh my webpage at regular intervals, how can I do? Is there a control just like Timer in ASP.net...
View ArticleAjax calling WebMethod
I have created Accrodions dynamically and inside each pane is a link button. I have assigned a value to the ID of the link button. what I want to accomplish is that when I click on a link button in one...
View ArticleJava Script Checkbox issue
I am trying to figure out a check box issue. I have 4 single check boxes that if checked will check a checkbox list that they are connected with. The 4 single checkboxes are sections of zip codes in a...
View ArticleCan't determine status of chekBox of a Grid View
i have a problem with detecting status of a checkbox. I have a Grid View With checkbox in it. Ad i need to retrieve a certain value from a selected row to pass it to the query.But the problem is when I...
View ArticleUpgrade to IE 9
Dear All Forum Members,I want to upgrade my asp.net application which is designed for use with internet explorer 7.But now, I want to upgrade it to internet explorer 9.What changes i have to made in...
View Articlethe name gridview1 does not exist in the current context
This is my .aspx page..<%@ Page Title="" Language="C#" MasterPageFile="~/IOC/MainMaster.master" AutoEventWireup="true" CodeFile="Authorization.aspx.cs"...
View Articledynamicevent is not firing for dynamic control
Hi here my code, the MyCheckBoxCheckedChangedEvent is not firing, when a user change dropdownlist value your help will be appreciated.. thanks Private Sub GridView7_RowDataBound1(sender As Object, e...
View ArticleEditor textbox required
Hi in the asp.net forums, we use the Message editor textbox to post the message and which allows html also, may i know, which control is this, is there any similar control in...
View Articleautocompleteextender not working!
Hi here is my code and this textbox, does not result any thing....<asp:TextBox ID="ProductName" runat="server" BorderWidth="1px"></asp:TextBox> <asp:AutoCompleteExtender...
View ArticleUnable to Implement Ajax Control Toolkit- Script Manager Control and...
<%@ Page Title="" Language="C#" MasterPageFile="~/MasterPage.Master" AutoEventWireup="true" CodeBehind="Home.aspx.cs" Inherits="OnlineEntertainment.Web.WebForm1" %><asp:Content ID="Content1"...
View Articlehow do I can keep the same expanded level of treeview in master page to its...
Anybody can help me , it would be appreciate.I want to keep the same expanded level when I open the child page. Treeview control of its nested master page with expanddepth =1 in default. But when I...
View ArticleReason of the error
Hi,How to find out the real reason of this error? Is it due to one exception raised? Server Error in '/App2' Application....
View Articlecan we combine more than one field of data on SQL table and display on Gridview?
Hi, I have a SQL table and need to display them on gridview of web form project.I want to combine two or three fields of data in SQL table and display them as one column in gridview, is that...
View ArticleHow to apply CSS for button ?
HiI have a button like this <script type="text/javascript"> function confirmationDel() { var txtRef = document.getElementById('<%= txtTranRef.ClientID %>').value; var returnData=true;...
View Article