What is enableviewstatemac in asp net?
How to find out what version of asp.net I am using on my machine?
Can the validation be done in the server side? Or this can be done only in the Client side?
How do u deploy ur project?
Which property on a Combo Box do you set with a column name, prior to setting the DataSource, to display data in the combo box?
why security trimming attribute?
User contro having 4 text boxes given validation controls. i want to execute validations after the button click event how it is?
Can we use http handlers to upload a file in asp.net?
How do you pass session values from one page to another ?
Where sessions are stored?
How to change the form layout in ASp.net 2.0 ?
What is a Managed Data?
We have 2 sites in which one site allows the user with out asking credentials and second one ask for credentials through a log page. What might be the configurations settings for both sites? We can use IIS and web.config files together.