No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
3 Posted Topics
Re: 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 … | |
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 … | |
Re: 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] … |
The End.