Browse by Tags

Related Posts

  • What's wrong with my code?

    I am using MVWD 2005 Express and Sql Server 2005 Express. I am using SqlDataSource control and GridView control to disply a ata table, and let user to input data into the database through dropdownlist and TextBox. When I run the application I always get exception:"Conversion failed when converting...
    Posted to SQL Server, SQL Server Express, and SqlDataSource Control (Forum) by funbie on 08-30-2006, 12:00 AM
    Filed under: web form, .Net 2.0, Error, vb.net, asp.net
  • Re: hide a series of textboxes and labels in a datalist

    Yeah Thanks But how do you do it Here is some of my code. I know its pretty obvious but I can't see it can you send me a correct couple of lines. These controls are in a table Dim txt As New TextBox txt = CType(e.Item.FindControl("etxtPK_User_ID"), TextBox) txt.Visible = False e.Item.FindControl...
    Posted to Getting Started (Forum) by greerd on 08-31-2006, 12:00 AM
    Filed under: vb.net, asp.net
  • Can someone port this demo to an XML sheet-based database?

    Hi, it's me again. Mr. I-have-issues-with-a-calendar. I've gotten really successful at this point, as I've created an OnSelectionChanged event and matching sub. It outputs the selected date to a Label. Works pretty neat. So anyways, I found a tutorial on using the Calendar control at this...
    Posted to Web Forms (Forum) by vsguy06 on 09-01-2006, 12:00 AM
    Filed under: vb.net, asp.net, postback, database connection
  • .net pages don't work on my machine

    Hi, I don't have a lot of experience with the .net framework, but I know basics. I'm trying to get a set of sample pages up and running on my machine, however none of the .net pages work . I have no problem serving non .net pages with iis, but can't figure out why my .net won't work ...
    Posted to Getting Started (Forum) by aspextrme on 09-08-2006, 12:00 AM
    Filed under: .Net 2.0, vb.net, asp.net, asp.net 2.0, IIS, i wait ur replay if u face some problem...caz i try it and its work...byee
  • Uploading Binary Data to Database (mySql or SQL Server)

    Hi, I'm trying to upload a PDF and store it in a database. At the moment we're using mySql but we have plans to change to SQL in the future. I've currently got a function that takes the Binary data as a Byte array, but at the moment when it inserts it it inserts the string "System.Byte...
    Posted to MySQL (Forum) by blackred on 09-20-2006, 12:00 AM
    Filed under: pdf document, .Net 2.0, vb.net, asp.net, postback, database connection, asp.net 2.0, SQL Insert Database, documents
  • Object design query

    Hi, I'm designing a system in ASP.Net using VB.Net. I have an object called Uer which will house a user's email address and password. I want each user to have its own Address object also which holds name, address, country etc. What i need to know is to I make one of the properties in the User...
    Posted to Getting Started (Forum) by N_K on 10-10-2006, 12:00 AM
    Filed under: .Net 2.0, vb.net, asp.net, asp.net 2.0
  • AJAX CMS generator

    Hi, I've been using this software called AJAXCMSCreator to generate our in-house CMS for our database, from these guys: http://www.developerinabox.com/ .. Looks pretty good to me, just wondering if anyone here has also tried it, and what they think of it before I buy a license...
    Posted to Free For All (Forum) by sporn on 12-19-2006, 12:00 AM
    Filed under: web 2.0, ajax, asp.net, visual studio, .net 3.0, programming, vb.net, C#, Webservice, .NET
  • using server based timer to interrupt code execution [:)]

    HI I am obtaining the current date and time from one of several time services. Works most of the time. Unfortunately, either due to heavy request volume or the provider being down or some other problem, response time is excessive. I would like to establish a timer and its associated handler to interupt...
    Posted to Free For All (Forum) by fatcat777 on 12-29-2006, 12:00 AM
    Filed under: asp.net, howto, programming, vb.net, .NET
  • Get data field value from Details View

    By using vb code i am trying to get the value of the primary key id number from a details view but cannot seem to be able to get the properties of the view correct to be able to do this. I need this value to then use in a query whose results determine if a button is enabled or not. Does anyone know how...
    Posted to Getting Started (Forum) by vix666 on 11-01-2006, 12:00 AM
    Filed under: vb.net, asp.net, web forms
  • Cannot Use Com to open WordFile.

    i have this code Word. ApplicationClass oWordApp = new Word. ApplicationClass (); Word. Document oDoc; try { object file = Server.MapPath( "CNXH.doc" ); object readOnly = true ; object isVisible = false ; object missing = System.Reflection. Missing .Value; oWordApp.Visible = true ; oDoc = oWordApp...
    Posted to Getting Started (Forum) by superdragon on 09-01-2006, 12:00 AM
    Filed under: .Net 2.0, vb.net, asp.net, write file, web forms
Page 1 of 12 (117 items) 1 2 3 4 5 Next > ... Last ยป