Search Results

Showing results 1 to 32 of 32
Search took 0.01 seconds.
Search: Posts Made By: DATABASE
Forum: ASP.NET Jun 1st, 2008
Replies: 3
Views: 1,175
Posted By DATABASE
Forum: ASP.NET Jun 1st, 2008
Replies: 3
Views: 1,175
Posted By DATABASE
this the the code for inserting data in a database

Dim cn As New Data.OleDb.OleDbConnection("Provider=Microsoft.Jet.OLEDB.4.0;Data Source= " & Server.MapPath("database.mdb"))
cn.Open()
...
Forum: ASP.NET May 27th, 2008
Replies: 1
Views: 425
Posted By DATABASE
i am working on Shopping cart

in the AddToCart function
at this line >>> cost1 = Decimal.Parse(ddlProducts.SelectedItem.Value)
there is an error
this is the error message
Input string was...
Forum: ASP.NET Dec 29th, 2007
Replies: 2
Views: 791
Posted By DATABASE
i need to upload a picture to a webpage
it should be uploaded with its details (name,size,....)
how can i do it
Forum: ASP.NET Dec 13th, 2007
Replies: 3
Views: 2,401
Posted By DATABASE
i created an introduce (start) page .. and through that page i have to move to a master page.
but this error appear


This type of page is not served.
Description: The type of page you have...
Forum: PHP Apr 3rd, 2007
Replies: 2
Views: 1,184
Posted By DATABASE
thanx alot:cheesy:
Forum: PHP Apr 3rd, 2007
Replies: 2
Views: 1,184
Posted By DATABASE
hi

i need help :lol:


how can i write a code (php) for "tell a friend" ?
i mean i want to tell a friend about a web page by sending an e-mail from the same page

thanx in advance
Forum: ASP.NET Jun 4th, 2006
Replies: 2
Views: 11,567
Posted By DATABASE
Forum: ASP.NET Jun 3rd, 2006
Replies: 2
Views: 11,567
Posted By DATABASE
this code is for a login page but i have a problem with it



<%@ Page Language="VB" Debug="True" %>
<%@ import Namespace="System.Data" %>
<%@ import Namespace="System.Data.oledb" %>...
Forum: ASP.NET Jun 3rd, 2006
Replies: 6
Views: 4,322
Posted By DATABASE
some changes

sub page_Load (sender as Object, e as EventArgs)
dim myconnect as OleDbconnection = new OleDbconnection
dim myadapter as oledbdataadapter= new oledbdataadapter
dim mycommand as...
Forum: ASP.NET Jun 3rd, 2006
Replies: 6
Views: 4,322
Posted By DATABASE
i wrote these lines

sub page_Load (sender as Object, e as EventArgs)

dim myconnect as OleDbconnection = new OleDbconnection
dim myadapter as oledbadapter= new oledbadapter
dim mycommand...
Forum: ASP.NET Jun 2nd, 2006
Replies: 6
Views: 4,322
Posted By DATABASE
:o

it is a DropDownList server control ,, and i want to list items in it from a table in a database

is my question understandable enough?:?:
Forum: ASP.NET Jun 2nd, 2006
Replies: 6
Views: 4,322
Posted By DATABASE
hi

how can i list items from a database(MS Access) in a DropDownList in ASP.NET
Forum: ASP.NET Jun 2nd, 2006
Replies: 1
Views: 1,209
Posted By DATABASE
the problem solved:cheesy:
Forum: ASP.NET Jun 2nd, 2006
Replies: 1
Views: 1,209
Posted By DATABASE
i wrote this code in the display of a page

sub Display()
dim strcon as string ="Provider=Microsoft.Jet.OLEDB.4.0;DataSource =Sales.mdb"
dim strcommand as string ="Select * from sales"
dim...
Forum: VB.NET May 30th, 2006
Replies: 6
Views: 3,273
Posted By DATABASE
thanks Zmind

i try it

Me.OleDbDataAdapter1.SelectCommand.CommandText = "INSERT INTO StaffAccount(S_Status) values(1)"

but i think there is something missing

* the problem is.... i...
Forum: VB.NET May 30th, 2006
Replies: 9
Views: 16,651
Posted By DATABASE
does not working:sad:

i have created all the program forms, but i need to add a splash form know..:?:
Forum: VB.NET May 30th, 2006
Replies: 9
Views: 16,651
Posted By DATABASE
http://anwar84.jeeran.com/SpalshScreen.jpg

there is no splash screen:rolleyes:
Forum: VB.NET May 29th, 2006
Replies: 9
Views: 16,651
Posted By DATABASE
i need it for vb.net

thanks
Forum: VB.NET May 29th, 2006
Replies: 9
Views: 16,651
Posted By DATABASE
hi

how can i create a splash screen using NB.Net ?
it was easier using VB6 .:rolleyes:
Forum: VB.NET May 27th, 2006
Replies: 6
Views: 3,273
Posted By DATABASE
hi

i wrote this code, but it give me an error i do not know where s the error

Me.OleDbDataAdapter1.SelectCommand.CommandText.Insert("S_Status", "Yes")


S_Status .... the column name
it...
Forum: VB.NET May 26th, 2006
Replies: 6
Views: 3,273
Posted By DATABASE
:lol: need help!!!

how can i change the value of an item of (Yes/No) datatype in a DB Using VB.NET??

assume that the column is named (a)
Forum: VB.NET May 26th, 2006
Replies: 12
Views: 29,811
Posted By DATABASE
hi


i want to pass a text from a textbox in form1 to a label in form2 , but the text in form1 is retrieved from a database. how could i do it??:rolleyes:



Edit ...... thanx i solve the...
Forum: VB.NET May 26th, 2006
Replies: 1
Views: 4,227
Posted By DATABASE
good morning

i wrote this code to write one column from adatabase to MS Word
the document opened but nothing written in it ....only new lines

Me.DsStaff1.Clear()...
Forum: VB.NET May 24th, 2006
Replies: 13
Views: 8,961
Posted By DATABASE
good evening

i want to write records from the database to a word document

i wrote this code

Me.applicationWord.Visible = True
Me.applicationWord.Activate()...
Forum: VB.NET May 23rd, 2006
Replies: 13
Views: 8,961
Posted By DATABASE
good evening

thank you very much:cheesy:

it works since 2 days, but i could not connect with internet ;)


i have another question.. can i ask?? ;) :o
Forum: VB.NET May 21st, 2006
Replies: 13
Views: 8,961
Posted By DATABASE
it didnot work :sad:


Dim items1 As String
Dim r As Integer = 0
Dim c As Integer = 1
While r < DsStaffName1.StaffAccount.Rows.Count
items1 = DsStaffName1.StaffAccount.Rows(r).Item(c)...
Forum: VB.NET May 21st, 2006
Replies: 13
Views: 8,961
Posted By DATABASE
hi

sorry (manal) ,, iam a beginner in VB.Net
so, i want to learn more from you


i wrote this code but it doesnot work
what is the wrong ?

notice: i want to retrive one colomn from the...
Forum: VB.NET May 19th, 2006
Replies: 13
Views: 8,961
Posted By DATABASE
thank you very much :)


i'm sorry .... i have too many questions :rolleyes:


Dim items As String
items = Me.DsStaffName. ............... << what should i write here?? :rolleyes: ...
Forum: VB.NET May 19th, 2006
Replies: 13
Views: 8,961
Posted By DATABASE
thanx

i'll try to do it
if i face any problem, can i ask you again??:-|
Forum: VB.NET May 9th, 2006
Replies: 13
Views: 8,961
Posted By DATABASE
Hi everybody

:sad: need help plz

how can i list items from a database into a CheckedListBox , using VB.Net and MS Access db ??
Forum: VB.NET May 3rd, 2006
Replies: 2
Views: 14,344
Posted By DATABASE
hi
I have some questions in VB.Net

1- how can I retrieve data by VB.Net from database using MS Access database?
2- can I retrieve data from a database and list them in a CheckedListBox?
...
Showing results 1 to 32 of 32

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC