1.difference Between Writing SQL Query and Stored Procedure ?
1.difference Between Writing SQL Query and Stored Procedure ?
We can use MTS Services in ASP to consume COM ServicesMTS is set of COM
Services which allows sharing system resources such as database, memory,
object management etc., Security,Scalability, object pooling and
concurrent access from multiple clients are the benefits of MTS.
ActiveX Exe
ActiveX Exe is an out-process component.It runs in its
own address space.
ActiveX DLL
ActiveX DLL is an in-process Component.It runs in its
client's address space.It is faster than ActiveX Exe
With Visual Basic, you can write applications that perform multiple tasks
simultaneously. Tasks with the potential of holding up other tasks can
execute on separate threads, a process known as multithreading or free
threading.Applications that use multithreading are more responsive to user
input because the user interface stays active while processor-intensive
tasks execute on separate threads. Multithreading is also useful when
creating scalable applications, because you can add threads as the workload
increases.
The Global.asax file is optional. You create it only if you want to handle
application or session events.
8.About XLST
10.what is xml
1.Version compatability
2.Binary compatability
In PCDATA text, the tags inside the text will be treated as markup and
entities will be expanded, where as in CDATA, text will NOT be parsed by
the XML parser.
but,
In Appl state if v store value it may use throughout
applacation even stop and restart it so it is very useful
for permanent data...
17. Can two web application share a session and application variable
you can share session and application variable in two web
application..but they should be run in same application
process
In Pageload() of page2.aspx
pageload()
{
if(PreviousPage!=null && PreviousPage.IsCrossPostBack)
{
TextBox text=PreviousPage.FindControl("Textbox1")
as TextBox;
if(text!=null)
{
Label1.Text=text.Text;
}
}
The vision of Mahindra Satyam is - To be the world’s most valued ‘ICT’
company.