Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
N

NinaWilliam

@NinaWilliam
About
Posts
83
Topics
47
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • DataGrid Checkbox Column Unchecked!!
    N NinaWilliam

    This code solved it ^__^ thanks

    ASP.NET question database help

  • DataGrid Checkbox Column Unchecked!!
    N NinaWilliam

    Hi there, I am working on a datagrid that has a column with checkboxes… the checkboxes should be checked when the page loaded. The problem is that whenever I trigger a postback, all the checkboxes will be unchecked!! I don’t know what is causing this or what should I do to prevent it from unchecking the checkboxes. Any idea?

    ASP.NET question database help

  • Crystal Reports license Error
    N NinaWilliam

    Hi There After the frustration and being exhausted in searching for more than a month, I finally found a solution to my problem and I wanted to share it with you. All what I had done I download the Crystal Reports 10 Service Pack 6 from here http://resources.businessobjects.com/support/communitycs/FilesAndUpdates/cr10win\_en\_sp6.zip Then I install it. After that I run the web application and generate a report IT IS WORKING  !! I hope it helps ^__^

    ASP.NET help csharp visual-studio tutorial question

  • Crystal Reports license Error
    N NinaWilliam

    I am still having this issue not fixed... I tried to uninstall crystal reports 10 and reinstall it again... but this didn't solve the problem... when I run a web application developed in vs.net 2005 everything is fine and the report run smoothly... but if i try to run it in a web application developed in vs.net 2003 I get an error I don't know waht to do,,,

    ASP.NET help csharp visual-studio tutorial question

  • Crystal Reports license Error
    N NinaWilliam

    Hi there, I checked the DLLs files in C:\Windows\Assembly and find out it contains many versions of CR DLLs... I also, checked the .vbproj and web.config files to match the versions and key tokens... and it match... but this still didn't solve the problem I am getting the same error every time I run a report in my application. I uninstall CR10 and reinstall it again... but no use... I cantact the CR Suppot in there website... and I didn't receive any reply from them If you have any idea how to solve this error, please share

    ASP.NET help csharp visual-studio tutorial question

  • Crystal Reports license Error
    N NinaWilliam

    Come on guys... help me :(

    ASP.NET help csharp visual-studio tutorial question

  • Crystal Reports license Error
    N NinaWilliam

    Help me please :(

    ASP.NET help csharp visual-studio tutorial question

  • Crystal Reports license Error
    N NinaWilliam

    I did, but no answer :(

    ASP.NET help csharp visual-studio tutorial question

  • Crystal Reports license Error
    N NinaWilliam

    Hi there I created a web application on VS.NET 2003 that generates reports using crystal reports v 10… it is working fine on other PCs, but in my PC I get this error every time I try to run the report… a crystal reports job failed because a free license could not be obtained in the time allocated. More licenses can be purchased direct from Crystal Decisions or through the Crystal Decisions Online store. My Crystal Reports v10 is already registered and licensed Any idea how to solve this issue??

    ASP.NET help csharp visual-studio tutorial question

  • out-of-range datetime value
    N NinaWilliam

    Hi guys ^_______^ I was able to fix the problem by replacing 102 to 103 in the following code line... SELECT Appointments.AppointDate WHERE (Appointments.AppointDate = CONVERT(DATETIME, '" & date1 & "', 103)) and it works fine now ^___^ Happy Programming :) :) :)

    ASP.NET csharp sysadmin help question announcement

  • out-of-range datetime value
    N NinaWilliam

    Thank you for your help... but I am still having the problem and I don't think there is somthing wrong with the code... I thing I ahve to fix it in my system settings but I don't know hoe to do that... Anyone can help me?

    ASP.NET csharp sysadmin help question announcement

  • out-of-range datetime value
    N NinaWilliam

    I don't think that something is wrong with the code... because it is working on the other server.

    ASP.NET csharp sysadmin help question announcement

  • out-of-range datetime value
    N NinaWilliam

    Hi there I wrote a web application and it was working fine with no errors in my local server and the live server. My system lost its data and the hard drive got corrupted. So my hard drive was replaced with a new one. When I configure the web application on my new hard drive and run it, it was working ok except for the part that is has date selection on it I get the following error Exception Type: System.Data.SqlClient.SqlException Exception Message: The conversion of a char data type to a datetime data type resulted in an out-of-range datetime value. Exception Source: .Net SqlClient Data Provider Exception Target Site: Read I didn’t change the code or anything; the same version is working on the live server with no issues. I don’t know why it is giving me this error in my machine. Any ideas??

    ASP.NET csharp sysadmin help question announcement

  • Should I Quit Programming?
    N NinaWilliam

    Hi there, I need your help and advice in this… I have a programming analyst diploma with GPA 3.8. I work as a programmer for 4 years in a medical corporation. I am successful at my work and I get every task given to me done. Currently, I am holding 4 projects. The problem is: I am not interested in programming I just do my job because I have to. I don’t feel I love my job. I don’t like going to work. I find it very hard to move from .NET framework 1.1 to 2.0 to 3.5. Even if I start reading a programming book or article I don’t really understand every thing. I find my self interested more in software installing and troubleshooting, Computer maintenance, user support. Should I quit programming because I don’t like it? Please I seek your advice.

    The Lounge help csharp dotnet question career

  • Cursor results to Dataset
    N NinaWilliam

    can you please tell me how can i do that??

    ASP.NET tutorial question

  • Cursor results to Dataset
    N NinaWilliam

    Hi, I am creating a cursor and I want to pass its results to a dataset. Because I want to bind the dataset to a report (crystal report) any idea how to do it?

    ASP.NET tutorial question

  • Merging Dataset
    N NinaWilliam

    Hi there, ASP.NET 1.1 / VB.NET / SQL 2000 I am generation report using crystal reports 10... the report is working fine but the problem that it is taking too long to load and display the data. what I am doing is: I have two tables (one to many). I am getting all records from the first table and storing it in a table in my dataset... then I am getting all records from the second table depending on the ID from the first table. then storing it in another table in the dataset. after that, I merge both tables in dataset by doing for each loop to merge each record to its related id. Finally, bind it to the report The merging process takes 2 minutes!! What can I do? is there a better way to do the same thing? can I control the range of records in my SQL statement? Please help me

    ASP.NET help csharp asp-net database

  • How to hide tooltips in Crystal Reports?
    N NinaWilliam

    I am using Visual Studio.NET 2003 and Crystal Reports 10. any idea?

    ASP.NET tutorial question

  • How to hide tooltips in Crystal Reports?
    N NinaWilliam

    Please help... :(

    ASP.NET tutorial question

  • How to hide tooltips in Crystal Reports?
    N NinaWilliam

    I am working on an application that generates reports using Crystal Reports 10... and I want to remove the tooltips that appears in the report. any idea how to do that?

    ASP.NET tutorial question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups