-
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...
-
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...
-
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
-
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
-
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
-
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...
-
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
-
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...
-
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...
-
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...