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
~388 People Reached
Favorite Forums
Favorite Tags
Member Avatar for rims

Is it possible to display the datagrid's rows coloured according to certain criteria, what shall i use....I mean to let SOME of the rows of the datagrid to be displayed colored, how shall i do it? am working on VB.net and SQl Server

Member Avatar for iamthwee
0
52
Member Avatar for rims

hi there, i have posted my code...please am seeking help, syntax wise Here's my code , please i do need help myda = [COLOR=green]New[/COLOR] SqlDataAdapter("Select Distinct COUNTRY from FO_TestingLines_TBL order by COUNTRY", ConfigurationSettings.AppSettings("myconnection")) ds = [COLOR=green]New[/COLOR] DataSet() myda.Fill(ds, "AllTables") OPERATOR.Visible = [COLOR=green]True [/COLOR]COUNTRY.DataSource = ds.Tables(0) COUNTRY.DataTextField = ds.Tables(0).Columns("COUNTRY").ColumnName.ToString() COUNTRY.DataValueField = …

Member Avatar for rims
0
82
Member Avatar for rims

Hi, there. I am new in .Net and am seeking urgent help, please. I need to control the display in the data grid according to the selection in the dropdown list. how can I do that??

Member Avatar for rims
0
253