I am using MSSQL. How can I do appear or disappear a column according to column value? I thought using CASE statement, but It wasnt.开发者_C百科
i have a screen with 5 lines.each line has 3 editTexts.after the 5th line there is a checkbox and below it another line with 3 e开发者_运维百科dittexts.i would like,the 6th line to be invisible when i
I have a class that looks like this: namespace R { class R_Class { enum R_Enum { R_val1, R_val2, R_val3开发者_运维问答
I\'m stuck with the problem that I want to know in my UITableView if a specific UITableViewCell, let\'s say the first, is still visible or already off the visible area.
This one should be pretty simple.The use case is that I have a ListView generated by the results of a voice search.Once the user selects the appropriate item from the list, I want the list to disappea
If I have a grid, and it is binded to some data, but the visible=false for the grid, will it consume any resources for initializations or for retrieving data to perform the bindings?
I am using Visual Studio 2010, and I created a site (.aspx). I have 2 radiobuttons, and a DropDownList.
I added a \"spoiler\" class in CSS to use for, well, spoilers. Text is normally invisible but appears when the mouse hovers over it to reveal the spoiler to whoever wants to read it.
hi i want to set my textbox and button visibility to true when i select \"Others\" from the dropdownlist. How do i do that?
This is a rather basic OO question, but one that\'s been bugging me for some time. I tend to avoid using the \'private\' visibility modifier for my fields and methods in favor of protected.