I am trying to uncheck the last item checked of a checkboxlist when there are more than a certain number of items checked.
On the CheckBoxList:
chkAns.Attributes.Add("onclick", "CheckForTo...
I have gridview(AspxGridview) displaying a list of names. I want to add a checkbox to the template and when a user selects a number of checkboxes and hits an 'Add' button I want to get all the...
I have installed new version of AjaxControlToolkit and changed references of my projects to the new ajax library. But I am having this compile error:
Error: Assembly 'AjaxControlToolkit, Ve...
I have problems getting the Formview control with two dependent dropdownlists to work in Edit Mode. I have say dropdownlist A and dropdownlist B where Dropdownlist B is dependent on dropdownli...
Hi
The following code throws runtime error:
Parser Error Message: Only Content controls are allowed directly in a content page that contains Content controls
Line 2: <script language...
I have a user control (.ascx) which has a button and a few labels. When I click on the button, and the server side event fires, is there a way for me to obtain the X and Y (Left, Top) of the ...
I am utilizing a web services that delivers me an image in an array of bytes. I am having no issues retrieving the bytes, however, I can't figure out how to convert these bytes into a System....
When a user control is loaded into a PlaceHolder control more than once, the
events do not fire on the first click of a control on the dynamically loaded
user control. In other words, the fi...
I have a datagrid that selects any table from any database.
When selecting an individual record to display the record details for editing.
The following error occures:Line 241
Compiler Err...
I am attempting to use C# to access active directory. I am able to use this same code in VB and it works, but when I try the code in C#, I get the error below at line 136. I used the vb-to-c...
For an ASP.NET Web Application written in C#, we need to implement login authentication by authenticating users against a LDAP Server.
To meet the above requirement, I need help with a few ...
I have a working Ajax accordion pane that i need to have each pane to have a different background color.
I have that working ok, but i need to have a way where on the transititions the orig...
Hi All,
I am trying to find a control which is within my aspx page. I am calling the FindControl from within my UserControl code behind which is included within my ASPX page.
The followi...
Hi
I have an ASP.NET website which works on a server but not on my machine. (I just copied the code from the server to my machine)
I get the error "ORA-12504: TNS:listener was not given th...
Hi
I saw a website http://hk.88db.com/hk/Services/front.page?lang=en-us
When you click login, it will freeze the webpage and popup a login panel.
How can I do it with JQuery ?
I...
Hi all,
Is there a way to add a dropdownlist box to a cell in a row that I am trying to edit with C#. I tried using the Edit Item template but it kept returning errors. Thanks in advance....
Hello,
I'm building an application that uses the classic two-listbox setup where a user will select values from ListBox A and then click ">>" to move them to ListBox B. I do not want to ha...
I am really struggling to access a control within a nested repeater i am getting a null reference exeption everytime I try, any help much appreciated.
Many Thanks
Im am trying to achieve this but pretty lost.
I want to populate list of records into a dropdown combobox from DB. But I need the dropdown list to be checkboxes. So that users can select mult...
I am making a blog using ASP.NET 3.5. In the home page I want to display posts as in any other blog. I have placed a Repeater Control and wrote a little code, but I am not following how to sho...
Hi,
I have an ASP.NET web application that allows users to download reports and the contents of databases as Excel files, using the following construct:
Dim context As HttpContex...
Hi
I tried to use the jquery plugin at http://plugins.jquery.com/project/cascade
and use the demo example code http://dev.chayachronicles.com/jquery/cascade/index.html
Update More T...
I would like to execute either a SQL command or execute a SQL stored procedure in the C# code behing of my asp page. The stored procedure exists and works from a SQL query window. My attempt...
Please can someone help me out im really struggling to access a panel control in my grid view from the RowDataBound event. below is the code i am using.
i am trying to make a panel invisab...
I have several text boxes, and a button. Here is my condition:
If the text property for all textboxes is empty, then Button1 should be disabled (or not perform a postback). In other words, fo...