No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
5 Posted Topics
Use something like this: Convert.ToDateTime(dateTimePicker1.Value).AddDays(1) Shyam
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, …
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
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
I think the solution for your problem is in this link: [url]http://aspnet.4guysfromrolla.com/articles/112807-1.aspx[/url]
The End.
a_shym41