Published by: Khusi (12/22/2008 5:53:23 AM)
In classic ASP we don’t write script runat=server but in dotnet it is a common practice to write this. If I follow the asp syntax <% server side code %> then will it run at the server or leave it for the client side. Let me know the answer here.
Comment (0)
Published by: Arun Krishnakumar (11/8/2008 10:41:32 AM)
There are two methods in the .net framework,ie.
Convert.ToString() & .ToString() method.
There are specific uses of both the method .And this is an important interview question too.I faced advantage of using one method over the other.
Comment (0)
Published by: Arun Krishnakumar (10/31/2008 8:01:10 PM)
This is the basic & important interview question in any .Net interview. If you give the explanation correctly, it resembles how well you understand the concept of .Net Framework...Try to make the answer brief and pin-pointed.
Comment (0)
Published by: Rima (10/31/2008 10:31:53 AM)
I am tired with storing the information of a user in session and some in database but i don’t want to store these permanently before user go through one stage. I was wondering if provider pattern in asp.net can be a help to my situation. I know session(key), application(key) and viewstate(key) works great but i don’t have a clue to add this to my application. any help here?
Comment (0)
Published by: Guest (9/7/2008 10:52:46 PM)
I am a beginner and i have no clue where to and how to start with. I want to learn dot net but i am totally lost as i have no books and i don’t know what to buy. All that i am reading from internet which is not a streamline process for me. Please suggest me something and let me know the best way to start learning dot net.
Comment (0)