Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~1K People Reached

6 Posted Topics

Member Avatar for mysybet

Hello ! I'm using VB.net 2013 , Entity Framework 6 , SQL server 2008R2 and SMO. I have the application that use the database. But sometime I make changes to database structure , and I want to add to my application a "Refresh Database" command. Let's say that I have …

0
93
Member Avatar for mysybet

I'm working with vb.net and entity framework. In my form , I have 2 comboboxes : Article and price. ( For both comboboxes , .Selectedvalue is an integer ) If I use this expression : Dim gj As IEnumerable(Of Myobject) gj = (From t In context.myobjects Where t.art = Article.SelectedValue …

Member Avatar for mysybet
0
515
Member Avatar for mysybet

Hello ! How can i submit a form but remain on the same page : <form enctype="multipart/form-data" method="post" action="script.php"> ----- ----- </form> it goes to script.php thank you.

Member Avatar for broj1
0
54
Member Avatar for mysybet

Hello ! i'm working in dreamweaver , and i have 2 lines : $part="..\fl1\"; echo "OK"; Dreamweaver produce an error in second line. if i change the first line to $part="..\fl1" everything is ok. what is the problem with the \ character at the end ? thank you.

Member Avatar for Member #120589
0
189
Member Avatar for mysybet

Hello ! i want to create an input form with these fields : Name ------ Age------- Photo --------- <Browse file Button> <Submit button> After the user press the browse button and select a file i want to display the path. After the user press the submit button i want to …

Member Avatar for Member #120589
0
160
Member Avatar for mysybet

Hello ! i have created an application , and i need to send emails to different adresses.I want to do this inside my application without automating email software like outlook etc. I have used CDO , and different activex like ostrosoft , chilkat etc .But is the same problem : …

Member Avatar for rajeevbhatt17
0
143

The End.