Ok, tried the first part and still got the response:
Unable to find the requested .Net Framework Data Provider. It may not be installed.
The output, with the insert commented, was
This Data Source = Data Source=TCBC17985;Initial Catalog=Test_Authenticatio
INSERT INTO [T_UserAgencies] (ua_UserId, ua_AgencyId, ua_StartDate) Values (@User_Id, @Agency_Id, @StartDate)
Agency_Id
StartDate
User_Id
So essentially the same.
I'll take a look at other solution tomorrow. Thanks for responding.
Main Topics
Browse All Topics





by: guru_samiPosted on 2009-11-04 at 08:34:06ID: 25741049
Try Finding control like below: d1.CreateU serStep.Co ntentTempl ateContain er.FindCon trol("Inse rtExtraInf o"), SqlDataSource)
usarkar/ar chive/2009 /01/27/sto ring- user- profile-in to-a-custo m-table-us ing-create user-wizar d- control. aspx
ThisDataSource = DirectCast(CreateUserWizar
Or another way is not using SqlDataSource and doing Insert opertion explicitly.
Check this:
http://weblogs.asp.net/gur