Tagged Questions
2
votes
1answer
40 views
ASP.NET custom templates, still ASP.NET controls possible?
Hello: we currently do not use asp.net controls (no web forms). The way we do is:
1> Read HTML file from disk
2> lookup database, parse tags and populate data
finally,
...
1
vote
3answers
57 views
Is it safe to rely on an ASPX file being valid XML?
If an aspx file compiles, is it safe to assume that it is valid XML?
Does ASP.NET work by parsing the server controls as XML?
0
votes
2answers
42 views
What is the correct ASP.NET Control event/method in which to add nested controls?
What is the correct event/method in the ASP.NET life cycle to dynamically add Child Controls ?
My objective is to ensure that all the input controls on a User Control have the correct associated ...
0
votes
0answers
92 views
CheckChanged Event Misfiring for CheckBox on GridViewRow
First, let me say that I am relatively new to ASP.NET ... most .NET experience is with C# (Winforms).
Now, I have a web page that contains a gridview with a checkbox control in a template field (see ...
0
votes
2answers
121 views
Third Party Controls for Address Input
Can anyone recommend a third party control for an ASP.NET site that supports the entry and validation of address information for multiple countries?
For instance, when "USA" is selected as the ...