- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
8 Posted Topics
Hi Rahul, Your aspx page is rightly attached to your aspx.vb page. Now you need to verify that your events in this vb file are handled. For e.g. your page load method should be something like [B]Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load[/B] Similarly submit …
[B]Python [/B]has a very good support for Regular Expressions. It is very fast also. Microsoft is about to release a new language called "[B]M[/B]". Currently, the CTP version is available.It has a support wherein you can define your own grammar and the M language will be able to help you …
Make sure you have enough permissions to run the service on the server and also check that the service is running properly.
You should use MS SQL Server Compact Edition. This server does not run as a window service so deployment is very easy. You can use [B]XCOPY [/B]based deployment also with it.
You should use MS SQL Server Compact Edition. This server does not run as a window service so deployment is very easy. You can use XCOPY based deployment also with it.
A DELETE statement requires an exclusive lock on a table.If there are a significant number of deletes while simultaneously there is also a lot of SELECT traffic, this may impact performance. One trick that can be used is to turn the delete into an insert! Consider the following example: [B]CREATE …
Hi, I will explain you things using an example wher you want to display and update the information of the user uniquely identified with his UserId.The profile of users is shown/updated in page called UserProfile.aspx and the userId of person in example is 1. My Profile page has two asp …
The End.
greatdevelopers