Showing posts with label kit. Show all posts
Showing posts with label kit. Show all posts

Monday, March 26, 2012

Design properties not available

When I follow the the sample video "Get Started with Atlas Control Kit" located at http://download.microsoft.com/download/e/8/f/e8fda3e9-3504-46e6-b032-a1744ed331bd/HDI-AtlasControlToolkit.wmv

I seem to have a problem. All is well until I try to access the Button after droping a ConfirmButtonExtender onto the page. It looks to be ok but when I try to open the design property for the button - ConfirmButtonExtender; nothing happens. Well, I take that back the little plus sign disappears. I would expect it expand and show the the CssClass and ConfirmText fields.

I get the same behavior when I try the TextBoxWatermarkExtender, but with that I get no expanding design properties for the TextBoxWatermarkExtender within the label.

Again I see the property but it simply does not expand to see the children.

Any help would be great, perhaps I have something hosed up in the install but all appeared to go normal - I followed the video verbatim.

Regard,
Bob Szymanski

Hi Bob -

This issue has been fixed in more recent builds of the Toolkit, which can be downloaded fromwww.codeplex.com


Thanks for your response.

I downloaded the toolkit just today from www.codeplex.com. Specifically http://www.codeplex.com/Project/FileDownload.aspx?ProjectName=AtlasControlToolkit&DownloadId=782

The versions I have are as follows:
Microsoft.Web.Atlas.dll - 2.0.50727.60725
AtlasControlToolkit.dll - 1.0.60731.0
Microsoft.AtlasControlExtender.dll - 1.0.60726.0

Do I have the most recent versions?

No - to get the fixes you'll need to pick up from the "source code" tab and download and build from there. Any of the more recent builds should be fine. Note Microsoft.AtlasControlExtender.dllwill no longer be needed.


Ok, I got it now, thanks!

design a form

hi,
im posting my requirements here,your suggestions are very much appreciated .
since im new to ajax tool kit im not much familiar about most of the controls,
could anyone can suggest me to use appropriate controls for my query?
in my system i have nearly 100+ forms,and different categories of users
.normally once new user is created,admin have to give access rights for the forms to new user.
now the admin doing this by using a form which got list of all the forms in my projects witha check box,
so admin have to manually check the appropriate name of the form for diff catagories of user and save it.
now the problem starts here,wen user create new forms then this access rights page need to be modified to add check box
control with new form name and data base need to modify to add new form name and access rights,
how can i make it automatically,meaning once i create new form,the form related info must add to access right
page with chk box, and also in data base

Thanks for any reply

Hi,

In my opinion, it's hard to fulfill your requirement by simply recommending a control. It's more about the design of your application.

My suggestion is you may consider using Role-Based access control.

The general idea is:

1. define several roles

2. define access privileges for each role

3. assign a role to each user

So that you just need to modify privileges for a single role and changes will be applied to all users with this role.

Please refer to this article for more information: http://www.4guysfromrolla.com/webtech/121901-1.shtml

NOTE:This response contains a reference to a third partyWorld Wide Web site. Microsoft is providing this information as a convenienceto you. Microsoft does not control these sites and has not tested any softwareor information found on these sites; therefore, Microsoft cannot make anyrepresentations regarding the quality, safety, or suitability of any softwareor information found there. There are inherent dangers in the use of anysoftware found on the Internet, and Microsoft cautions you to make sure thatyou completely understand the risk before retrieving any software from theInternet.

Hope this helps.

Saturday, March 24, 2012

Deploying ajax apps

Hi guys,

This might seem a silly question but i have installed ajax control kit on my desktop machine, the app builds and works file but when i deploy onto hosting production server which has ajax extension installed, it doesn't work eventhough i have all dlls and webconfig file on the live server, am i missing somethinh? do i have to install the control kit on the live server as well?

thanks in advance,

Abdi

Server needs ASP.NET AJAX installed, your deployment directories need AjaxControlToolkit.dll in a suitable BIN directory and the necessary web.config settings in a suitable directory.