c# - set visible = false to a asp:BoundField -


मेरे पास एक ग्रिडव्यू चौड़ाई एक बाउंडफ़ील्ड है:

  & lt; asp: BoundField DataField = " नोम "हेडरटेक्स्ट =" नोम "सॉर्ट एक्सपे्रेशन =" नोम "/ & gt;  

मुझे पृष्ठ_लोड विधि में एक शर्त से इस दृश्यमान पैरामीटर सेट करना चाहते हैं।

संभव है?

धन्यवाद


Comments

Popular posts from this blog

iphone - How do I make a UIPickerView in a UIActionSheet -

java - Is there an object like a "Set" that can contain only unique string values, but also contain a count on the number of occurrences of the string value? -