Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
Ranked #4K

8 Posted Topics

Member Avatar for raul15791

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 …

Member Avatar for raul15791
0
1K
Member Avatar for rehber344
Member Avatar for Bankai Hikari

[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 …

Member Avatar for WaltP
0
1K
Member Avatar for jpcarter1

Make sure you have enough permissions to run the service on the server and also check that the service is running properly.

Member Avatar for sknake
0
276
Member Avatar for vinnijain

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.

Member Avatar for vinnijain
0
136
Member Avatar for pindi.sumanth

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.

Member Avatar for greatdevelopers
-1
77
Member Avatar for greatdevelopers

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 …

Member Avatar for kronass
0
102
Member Avatar for nilaxiranjan

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 …

Member Avatar for greatdevelopers
0
114

The End.