0
votes
1answer
251 views
combobox column gridview
hello,
I need to aske I have gridview with combobox template column and its fill with items .
when select index changed i need to set description value in onther cell but I couldn't get the index o …
0
votes
1answer
37 views
Paging Gridview
I have a gridview with page size=4 what I need is how can i make for loop for all rows in grid view not just in the currnt page?
thanks alot
…
0
votes
2answers
196 views
checkboxlist column gridview
I have gridview I have column that should be checkboxlist like dropdownlist column but how can I let the list appear when click in the column ?I don't want the list to appear unless the user want t …
0
votes
2answers
220 views
Validate Gridview
hello,
I have gridview with template fields(textbox,dropdown list,...) and I use required field validators for the textbox and dropdownlist where I make the validation on textchanged and dropselect …
0
votes
0answers
339 views
Required Field Validator for gridview Column
I have a gridview with a textbox template field and I have a required field validator for that textbox. The gridview contains 15 rows, with just the first enabled and the rest are not enabled . …
0
votes
2answers
363 views
gridview whith dropdown extender
hello,
I have gridview with TextBox Template field and DropDownExtender so when user click on the textbox another gridview will appear tha contain List of items and button to add the item to the fi …
0
votes
0answers
139 views
gridview dropdown extender
hello, I have gridview with TextBox Template field and DropDownExtender so when user click on the textbox another gridview will appear that contain List of items, on row data bound for first gridvi …
1
vote
1answer
150 views
GridView in ASP.NET
I would like to use a TextBoxor Label (item) inside of a Gridview. When field is clicked, I would like to display list of records that contain:
- Item Name
- Description
- Price
- Image
- …
