Answer Posted / vasanth
if(page.ispostback)
{
//Executed this code when page is posted back from the server
}
else
{
//Executed this code when page is posted for the first time
}
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is default boolean value in c#?
What are the collection types can be used in c#?
What is a clr host?
Is string immutable in c#?
What is a deadlock lock?
What is the usage of OLE?
Please explain the basic string operations used in c#?
What is c sharp language?
How to handle exceptions that are raised in a component?
There were a lot of questions asked, so I will list the topic (and add a what is "topic" and know pros/cons). Extreme programming, what is a transaction, various SDLC design approaches, what is a namespace, define a good test case, what is a stored proc, webservice? design patterns? linker? compiler? access modifiers? stack vs. queue? arrays vs. linked lists? sorting algorithms? recursion? OOP principles?
Are value types sealed?
Is cli same as the clr?
Is std :: string null terminated?
What’s thread.sleep() in threading ?
How many bytes is an int c#?