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
~2K People Reached
Favorite Tags
Member Avatar for dot_net_rookie

Hi, This is my 1st post... I am using a checkbox in a Datalist. I am trying to display 2nd Checkbox if the 1st checkbox is checked. How do I do it in the code behind to check the "Checkbox1.Checked==True . Please find the aspx page of the file below: …

Member Avatar for jbisono
0
1K
Member Avatar for dot_net_rookie

Hi , I am using a gridview to bind values from two tables to checkbox. The tables are category and subcategory . I am using Item Template to bind the values to both the checkboxes. The problem has to do with the data binding... The first checkbox lists categories and …

0
56
Member Avatar for dot_net_rookie

Hi , I am trying to bind a drop down and checkbox with values from two tables from database. The 1st table has categories and is binded to the DDL and the 2nd table has sub categories and is binded to checkbox and inter related by using the category ID …

Member Avatar for dot_net_rookie
0
150
Member Avatar for dot_net_rookie

Hi, How can i pass values from datareader to arraylist..Can anyone help me please... [COLOR="Red"][code] connString = ConfigurationManager.ConnectionStrings("conn_proj").ToString objConnection = New OdbcConnection(connString) objConnection.Open() Dim myCommand As OdbcCommand Dim pgcount_SQL As String pgcount_SQL = "Select count(M_PAGES_ID_PK) from mast_pages_tbl" Response.Write(pgcount_SQL) myCommand = New OdbcCommand(pgcount_SQL, objConnection) Dim objReader As OdbcDataReader = myCommand.ExecuteReader() . …

Member Avatar for samir_ibrahim
0
101
Member Avatar for dot_net_rookie

Hi I am trying to bind two checkboxes in a datagrid. The 1st Checkbox is category and the 2nd Checkbox is sub category. A category can have several sub categories. When i bind the 1st checkbox the category name is repeated more than once and I need to have only …

Member Avatar for dot_net_rookie
0
176