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
~1K People Reached
Favorite Tags

3 Posted Topics

Member Avatar for serkan sendur

This is a helpful thread. I thought that posting how you can save the value in the drop down list is appropriate. [CODE] 'VB 'Use ItemUpdating method to add the drop down's selected value 'before the data is saved Protected Sub FormView1_ItemUpdating(ByVal sender As Object, ByVal e As System.Web.UI.WebControls.FormViewUpdateEventArgs) Handles …

Member Avatar for vyasdev2005
1
1K
Member Avatar for lance.stine

Hey I hope someone has seen this before because I have spent way too long in failing to solve it. I am using VWD 2008 express edition. I am trying to add a reference to the Microsoft Word 10.0 Object library. I won't work. I get this strange error: A …

Member Avatar for lance.stine
0
130
Member Avatar for jeffasbrand

I had the same problem and solved it by reading this topic. I like to see explicit but brief answers so here is my example. SQL that combines the SPID and name field as an expression called name [CODE] select SPID, (convert(nvarchar(6), SPID) + ' ' + [name]) as [name] …

Member Avatar for lance.stine
0
117

The End.