The change I made to Members_details.aspx to fix the problem with updating members details as suggested on the forum does not seem to work on my site either.
I added the line:
Membership.UpdateUser(user)
I also find it impossible to upload an Avatar Image through this page.
If anyone has ideas about how to fix this I'm very interested, I appreciate everyone's efforts.
aabruzzese
Contributor
2806 Points
759 Posts
Re: Buglist suggestions - implementing the Issue Tracker Kit ...
Apr 04, 2006 12:55 AM|LINK
Hi Joe,
You are doing great, I really enjoy seeing some of us go above and beyond the usual casual "How Do I?" type of participation.
We may well set an example for alot of our counterparts in the ASP.NET world.
DatabaseMX
Member
130 Points
26 Posts
Re: Buglist suggestions - implementing the Issue Tracker Kit ...
Apr 04, 2006 01:59 AM|LINK
Hi Joe,
You are doing great, I really enjoy seeing some of us go above and beyond the usual casual "How Do I?" type of participation.
We may well set an example for alot of our counterparts in the ASP.NET world.
Angelo ... Lets take a survey and find out how many people would actually participate in the Bug Tracker using the Issue Tracker Kit.
joe
aabruzzese
Contributor
2806 Points
759 Posts
Re: Buglist suggestions - implementing the Issue Tracker Kit ...
Apr 08, 2006 12:14 PM|LINK
Joe,
Well it certainly seems that you did not get all that many replies. You know I would certainly use it.
DatabaseMX
Member
130 Points
26 Posts
Re: Buglist suggestions - implementing the Issue Tracker Kit ...
Apr 08, 2006 06:08 PM|LINK
Joe,
Well it certainly seems that you did not get all that many replies. You know I would certainly use it.
Well, I guess we can give it another week. To make the ITK 'useable' would require a fair amount of work.
joe
danhur
Member
46 Points
11 Posts
Re: Buglist suggestions - implementing the Issue Tracker Kit ...
Apr 08, 2006 09:53 PM|LINK
aabruzzese
Contributor
2806 Points
759 Posts
Re: Buglist suggestions - implementing the Issue Tracker Kit ...
Apr 08, 2006 10:14 PM|LINK
Joe,
I think a much watered down solution with a Simple Table or Two and a Gridview with Edit/Update capabilites would be better.
Make a Table... PTHEADER - Problem Ticket Header
Ticket Number
Ticket Status
Owner
Description
PTDETAIL - Problem Ticket Detail
Ticket Number
Ticket Entry
Ticket Entry Details - VarChard (Multi-Line Text Field)
Cardinality would be 1:N
1 PTHEADER Record for Many PTDETAIL , so probably the Primary Key on the PTDETAIL would be TicketNumber,TicketEntry
This would be an extremely simplified and easy to create Gridview master with DetailView.
Let me know what you think, I do believe I have already implemented a Grid with Master and Detail in my version of the Personal Site Starter Kit.
Rogoflap
Member
50 Points
15 Posts
Re: Buglist suggestions - implementing the Issue Tracker Kit ...
Apr 09, 2006 12:09 PM|LINK
Rogoflap
aabruzzese
Contributor
2806 Points
759 Posts
Re: Buglist suggestions - implementing the Issue Tracker Kit ...
Apr 13, 2006 07:50 PM|LINK
We are putting together a simple tool to manage this for now, should be up and running fairly soon.
Woofmeister
Member
20 Points
4 Posts
Re: Identified bugs and fixes for the ClubSite Starter kit
Apr 14, 2006 06:30 PM|LINK
Woofmeister
Member
20 Points
4 Posts
Re: Unable to update Email field
Apr 14, 2006 07:12 PM|LINK
The change I made to Members_details.aspx to fix the problem with updating members details as suggested on the forum does not seem to work on my site either.
I added the line:
Membership.UpdateUser(user)
I also find it impossible to upload an Avatar Image through this page.
If anyone has ideas about how to fix this I'm very interested, I appreciate everyone's efforts.
Thanks to all.
Rick (newbie)