Hi, We have a user control that have button Now we use this user control on different aspx pages. We want when we click on the user control button then button behave differently on different page (Dynamacilly).
HCL,
2 4006How to do parallel database export in remote SQL Server in ESSL time track. It is working for local server but not working for remote SQL Server
CTPL,
6724Dataset is the disconnected environment. suppose if you are binding records to gridview (disconnected environment) and you are making changes to the the grid but before updating the database if any other user modify the data, how will you avoid such problem?
2207Error : The operation couldn’t be performed because ole db provider sqlncli10 for linked server was unable to begin a distributed transaction.00000110 oledb provider for linked server returned message the partner transaction manager has disabled its support for remote/network transactions. I can able to execute the stored procedure in sql server but when i run the web page getting error like above. I did all the configuration. what is the solution?
2535
What is a SESSION and APPLICATION object?
Where is session data stored in asp net?
How many types of Cookies are available in ASP.NET?
Explain the function of new view engine in asp.net? : asp.net mvc
What is state management in asp.net with example?
Explain why datareader is useful?
What is server side routing?
What is a query string in a url?
What are the merits and demerits of viewstate?
How can we prevent browser from caching an aspx page?
Can I read the hard disk serial # of the client computer using asp.net?
What do you mean by serialize?
What is global.asax file used for?
How to rename a table using sql queries?
Explain program to call the js function when the change is being made in the dropdown list made in asp.net mvc? : asp.net mvc