How can we create a text box,image control to insert an image,button in umbraco,and how to store its contents into a tabele i have created in the sql server2005
the best way would be to create a ASP.Net UserControl - you would need to create a project for that... once you have compiled your code and copied the dll and the user control to your umbraco installation, you can then create a macro based on the user control.
There's plenty of examples out there, also you may find some walk throughs in the video documentation
Inserting data into database
Hi ,
How can we create a text box,image control to insert an image,button in umbraco,and how to store its contents into a tabele i have created in the sql server2005
the best way would be to create a ASP.Net UserControl - you would need to create a project for that... once you have compiled your code and copied the dll and the user control to your umbraco installation, you can then create a macro based on the user control.
There's plenty of examples out there, also you may find some walk throughs in the video documentation
is working on a reply...