Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #27.9K
~626 People Reached

5 Posted Topics

Member Avatar for bharathi_n_r

Use something like this: Convert.ToDateTime(dateTimePicker1.Value).AddDays(1) Shyam

Member Avatar for bharathi_n_r
0
249
Member Avatar for justapimp

Your query will always 1 record because it just returns the count and not the full set of records you may need. If you want to use your query you will have to change the code in C# like this: MonthlyFenceCount = Convert.ToInt32(GeofenceDataDataTable.Rows(0)(0)) and dont use that foreach loop. Thanks, …

Member Avatar for justapimp
0
124
Member Avatar for blackbr

while converting asp.net 1.1 to 2.0 code, these updates are needed: 1) Convert the CodeBehind attribute in the Page directive to CodeFile 2) Insert the partial keyword in the class declaration of your codebehind class for that page 3) Delete any variable declarations to controls in the codebehind file

Member Avatar for blackbr
0
90
Member Avatar for davidm1978

Hi David, I can extensive experience in developing web based applications using ASP and ASP.Net. As a regard for my technical expertise, Microsoft has made me a moderator its online technical forum called MSDN. Thanks, Shyam 91-9845156435

Member Avatar for ithelp
0
91
Member Avatar for AniWeb

I think the solution for your problem is in this link: [url]http://aspnet.4guysfromrolla.com/articles/112807-1.aspx[/url]

Member Avatar for a_shym41
0
72

The End.