Advertisement
Advertisement
| 05.09.2008 at 06:45AM PDT, ID: 23389259 |
|
[x]
Attachment Details
|
||
|
[x]
The Solution Rating System
|
||
|
With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.
Your Input Matters If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support. Thank you! |
||
1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: 15: 16: 17: 18: 19: 20: 21: 22: 23: 24: 25: 26: 27: 28: 29: 30: 31: 32: |
'This is in the buttom click event
ycomm.Fill(ds, "materials")
Repeater1.DataSource = ds
Repeater1.DataBind()
Dim source As String = ""
source = ds.Tables(0).Rows(0).Item("source")
GetThumbnails()
'Here is the function
Function GetThumbnails() As String
If source = "Forage and Grazinglands - FG" Then
link = "http://www.plantmanagementnetwork.org/fg"
image = "http://www.plantmanagementnetwork.org/partners/banner/fg.gif"
ElseIf source = "Plant Health Progress - PHP" Then
link = "http://www.plantmanagementnetwork.org/php"
image = "http://www.plantmanagementnetwork.org/partners/banner/php.gif"
ElseIf source = "Plant Management Network - PMN" Then
link = "http://www.plantmanagementnetwork.org"
image = "http://www.plantmanagementnetwork.org/partners/banner/pmn.gif"
ElseIf source = "Applied Turfgrass Science - ATS" Then
link = "http://www.plantmanagementnetwork.org/ats"
image = "http://www.plantmanagementnetwork.org/partners/banner/ats.gif"
ElseIf source = "Crop Management - CM" Then
link = "http://www.plantmanagementnetwork.org/cm"
image = "http://www.plantmanagementnetwork.org/partners/banner/cm.gif"
End If
Return True
End Function
'And here is the .aspx page
<span class="source"><a target="_blank" class="source" href="<%=link%>"><img style="float:right;" border="0" src="<%=image%>" alt="" /></a></p>
|
| Microsoft |
| Apple |
| Internet |
| Gamers |
| Digital Living |
| Virus & Spyware |
| Hardware |
| Software |
| ITPro |
| Developer |
| Storage |
| OS |
| Database |
| Security |
| Programming |
| Web Development |
| Networking |
| Other |
| Community Support |
| 05.09.2008 at 06:54AM PDT, ID: 21532787 |
| 05.09.2008 at 07:11AM PDT, ID: 21532977 |
| 05.12.2008 at 09:57AM PDT, ID: 21548606 |