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
Ranked #4K
~628 People Reached
About Me

The opposite of a "brainiac" -- living proof that anything is possible.

Interests
Airplane pilot CFIAIM/ATPPure Breed Dog Showing / AKCGuitar player/Singer/Performer
PC Specs
Windows X / Ubuntu X
Favorite Tags
Member Avatar for rpng

I can't seem to reach/instantiate a web method from a webservice in my asp.net app (VS2005 C#). I have attached this sample asp.net program to the thread. It is a basic web based slide show program which uses a web service as the datasource (VS2005). I don't know if it …

0
54
Member Avatar for Exaktor

Hi, I have a datagridview in form1. I want that the values from the datagridview shows up in an another form named 'edit'. I have done textboxes in form named 'edit' so I can see the values from datagridview. Check this image it maybe helps you understand better. [URL="http://img532.imageshack.us/img532/5362/inventoryvalue.jpg"]http://img532.imageshack.us/img532/5362/inventoryvalue.jpg[/URL]

Member Avatar for Exaktor
0
346
Member Avatar for judithSampathwa
Member Avatar for basma.lm

hi, i have this code which do search in Table1 and use the result of search to search in another datatable Table2: [CODE] SqlCeConnection conne = new SqlCeConnection(); conne.ConnectionString = @" Data source= |DataDirectory|\Database1.sdf"; conne.Open(); SqlCeDataReader rrs; SqlCeCommand comd = new SqlCeCommand("select CodePersonne from Table1 where DateRP ='" + DateTime.Now.Date …

Member Avatar for basma.lm
0
90