Browse by Tags

Related Posts

  • Inserting Date into SQL Tabel

    Hello I have problem in Inserting Date Filed in my tabel my filed datatype is datetime in sql 2005 database my textbox5.text is the control I am using to enter date. my code as follows : cn.Open() Dim sql1 As String sql1 = "Insert Into customers ( cdob ) Values (@cdob )" Dim dbcmd1 As New SqlCommand...
    Posted to SQL Server, SQL Server Express, and SqlDataSource Control (Forum) by almayahi@hotmail.com on 06-08-2009, 12:00 AM
    Filed under: conversion, datatype
  • How to determine which string: "Input string was not in a correct format"

    Hi There, I am receiving this error message: " Input string was not in a correct format. " on my ASP.net 2.0 VB project. When looking at other posts with this error its obvious that each time it will be specific to the users' project. Therefore my main question is, is it possible to generate...
    Posted to Visual Basic .NET (Forum) by AGTDenton on 05-14-2009, 12:00 AM
    Filed under: strings, VB, visual basic, conversion, converting, ASP .NET 2.0
  • Convert pdf file to jpg

    Hi all, I have just come accross a scenerio where I need to convert pdf files to jpg files. What I would preferably like to do is, when uploading the pdf files, I would like to keep the original pdf file and save it to a folder named "pdf" and also from that pdf I would like to save a jpg version...
    Posted to Getting Started (Forum) by broadys on 04-02-2009, 12:00 AM
    Filed under: pdf, conversion
  • conversion problem

    is it possible to convert all data in list at once without any loop? i have list of DateTime items but i need to pass as argument list of strings: List<DateTime> ---------------> List<string> i tried something like that..... values.Add(myList.Cast<string>)
    Posted to C# (Forum) by akris on 03-21-2009, 12:00 AM
    Filed under: conversion, list methods
  • how to imports xml data into sqlserver or gridview rows in to sqlserver

    Hi Could please tell me how to solve this problem. I am displaying 200 Rows of records in the gridview, i need to send these rows of data in to database (sqlserver). or i had exported the records into one xml file, then how to import data xml data into sqlserver. thanks Ramesh
    Posted to SQL Server, SQL Server Express, and SqlDataSource Control (Forum) by ramesh.sri on 02-26-2009, 12:00 AM
    Filed under: SQL 2005 .NET, sql server 2005, SQL Server Express, sql syntax, sqldatasource, .NET 2.0, 2005, ADO.NET, ADO.NET 2.0, ASP .NET 2.0, aspx., C#, connection and execute reader, connection C# object reference instance, connection db dataset, Conversion, Database Unit Test template, XSD dataset generation, xml, SQL Server, xml documentation asp.net website VS2008
  • target framewrok is still 2.0

    Hi , after I open a project which was build on 2.0 Framework in VS2008. I Selected "yes" when prompt asked me to convert the project in 3.5 Frame work. After few other fixes build was successful. Later I right click on Project-> Properties- in the solution explorer. Project Designer opens...
    Posted to Visual Studio 2008 (Forum) by aammiz on 01-06-2009, 12:00 AM
    Filed under: conversion
  • String was not recognized as a valid DateTime.

    I am trying to update a value that is displayed just as a month value in my dropdownlistbox to my sql database. I get the error "String was not recognized as a valid DateTime" when I try to update. How do I fix this? qry.HadProductKnowldgeEduDate = Convert .ToDateTime(dpProductKnowledgeMonth1...
    Posted to C# (Forum) by kbainey1 on 12-12-2008, 12:00 AM
    Filed under: conversion, LINQ
  • How can one create iPhone applications using .NET?

    All -- Please help. How can one create iPhone applications using .NET? Please advise. I know that writing a web-based application using ASP.NET is one option-- I am looking for others. I think that what is required is an ObjectiveC.NET implementation, a C#-To-ObjectiveC-Converter or something similar...
    Posted to Mobile and Handheld Devices (Forum) by mkamoski on 12-04-2008, 12:00 AM
    Filed under: porting, conversion, iPhone
  • BLL List Type Conversion (From Class To CascadingDropDownNameValue)

    I have a DAL and BLL developed based on thebeerhouse project.and one of my methods in the BLL is GetCountries() which links to the DAL stored procedure and returns a List Of the Country Class which contains Country.id and Country.Name I want to call this method in my locations webservice method GetCountries...
    Posted to Getting Started (Forum) by infinitep on 11-24-2008, 12:00 AM
    Filed under: BLL, class, list, CascadingDropDownNameValue, conversion
  • Compare String data from SQL Server 2000 to Textbox dates?

    Hi there, (I hope I'm posting this in the correct forum) I have this SQL server 2000 table, column of text formated dates (I.e. 12/31/2002 not datetime format, but vchars) which I am pulling all of the records to compare this date to two filled textboxes one is begindate.text and enddate.text. I...
    Posted to SQL Server, SQL Server Express, and SqlDataSource Control (Forum) by Cebo on 10-20-2008, 12:00 AM
    Filed under: sqldataadapter, .NET, ASP .net 2.0 + ASP, codebehind, Conversion, DataSet Designer, VS2005, VS 2005
Page 1 of 4 (40 items) 1 2 3 4 Next >