- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 6
- Posts with Downvotes
- 6
- Downvoting Members
- 1
23 Posted Topics
| |
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] … | |
Re: 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 ;) | |
| |
Re: 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] | |
| |
Re: Keep repeating the songs from Korea Idol Group - 2PM :) | |
Re: 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 … | |
Re: started bout 4 years ago during my foundation year and degree.. Learn C at first then some on VB, .net, ASP.. .. .. | |
Re: After i had signed up, what else should i do? Will i receive any confirmation email? | |
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. | |
| |
Re: 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 … | |
Re: Did you put ')' before the values in your actual code? | |
Re: Maybe you can try some management system like library management system or calculate GPA and CGPA.. | |
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 … | |
Re: 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 :) | |
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 … |
The End.