asp.net
compare result dropdownlist with gridview
How to get the name as the sql query below: strSQL.Append("select name, sex, possition from table_Personality") gridview1.Databind() How to compare with the query result from above with the dropdownlist below and check if is exists in the dropdownlist? For intX As Integer = 0 To gridview1.Rows.Count - 1 Dim ddlGETDATA As DropDownList = CType(gridview1.Rows(intX).FindControl("ddlName"), DropDownList)
Related Links
Disabling Required Field Validators server-side of checkbox is checked
Why is each control is like a page on its own on our registration page?
Displaying images derived from a byte-array dynamically on a page
ASP.NET MVC Authorization and roles per team_id
How to insert data in listbox control in ASP from database row by row
Regular expression for date time format “MM/DD/YY HH:mm:ss AM/PM” in asp.net regular expression validator
ASP.NET: How-to share resources (membership, libraries) between web applications
Disable automatic including of style sheets within a SiteFinity theme
ASP.NET - Trust Level = Full?
How to Reference ConnectionString in ASP.NET?
ASP.NET - Cross Page Posting From Custom Control
Scope Of ASP.Net Variables
ADO.NET Command.Prepare and SQL Server 2005
Why does firefox say “connection partially encrypted” on this page?
using sessions in asp.net
JSON.Net and typed datasets