Answered by:
How can i create a custom asp.net grid view control with inline editing

Question
-
User-461049969 posted
How can i create a custom asp.net grid view control which have the inline editing and updating Properties.plz help me out!!
Saturday, January 5, 2013 7:26 AM
Answers
-
User3866881 posted
Hi again,
Since you've created on ascx control successfully, you can convert this User control to a distruibted one according to this torturial:
http://koenwillemse.wordpress.com/2011/05/05/converting-user-controls-into-custom-controls/
Or from this MSDN article:
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Monday, January 7, 2013 8:10 PM
All replies
-
User3866881 posted
have the inline editing and updating PropertiesHi,
I don't understand what you mean inline and updating properties?
What do you wanna with these properties?
Saturday, January 5, 2013 10:58 PM -
User-461049969 posted
i have a task to create a custom gridview(smartgrid) control .in which i can give the user facility to edit the Items in the grid on clicking on a particular row..
Sunday, January 6, 2013 9:28 AM -
User3866881 posted
Hello,
You can just drag and drop a GridView onto an ascx (Customized Control) and then bind it with a SqlDataSource that has generated CRUD methods. And then enable "Editing" that'll be fine with you.
Anything feedback, welcome your reply;)
Sunday, January 6, 2013 8:26 PM -
User-461049969 posted
hello Decker,
I appreciate your suggesion.i already worked on ascx control...(its a user control any way!!)..but, i have a task to create a Brand New Custom Server control...which inherits the properties from the gridview....
this is the link which i found finally to work on the custom controls.....http://msdn.microsoft.com/en-us/library/yhzc935f(v=vs.100).aspx
if you have any idea about that kindly let me know it plz..
Monday, January 7, 2013 11:35 AM -
User3866881 posted
Hi again,
Since you've created on ascx control successfully, you can convert this User control to a distruibted one according to this torturial:
http://koenwillemse.wordpress.com/2011/05/05/converting-user-controls-into-custom-controls/
Or from this MSDN article:
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Monday, January 7, 2013 8:10 PM -
User-461049969 posted
thanks Decker.. i ll seee to it....and i ll just post if i have any doubt ...
Wednesday, January 9, 2013 11:22 AM