Ask a Question related to ASP.NET Data Grid Control, Design and Development.
-
Volkan Karaboša #1
button column's text property
Hi all!
I have a datagrid with a buttoncolumn and I want to change buttoncolumn's
text property depend on my application's language setting while I bind the
grid with datas
I have tried following code but it doesnt work...
<asp:ButtonColumn Text='<%#gettext()%>'
CommandName="Select"></asp:ButtonColumn>
gettext() function I have used above returns string value.But I receive an
error saying that databindig is not an event of buttoncolumn.
How can I do this? thanks for your ideas...
Volkan Karaboša Guest
-
Dynamically adding Dropdown, Text Box, Add Button and Remove Button
Hi Everyone, I am facing a poblem in creating a row which contains following scenario in ASP.NET |DROP_DOWN_LIST | |TEXT_BOX| ... -
Can the Url property of Submit button on PDFForm be set up dynamically
Dear all, I am using FDF toolkits to send the user input data in the PDF file back to the web server. I used Adobe Acrobat to add button object to... -
Missing Dynamic Button from Property Inspector
OK, I have the Studio MX Book and am walking myself through the Tri Motors tutorial. Seems straight forward.....however, when I go back to my search... -
Dynamically set button property
Am trying to set up a "hideButtons" function where I can pass an array of button instance names and set the visible proberty to false Code above... -
Unable to edit button text in property manager
I have created a button and cloned 3 other instances on a nav bar (actually, I'm just doing the tutorial). Anyway, when I select the instance to...



Reply With Quote

