combbobox fild saving
-
Hi, I have in my combobox two fields: txt and csv.when I choose txt and save my project,I return to my page,I found csv which is the default value.How can I save my choice?
-
Hi, I have in my combobox two fields: txt and csv.when I choose txt and save my project,I return to my page,I found csv which is the default value.How can I save my choice?
What type of project is this, Windows or Web? The answer will depend a great deal on this.
I know the language. I've read a book. - _Madmatt
-
What type of project is this, Windows or Web? The answer will depend a great deal on this.
I know the language. I've read a book. - _Madmatt
Hi, it is a web application ty
-
Hi, it is a web application ty
Set EnableViewState=true on the control or set the SelectedIndex during your postback
I know the language. I've read a book. - _Madmatt
-
Set EnableViewState=true on the control or set the SelectedIndex during your postback
I know the language. I've read a book. - _Madmatt
Hi, where do I find this???this is my combobox fields
var controlFileType = new Ext.form.ComboBox ({
name : 'ExportFileType',
width : app.B_WIDTH * bWidthCoeff,
store : [[0, 'txt'],[1, 'csv']],
value : 0,
editable : false,
typeAhead : true,
debugInfo : "Type du fichier d'export",
fieldLabel : "Type du fichier d'export",
allowBlank : false,
selectOnFocus : true,
triggerAction : 'all',
labelSeparator : ''
});ty
-
Hi, where do I find this???this is my combobox fields
var controlFileType = new Ext.form.ComboBox ({
name : 'ExportFileType',
width : app.B_WIDTH * bWidthCoeff,
store : [[0, 'txt'],[1, 'csv']],
value : 0,
editable : false,
typeAhead : true,
debugInfo : "Type du fichier d'export",
fieldLabel : "Type du fichier d'export",
allowBlank : false,
selectOnFocus : true,
triggerAction : 'all',
labelSeparator : ''
});ty
-
Hi, where do I find this???this is my combobox fields
var controlFileType = new Ext.form.ComboBox ({
name : 'ExportFileType',
width : app.B_WIDTH * bWidthCoeff,
store : [[0, 'txt'],[1, 'csv']],
value : 0,
editable : false,
typeAhead : true,
debugInfo : "Type du fichier d'export",
fieldLabel : "Type du fichier d'export",
allowBlank : false,
selectOnFocus : true,
triggerAction : 'all',
labelSeparator : ''
});ty
You are using some JavaScript library to create the dropdown. You are not using ASP.NET. If you want accurate and helpful answers to your questions you must provide ALL of the relevant details. I have no idea what Ext.form.ComboBox is.
I know the language. I've read a book. - _Madmatt
-
Better off asking this in the javascript forum.
There is water at the bottom of the ocean. My Mu[sic] My Films My Windows Programs, etc.
Too late now, the question has already been asked here and we don't want duplicate questions all over the place.
I know the language. I've read a book. - _Madmatt