blah blah blah is here! blah blah » Close

0
votes
1 answers

C# List view Highlight specific text (not the whole cell)

I have a listview Item with some data filled in it and if a search is triggered and result should be highlighted for the specific key words. for example, if 'London' is the search keyword, and the result list view is shown below. I wa ...

1
votes
1 answers

Pop message up on date value field

Guys I have a datagrid view, in one column is a date value in another column on the same row is a text value of either "PENDING" or "ACTIONED". I'm trying to pop a message box up if the date value in my datagridview Row. ...

1
votes
2 answers

Console Questions

Hi Everybody, I am looking for ways to implements simple Qbasic features into C Sharp Console namely: 1. The use of blinking color in Console. 2. Delimit Clear Screen as from Row 5 Downward so as to leave the first five row of the Co ...

0
votes
2 answers

DataGridView delete some rows

Hello guys! I would like to know how can i delete some rows depending on the content of the first cell in that row, something that should be done by this algorithm: [code] private void ViewBox_SelectedIndexChanged(object sender ...

2
votes
3 answers

What is View state?

I want to understand View state conception in ASP.NET. Is it by any chance related to the stateless condition of Internet?

Feedback