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 #2K
~1K People Reached
Favorite Forums

5 Posted Topics

Member Avatar for peachy0685

Hi, I'm developing a website using .NET 3.5 and I'm having problems with the asyncfileupload control. The problem occurs when you upload a file, and then try upload the same file again. On the second upload, none of the clientside nor serverside methods fire. Everything works fine if you upload …

Member Avatar for sharana
0
703
Member Avatar for selicon.valley

You could pass the username in the querystring to the next page: [CODE] <td><a href="nextpage.html?user=<%#Container.DataItem('user_name')"%>><%#Container.DataItem('user_name')%></a></td> [/CODE]

Member Avatar for peachy0685
0
138
Member Avatar for ajwposh

To loop through rows in a dataset you could use [CODE] For Each dr As DataRow in myDataSet.Rows 'Do something here Next [/CODE] As for "placing each record in the relvant section on the image"... you're going to have to ellaborate a bit more on that one. P.S. I code …

Member Avatar for crishjeny
0
223
Member Avatar for cguan_77

You can use "float: left" on the child elements and they will horizontally align so long as their parent container is wide enough for them to fit. E.g. [CODE] <style type="text/css"> #parent {width:300px} .child {float:left;width:100px} </style> <div id="parent"> <div class="child">First Object</div> <div class="child">Second Object</div> <div class="child">Third Object</div> </div> [/CODE]

Member Avatar for Arkinder
0
211
Member Avatar for RykeTech

There's probably about 20 images in the code you've posted and the link to your site no longer works. I suggest you get the link wokring again and clearly indicate which image you are referring to.

Member Avatar for RykeTech
0
209

The End.