Advanced Forum Search Results
-
Hi,
Can anybody provide a reference to do inline editing the DataGrid? I have a grid as follows, when i click edit link, that row should be displayed in editable mode.
First Name
Last Name
XXXX11
YYYYYY11
Edit
XXXX22
YYYYYY22
Edit
-
Hi,
I have a requirement to upload a doc file into my silverlight application. Is there any control like FileUpload is available in silverlight? Or what is the alternative if it is not?
Thanks,
-
Hi,
I have two textboxes and one submit in my silverlight page. On clicking the submit button the data is getting saved succesfully and displays a message saying "Record saved successfully". Clicking the submit button second time also the same alert message. But after third click, it gives me the msg that "SubmitChanges ...