how do i add a image for this asp button
bizjosh
Posts
-
asp:button image? -
ASP.NET VB on DWMX for User Registration pageHi I'm having these errors when on the user registration form i created and it gives these below errors, how do i also do: - username validation to ensure the database doesnt duplicate - generate a random password - set today's date into customer_created_dated field in table - set customer_active to 'Yes' The errors I got when submitting the below form is as follows: System.Data.OleDb.OleDbException: Operation must use an updateable query. at System.Data.OleDb.OleDbCommand.ExecuteCommandTextE rrorHandling(Int32 hr) at System.Data.OleDb.OleDbCommand.ExecuteCommandTextF orSingleResult(tagDBPARAMS dbParams, Object& executeResult) at System.Data.OleDb.OleDbCommand.ExecuteCommandText( Object& executeResult) at System.Data.OleDb.OleDbCommand.ExecuteCommand(Comm andBehavior behavior, Object& executeResult) at System.Data.OleDb.OleDbCommand.ExecuteReaderIntern al(CommandBehavior behavior, String method) at System.Data.OleDb.OleDbCommand.ExecuteNonQuery() at DreamweaverCtrls.DataSet.DoInit() My Code is: (minus the other non relevant) <%@ Page Language="VB" ContentType="text/html" %> <%@ Register TagPrefix="MM" Namespace="DreamweaverCtrls" Assembly="DreamweaverCtrls,version=1.0.0.0,publicKeyToken=83 6f606ede05d46a,culture=neutral" %>
-
help in datasets in dreamweaver mxThanks! help'd a lot =) I managed to repeat my first 4 items as below. id product name -- -- OS1001 Microsoft Windows XP Home OS1002 Microsoft Windows XP Pro OS1003 Microsoft Windows 2000 OS1004 Microsoft Windows ME How do i choose, say I do not want OS1001-1004, i would like to list the 4th - 8th item in the same table? basically to choose what to list.. instead of having it pick first 4 items fr the table. Where can i get samples or tutorials for this exact method to use dreamweaver datasets? Please help me, thanks. Thanks.
-
help in datasets in dreamweaver mxHi, I have a MS access database of product's table namely with fields imagefile, product_id, name, cost and 4 different products added. I created a table 2 rows 2 cols in products.aspx, i have the database connected, datasets up and i wish to display the 4 products into this 2 row 2 col table i created, how is that possible? Earlier i setup'd a datagrid and managed to list all of the products in one table but i can't do anything to it and it is not the table i want. How do i pull individual product id and its other info in each of my cols in my table rows.. Thanks, Josh
-
reading a .txt file for data in VB .NET- how to do i read data from .txt file - pass the data i.e (xx,yy,zz) into my vb .net program - display the data in tables