Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
26% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
6
Posts with Downvotes
6
Downvoting Members
1
1 Commented Post
0 Endorsements
Ranked #2K
~78.5K People Reached
Favorite Tags

23 Posted Topics

Member Avatar for samaru
Member Avatar for The Dude
Member Avatar for BlurrieBlue

Hi, I tried to view crystal report by using crystal report viewer in Visual Studio 2010. However when i tried to declare ReportDocument, it is underlined with blue curly line. I had done the following in the code behind file. [CODE]Imports System.Data Imports System.Data.Odbc Imports CrystalDecisions.CrystalReports.Engine Imports CrystalDecisions.Shared Imports CrystalDecisions.Web[/CODE] …

Member Avatar for TAKUDZWA_1
0
2K
Member Avatar for blackcathacker

1) Getting chances to travel all around the world 2) Attend all concerts of my favorite idols 3) Earn a lots of money in order to achieve 1 n 2 ;)

Member Avatar for james.lu.75491856
0
377
Member Avatar for Rouf mir
Member Avatar for sigridish

For [Type 'SqlCommand' is not defined.] error, u got to do [CODE]Imports System.Data.SqlClient[/CODE] For [Name 'dr' is not declared. ] error, do [CODE]Dim dr as SqlDataReader = cmd.ExecuteReader[/CODE]

Member Avatar for Dili1234
0
623
Member Avatar for codeorder
Member Avatar for sillyboy
Member Avatar for Helianthus
0
5K
Member Avatar for WolfShield

Saw this yesterday.. While editing a video, we put in an Elton John song as a placeholder for the music. Client (upon realizing that the music bed was Elton): Did we really get Elton John to record a song for our video? Me: It depends. Was your video budget recently …

Member Avatar for itzarun
0
1K
Member Avatar for NetJunkie

started bout 4 years ago during my foundation year and degree.. Learn C at first then some on VB, .net, ASP.. .. ..

Member Avatar for Reverend Jim
0
966
Member Avatar for ~s.o.s~

After i had signed up, what else should i do? Will i receive any confirmation email?

Member Avatar for Tofayel
3
538
Member Avatar for BlurrieBlue

I had done my CR with version 8.0 and I can load the report successful with asp.net coding but failed to do the same for asp. Does anyone have any code sample or any reference? I had googled it but failed to get any answer. Thanks in advance.

Member Avatar for BlurrieBlue
0
129
Member Avatar for Dani
Member Avatar for Pjieter
0
73
Member Avatar for mrnutty
Member Avatar for toldav

I think u had done it wrong in here [CODE] ' add Monthly Membership If radGold.Checked Then fee = adult + 300 ElseIf radSilver.Checked Then fee = adult + 250 ElseIf radBronze.Checked Then fee = adult + 150 ElseIf radSenior.Checked Then fee = senior + 300 ElseIf radSenior.Checked Then fee …

Member Avatar for Ezzaral
0
352
Member Avatar for Dani
Member Avatar for kothaisaravan
Member Avatar for kothaisaravan
0
178
Member Avatar for cluekiller
Member Avatar for biks23

Maybe you can try some management system like library management system or calculate GPA and CGPA..

Member Avatar for Ezzaral
-2
58
Member Avatar for powarrahul
Member Avatar for BlurrieBlue

Hi, I had some problems on setting the value for a variable when user clicks on the image button. This is wat I have in the aspx file [CODE]<asp:ImageButton ID="NewBtn" runat="server" ImageUrl="image/plus.png" Width="24px" onclick = "newUser = 'True'"/>[/CODE] At first i tried to declare the variable in code behind as …

Member Avatar for BlurrieBlue
0
509
Member Avatar for violette

Maybe you can try [CODE]Select str_to_date(financial_year_end , '%Y') from tableName[/CODE] [url]http://www.java2s.com/Tutorial/MySQL/0280__Date-Time-Functions/STRTODATEstrformat.htm[/url] here is the web site for your reference Hope this help :)

Member Avatar for violette
0
106
Member Avatar for BlurrieBlue

Good day. I'm new here and I'm nt sure this post should belong in here or not. I had done my programming on the virtual machine while having mysql database set up in my PC. I was unable to get the data from my PC unless I installed another database …

Member Avatar for BlurrieBlue
0
752

The End.