How to rename a table using sql queries?
What do you mean by View State and what is its role?
Is it possible for me to change my aspx file extension to some other name?
what are the Custom controls in asp.net?
What does session_start () do?
What is %20 in a url?
Explain security types in asp.net?
What is a user session?
Explain the server control events of asp.net ?
Explain how viewstate is being formed?
What are the two Layouts supported by a Web form in ASP.NET?
Define page output caching?
Why do we use sessions?
What is s2s tracking?
there is two functions function a and function b like fun a(){.... ..... } fun b() { } in function b i write the coding to add two numbers and i need to dispaly the sum result in function a with out using global variable. how we do?