Search

You searched for the word(s): userid:686250

Matching Posts

  • Are SQL Server Express & SQL Server different?

    Hello, Recently, I developed an ASP.NET application using SQL Server Express. But when I tried to upload my application onto my web server, it does not seem to work. I checked with the web hosting guy and he mentioned that SQL Server Express and SQL Server are different without elaborating more. May I ask the experts here what are the differences between these 2? Is there anyway I can upload my application that I developed using SQL express ? Thank you all for the advice.
  • How do I point Crystal Report to my App Data in Visual Studio 2005?

    Hello All, I have developed a web application which contains Crystal Reports. I developed the crystal reports using Visual Studio 2005 and the database which I use(I am using MS SQL Express) is located in the App Data folder of my Visual Studio. All my data are written to this database located in App Data. However, I keep getting "logon failed becaused of incorrect login parameters" error when I tried to view my crystal reports. I tried to create a System DSN to view the reports. However
    Posted to Crystal Reports (Forum) by abupapa on 2/12/2009
  • Re: Check to see if Checkbox is checked

    Hello to All who posted a reply, Thanks for your help! I have managed to get it working!
    Posted to Web Forms (Forum) by abupapa on 2/11/2009
  • Re: Unable to store varchar with a 0 in front

    [quote user="AvanthaSiriwardana"]make field as varchar and use RIGHT('0' + integervalue,2)[/quote] May you tell me how I should input RIGHT('0' + integervalue,2) in MS SQL? Thanks!
  • Check to see if Checkbox is checked

    Hello All, Currently my application allows user to select the days which they worked and the days are presented in the form of checkboxes which means there are 7 checkboxes for Monday to Sunday. The problem is: I want my users to at least check one box: How do I write the code in VB.NET to ensure that at least one box is checked? I have no totally no idea at all. Any experts care to shed some light? Thanks!
    Posted to Web Forms (Forum) by abupapa on 2/10/2009
  • Re: Unable to store varchar with a 0 in front

    [quote user="raghav_khunger"] Hi, abupapa It is because if ur column datataype is integer or numeric it will remove leading zeros . Imagine ur practical life situation Suppose U have 100 amount and if u put 0in front of 100 to make it 0100 thean also that amounts equal to 100 only so if u want that to store zero in front u have to take varchar or char [/quote] Hello raghav_khunger , Thanks for your reply. My data column is already varchar, therefore I was perplexed why it did not store
  • Unable to store varchar with a 0 in front

    Hello all, I have developed an application that allows user to store their telephone numbers. I'm using MS SQL Express. When the users save their numbers, I will add a "02" in front of their numbers. For example, the user saves 12345678. I will add a 02 in front to become 0212345678. This is saved in a column in the database with the column type as varchar. However, when I tried to view the data in the database, the the 0 in front always disappears to become 212345678 instead of 012345678
  • Re: Adding a new row to a asp table.

    Thanks for your reply. I read the article but I am still very sure how do I apply ViewState in my case. I would appreciate if anyone could guide me on this. Thank you.
    Posted to Web Forms (Forum) by abupapa on 1/29/2009
  • Adding a new row to a asp table.

    I have a asp table and a textbox and a add button. My ideas is such: whenever the user changes the text in the textbox and presses the add button, a new row will be added to the asp table. so if a user presses the add button twice, the asp table will produce 2 rows. however, i realised that the rows are not being added. The asp table always produces one row. I don't where I went wrong. Could someone please advise me? Thanks! Here's my aspx code for the table: <asp:table id="tblDutyList"
    Posted to Web Forms (Forum) by abupapa on 1/28/2009
  • Error in Reading Files from Server

    Hello All, Currently, my application allows users to locate for a excel file locally and then it will read the excel file and do some update statements based on what my application reads from the excel file. However, after deploying my application to the server and testing it on a client's PC, I realised one thing. If the to be uploaded file does not reside in the server, my application will throw an error. ( The error thrown is Object Reference Not Set to an Instance of An Object ) However,
    Posted to Web Forms (Forum) by abupapa on 12/29/2008
Page 1 of 22 (218 items) 1 2 3 4 5 Next > ... Last »