Click here to Skip to main content
15,885,546 members

Comments by avinasoni (Top 3 by date)

avinasoni 23-Dec-14 2:48am View    
Thanx for this article
avinasoni 23-Dec-14 2:02am View    
i m working on a web project on asp.net using c# where different user has different access permission and these permission has to be set up by masteradmin after the delivery of project. we have 15 pages with some different functionality and admin has to allow the functionality using checkbox for rights like only add only view, only print, only import or export the data. please help me to achieve it..
avinasoni 3-Dec-14 2:35am View    
There is need to create Dynamic form with Dynamic Controls.
Like Toolbox in visual studio i want to create a toolbox with basic controls like Label, Literal, Checkbox etc with drag and drop functionality in asp.net.
one can drag the control from the toolbox and can drop at the right side of the form and can create dynamic form.