Click here to Skip to main content
15,908,013 members
Home / Discussions / Web Development
   

Web Development

 
GeneralConsolidate CSS in Web Project Pin
RCoate3-Feb-08 20:00
RCoate3-Feb-08 20:00 
Generalcatastropic error Pin
soniasan1-Feb-08 20:14
soniasan1-Feb-08 20:14 
GeneralRe: catastropic error Pin
Paul Conrad3-Feb-08 7:42
professionalPaul Conrad3-Feb-08 7:42 
QuestionSetting Image Pin
georgegarvasis1-Feb-08 19:19
georgegarvasis1-Feb-08 19:19 
GeneralRe: Setting Image Pin
Johnny ²3-Feb-08 13:27
Johnny ²3-Feb-08 13:27 
GeneralExecutable Jar file - wont work on other computers. Pin
Droze1-Feb-08 11:05
Droze1-Feb-08 11:05 
GeneralDo we normly use database as backup to store Disscussion Board's Messages Pin
Mian Awais M asood1-Feb-08 6:37
Mian Awais M asood1-Feb-08 6:37 
GeneralReflecting ascx.cs usercontrol properties Pin
FerencTheFifth1-Feb-08 3:13
FerencTheFifth1-Feb-08 3:13 
Hi,

I made a little code, similar to original framework code: it can put attributes from XML "layout config files" into controls, created by LoadControl(type, object[]). This works fine with my Custom Controls.

(Is this a hack? What's the correct method to create "theme blocks" based on user editable XML file configuration?)

Problem:

When I load User Control based controls, using LoadControl(string+".ascx"), trying to reflect properties of this Control - the same way which works for Custom Controls - I cannot see any properties. Why?

foreach(string configName in configData.GetPropertyKeys())
{
PropertyInfo classProperty = control.GetType().GetProperty(configName);
if(classProperty != null)
{
if(classProperty.PropertyType == typeof(System.Int32))
....

classProperty is always null, when "control" is user control, based on UserControl and is loaded with LoadControl(string).

Works fine if control is custom control, based on Control, and is loaded with LoadControl(type, object[]).

Please help,
Ferenc
QuestionFile uploading issues Pin
Daya Agarwal31-Jan-08 21:35
Daya Agarwal31-Jan-08 21:35 
GeneralClearing the Cache in Web Service Pin
babutkchn31-Jan-08 19:23
babutkchn31-Jan-08 19:23 
GeneralRe: Clearing the Cache in Web Service Pin
led mike1-Feb-08 4:53
led mike1-Feb-08 4:53 
QuestionHow to set the value for dropdownlist of AJAX autocomplete control? Pin
vicky45731-Jan-08 13:40
vicky45731-Jan-08 13:40 
AnswerRe: How to set the value for dropdownlist of AJAX autocomplete control? Pin
newc131-Jan-08 23:31
newc131-Jan-08 23:31 
GeneralRunning into timing issues with HTTPGet HTTPPost Pin
LongRange.Shooter31-Jan-08 4:28
LongRange.Shooter31-Jan-08 4:28 
GeneralRe: Running into timing issues with HTTPGet HTTPPost Pin
led mike1-Feb-08 4:50
led mike1-Feb-08 4:50 
GeneralRe: Running into timing issues with HTTPGet HTTPPost Pin
LongRange.Shooter1-Feb-08 9:00
LongRange.Shooter1-Feb-08 9:00 
Questionhow can chak Pin
idsanjeevjha30-Jan-08 18:42
idsanjeevjha30-Jan-08 18:42 
AnswerRe: how can chak Pin
newc130-Jan-08 22:05
newc130-Jan-08 22:05 
GeneralRe: how can chak [modified] Pin
idsanjeevjha30-Jan-08 22:22
idsanjeevjha30-Jan-08 22:22 
GeneralRe: how can chak Pin
newc131-Jan-08 5:10
newc131-Jan-08 5:10 
GeneralRe: how can chak Pin
idsanjeevjha31-Jan-08 18:10
idsanjeevjha31-Jan-08 18:10 
AnswerRe: how can chak Pin
newc131-Jan-08 22:51
newc131-Jan-08 22:51 
GeneralRe: how can chak Pin
idsanjeevjha31-Jan-08 23:58
idsanjeevjha31-Jan-08 23:58 
GeneralGet original class name of default_aspx_modules_admin_useredit like name Pin
FerencTheFifth30-Jan-08 7:20
FerencTheFifth30-Jan-08 7:20 
AnswerRe: Get original class name of default_aspx_modules_admin_useredit like name Pin
newc131-Jan-08 5:21
newc131-Jan-08 5:21 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.