Monday, March 26, 2012

Why Not showing the object after dot...........

Dear reader,

When I was write Request or Response(.) in ASP then show the list of object like write, redirect, buffer etc.etc..but it is not showing in ASP.NET ..just show the list of html codes after write the (.)...
and one more thing I have used the Display=Dynamic what is the actual work for it...

Thanks
Rehan Kamil- Answer for your 1st question : Search IntelliSense in Visual studio help.

- ASP.NET Validation control display behavior :

None : The validation message is never displayed inline.
Static : Space for the validation message is allocated in the page layout.
Dynamic : Space for the validation message is dynamically added to the page if validation fails.

HTH

0 comments:

Post a Comment