In which event of the page viewstate is available?
No Answer is Posted For this Question
Be the First to Post Answer
Which browsers support the xmlhttprequest object?
What is difference between viewstate and session in asp net?
What are type/key pairs in client script registration? Can there be 2 scripts with the same type/key pair name?
How to register exception filter globally?
In cache where dats is stored and how(file or object?)
What is in a session cookie?
How to implement Authentication and Authorization?
How to Convert a String into Float without using any built- in library of .NET String = "1235.45" needs to converted to a float
How do you implement Paging in .Net ?
i develop a web application and i gave security setting i.e autherization and athentication now it work properly on my local system , now question is ,is this security setting ie autherization and athentication which i gave in web.config will it be enough strong to secure my application on internet or i have to use some 3rd party tool or software to get security .if yes --how ? if no--what is the alternate?
what is NET Framework ?
What is the difference between Codebehind="MyCode.aspx.cs" andSrc="MyCode.aspx.cs"?