Browse by Tags

Related Posts

  • <asp:Repeater>, checkbox values and ASP.NET 2.0

    A few weeks ago, I created a Classic ASP page that connects to a machine with SQL Server installed on it, prompts the user to select a database on that server, then lists all of user-created stored procedures in that database. The user can select any of those stored procedures by clicking on checkboxes;...
    Posted to Data Presentation Controls (Forum) by deathtospam on 11-16-2006, 12:00 AM
    Filed under: Repeater, ASP.NET, c#, ASP.NET 2.0, checkbox, checkboxes, checkboxlist
  • Returning to same page location after executing code.

    My ASPX page retrieves names from a database into a checkboxlist. This can be a relative long list. The user clicks on the associated checkbox to select some of the names, after which a button at the bottom of the page is clicked to calculate the number of selected items. The total is then displayed...
    Posted to Web Forms (Forum) by AustinInIL on 11-27-2006, 12:00 AM
    Filed under: form, asp.NET GridView, vbscript, checkboxlist
  • How to print different records separately using ASP.NET?

    Hello everyone, we are developing a student enroll system using ASP.NET 2.0. To print student personal information, we design a page that teachers can select multiple student IDs and then click the "Print" button to print all selected student personal information at one time. Each student personal info...
    Posted to Web Forms (Forum) by zeyansoft on 11-29-2006, 12:00 AM
    Filed under: ASP.NET 2.0 Client Callback, ASP.NET 2.0, asp.NET 2.0 C# response preformance tuning, ADO.NET, checkbox, checkboxlist, component, client, ', ASP.NET 1.1
  • Checkboxlist Problem

    hello, let me try to explain my problem clearly, my english is not perfect. Im doing a little experiments with asp.net 2.0 This is my problem: If i use a simple checkbox i have no problem, everything is fine, writing great to the database: <asp:ControlParameter Name="primeira_vez" ControlId="Checkbox1...
    Posted to Data Presentation Controls (Forum) by hanoisky on 12-04-2006, 12:00 AM
    Filed under: checkboxlist, Controlparameter
  • Re: Validate if more than two items selected in CheckBoxList Control

    You need to loop through the items list and check For Each item As ListItem In CheckBoxList1.Items If item.Selected Then Response.Write( String .Format( "The {0} is selected.<BR>" , item.Text)) Else Response.Write( String .Format( "The {0} is not selected.<BR>" , item.Text)) End If Next
    Posted to Web Forms (Forum) by docluv on 02-23-2007, 12:00 AM
    Filed under: checkboxlist
  • Re: Page Load fill CheckBoxList

    Your HTML needed to be updated to set the DataValueField property of your CheckBoxList and to add an additional column to your query to accomplish this. 1 < div style= "height: 150px; overflow: auto; border: 1px black solid;" > 2 < asp:CheckBoxList ID= "CheckBoxList1" runat= "server" 3 Style...
    Posted to Web Forms (Forum) by delorenzodesign on 02-23-2007, 12:00 AM
    Filed under: checkboxlist, Selected ListItem
  • CheckBoxList Items

    hi i am sure this is a very easy one for you guys: in my checboxlist there are 10 items. i want to limit the user to choose (check) only 5 items out of these ten. when the user will check the sixth item, the fifth will become unchecked and the sixth will become checked. thanks david
    Posted to Web Forms (Forum) by david E on 03-16-2007, 12:00 AM
    Filed under: checkbox, checkboxlist, selection
  • about capturing of data

    Hi, My problem is i have 10 checkboxes namely Type1,Type2 ,.........Type10 Under each Type some checkboxes namely item1,item2... (These items selection done by user dynamically . ).Upto that i have written a code. So if the user selects dynamically Type checkboxes and some item checkboxes under each...
    Posted to Web Forms (Forum) by chandrayvr on 03-28-2007, 12:00 AM
    Filed under: ASP.NET, <%@ Page Language="VB" %>, checkboxlist
  • can't get rid of viewstate for checkboxlist??

    i've been stumped by this problem for a few days now and have spent countless hours trying to figure out why viewstate is included in a page that contains nothing but a checkboxlist that is databound in the OnInit() event. i've read through a really good article weblogs.asp.net/infiniti...g-Viewstate...
    Posted to State Management (Forum) by daveybee on 04-14-2007, 12:00 AM
    Filed under: ViewState, asp.net, checkboxlist
  • checkboxlist

    i want to pass the chekbox list control in my function to my library and check if any checked and update my db objAlertsTags.Insert_Tags_For_Alerts( ref chkboxTags,strUsrloginid,strAltContent); and my project function public void Insert_Tags_For_Alerts( ref System.Web.UI.WebControls.CheckBoxList chkboxTags...
    Posted to Getting Started (Forum) by syedwna on 05-30-2007, 12:00 AM
    Filed under: ref, checkboxlist
Page 1 of 3 (29 items) 1 2 3 Next >