How to - server control
-
Hi, I can't find a tutorial how to make server controls (if that is what I need to learn?)..... I want a control, which I can use on several projects (I can drag'n'drop from the toolbox). The control I want, shoul be a web-based admin tool (to update users, delete users, create groups and so on) to the login control.... I tried for the past few days to look after such a control....but couldn't find it so now I want to build my own..... But now I need a tutorial that explains me how to make such a control. Can anybody please help me? Kind regards, simsen :-)
-
Hi, I can't find a tutorial how to make server controls (if that is what I need to learn?)..... I want a control, which I can use on several projects (I can drag'n'drop from the toolbox). The control I want, shoul be a web-based admin tool (to update users, delete users, create groups and so on) to the login control.... I tried for the past few days to look after such a control....but couldn't find it so now I want to build my own..... But now I need a tutorial that explains me how to make such a control. Can anybody please help me? Kind regards, simsen :-)
Try to use Web Control ...(ascx File)...
Best Regards ----------------- Abhijit Jana View My Latest Article :- SpyNet : Your Network Spy "Success is Journey it's not a destination"
-
Try to use Web Control ...(ascx File)...
Best Regards ----------------- Abhijit Jana View My Latest Article :- SpyNet : Your Network Spy "Success is Journey it's not a destination"
Hi Abhijit, Thanks for answering me :-) I don't know anything in creating controls only to use them...... Is a Web Control a user control (I have read that to use user controls in several solutions I have to implement the hole code in each solutions - this I don't want to do, I want a control which I can drag'n'drop from my toolbox whatever solution I am using)? If I can this with a web control - do you have any links to an tutorial where it shows how to......witch database functionality? Kind regards, simsen :-)
-
Hi Abhijit, Thanks for answering me :-) I don't know anything in creating controls only to use them...... Is a Web Control a user control (I have read that to use user controls in several solutions I have to implement the hole code in each solutions - this I don't want to do, I want a control which I can drag'n'drop from my toolbox whatever solution I am using)? If I can this with a web control - do you have any links to an tutorial where it shows how to......witch database functionality? Kind regards, simsen :-)
Just tell me what type of control do you want to create ?
Best Regards ----------------- Abhijit Jana View My Latest Article :- SpyNet : Your Network Spy "Success is Journey it's not a destination"
-
Just tell me what type of control do you want to create ?
Best Regards ----------------- Abhijit Jana View My Latest Article :- SpyNet : Your Network Spy "Success is Journey it's not a destination"
I want a control that: List all the users that is added when I use the buildin control login. It could be in a gridview (it doesn't matter what for me).... It should be possible to delete a certain user or to add a new user or to modify a user. It is like - I want a web based control that adds the same functionality as you can get if you use the ASP.NET configuration in VS2005. When I then drag'n'drop the control to a solution there should be a way to tell which database it is and so on.....
-
I want a control that: List all the users that is added when I use the buildin control login. It could be in a gridview (it doesn't matter what for me).... It should be possible to delete a certain user or to add a new user or to modify a user. It is like - I want a web based control that adds the same functionality as you can get if you use the ASP.NET configuration in VS2005. When I then drag'n'drop the control to a solution there should be a way to tell which database it is and so on.....