Latest Answer: Page_InitPage_LoadPage_PreRenderPage_UnloadPage_Disposed ...
What should the developer use in order to have an Active Server Page (ASP) invokes a stored procedure on a SQL Server database?
Latest Answer: Server.Transfer() = Transfer control from current page to another page like as Response.Redirect().Server.Execute() Control goto another ,process it and come back to same page . Like as subroutine (Sub program). ...
Latest Answer: hai,Server.Transfer()-It ends up the execution of current form and begins execution with new web form.In server.transfer() execution is transferred so that in the url we will find previous webform.Server.Execute()-it begins execution with ...
Latest Answer: One is dynamic menu. We can create dynamic menus using .Net 2.0 but not with 1.1 ...
Latest Answer: No, I tried.A member 'ClassB.methodA()' marked as override cannot be marked as new or virtual. ...
Latest Answer: Yes, a .net web application can consume java web service. Web services are reusable components that are based on standard protocols for platform and language independence. Web service can share data across platforms and languages. The application that ...
Latest Answer: The messages are typically transported using the HTTP protocol, which is the protocol used to request/receive web pages from a web server to a browser. Web service can use other transport protocols however, such as SMTP, but HTTP is used in the vast majority ...
Latest Answer: It is actually sp_rename , , .It changes the name of a user-created object (for example, table, column, or user-defined data type) in the current database.ype) in the current database. ...
In ASP.Net 2.0 Login controls if you want to have your own database for login info how do you do that?
View page << Previous 2 3 4 5 [6] 7 8 9 10 11 Next >>

Go Top