CodeVerge.Net Beta


   Explore    Item Entry    Members      Register  Login  
NEWSGROUP
.NET
Algorithms-Data Structures
Asp.Net
C Plus Plus
CSharp
Database
HTML
Javascript
Linq
Other
Regular Expressions
VB.Net
XML

Free Download:




Zone: > NEWSGROUP > Asp.Net Forum > starter_kits_and_source_projects.dotnetnuke.custom_modules Tags:
Item Type: NewsGroup Date Entered: 1/21/2004 3:34:17 PM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
(NR, 0)
XPoints: N/A Replies: 0 Views: 49 Favorited: 0 Favorite
Can Reply:  No Members Can Edit: No Online: Yes
3 Items, 1 Pages 1 |< << Go >> >|
tester1726
Asp.Net User
using querystring in hyperlink1/21/2004 3:34:17 PM

0/0

I created two customized modules. I have a hyperlink to link to a page form one module to another user control file under the separate tab/module. But it didn't work. Is anyone know what the problem for my coding?
Thanks.


<asp:Repeater id="Repeater1" runat="server">
<ItemTemplate>

<asp:HyperLink id="Hyperlink2" runat="server" avigateUrl='DesktopDefault.aspx? tabid=22&Studyid=<%#DataBinder.Eval(Container.DataItem, "studyid")%>'>

<%# Container.DataItem("project")%>
</asp:HyperLink>

</ItemTemplate>

</asp:Repeater>
DevilDog74
Asp.Net User
Re: using querystring in hyperlink1/23/2004 11:44:10 AM

0/0

try it with the '~/DesktopDefault.aspx?tabid=22&Studyid=XXX'

I think you might just be missing the '~/' up front.
weinstein_josh
Asp.Net User
Re: using querystring in hyperlink1/23/2004 1:35:47 PM

0/0

Try this for your NavigateURL:

<asp:HyperLink id="Hyperlink2" runat="server" NavigateUrl='<%# "~/DesktopDefault.aspx? tabid=22&Studyid=" + DataBinder.Eval(Container.DataItem,"studyid") %>'>


Josh Weinstein

DNNSkins.com

4Birckhead Consulting Services
3 Items, 1 Pages 1 |< << Go >> >|


Free Download:

Books:
Sams Teach Yourself Active Server Pages 3.0 in 21 Days Authors: Scott Mitchell, James Atkinson, Pages: 800, Published: 2000
Beginning ASP.NET 2.0 Databases: Beta Preview Authors: John Kauffman, Thiru Thangarathinam, Pages: 427, Published: 2005
ASP.NET 2.0 MVP Hacks and Tips Authors: David Yack, Joe Mayo, Scott Hanselman, Fredrik Normén, Dan Wahlin, J. Ambrose Little, Jonathan Goodyear, Pages: 400, Published: 2006
Pro ASP.NET 2.0 in VB 2005: special edition. Authors: Laurence Moroney, Matthew MacDonald, Pages: 1360, Published: 2006
Developing Web Applications with Visual Basic.NET and ASP.NET Authors: John Alexander, Billy Hollis, Pages: 400, Published: 2002
Building Web Applications with C# and .NET: A Complete Reference Authors: Dudley W. Gill, Pages: 718, Published: 2002
C++ how to Program: how to program Authors: Harvey M. Deitel, Pages: 1436, Published: 2005
Visual Basic Programmer's Guide to the .Net Framework Class Library Authors: Lars Powers, Mike Snell, Pages: 1122, Published: 2002
Special Edition Using Microsoft FrontPage 2002 Authors: Neil Randall, Dennis Jones, Pages: 914, Published: 2001
Pro ASP.NET 2.0 in C# 2005 Authors: Matthew MacDonald, Mario Szpuszta, Pages: 1255, Published: 2005

Web:
Passing multiple query string params from datagrid hyperlink ... Passing multiple query string params from datagrid hyperlink column. ... using[ color=blue][color=green] >> query string parameters. ...
ASP.NET Data Web Controls Kick Start - Companion Web Site Creating a HyperLink with Multiple Querystring Values ... Passing Multiple Parameters Through the Querystring Using a TemplateColumn ...
InformIT: Using ASP.NET Request Objects > QueryString Using Parameters. The following hyperlink goes to Process.aspx, ... As with form collections, this technique of QueryString collection enumeration is the ...
how to capture the querystring from hyperlink column ... I'm using hyperlink column in datagrid to do navigation. ... The problem is i dont know how to write the query string in my SELECT ...
Using values from hyperlink column in a query string - ASP.NET Forums Re: Using values from hyperlink column in a query string ... Re: Using values from hyperlink column in a query string ...
How to write hyperlink QueryString - DevX.com Forums How to write hyperlink QueryString ASP.NET. ... Derive Benefits of Agile Development by Using the Right Tools ...
How To Use QueryString to Persist User Information Among ASP Pages NOTE: To persist the user's information from page to page through QueryString, every hyperlink on the page MUST be appended with ?(%=Request.QueryString%) ...
Using request.querystring in a hyperlink : hyperlink, using Hi Experts I need to link from an html page to a website passing a Value sent from a previous ASP page using Request.Querystring.
ClubFarPoint FAQ Pass a value in QueryString using the hyperlink cell type. The following codes passes in a different URL for each HyperLinkCellType cell based on the value ...
In hyperlink column how to pass querystring - C1 Community Re: In hyperlink column how to pass querystring .... I am also using a link button to allow users to delete the rows. ...




Search This Site:










checked custom treenode appearance

catalan

error on aspx page after installing iisblockd

public transport portal about to go live - check it out

n00b-q: parsing text file data (comma-delimited, etc.)

dates, params, server times + local

error after updating old web.config with new changes in 3.0.12

cant get tabs to work

regular expression validator question

a possible bug?

sporadic errors

simple dataset question

upgly portal -- need help!!

visual studio 2005 professional edition

most secure way to transfer info between aspx pages

importing database to dotnetnuke 2.x (upgrading from 1.x)

include file in asp.net

unhandled exception error

return value from confirm()

page refresh while loading webparts

toolbox controls not going into contentplaceholder.

how do i make a "linkbutton" control default?

enable event log buffer throws exception in dnn 3.1

okay, how do i get the "name" of the image?...

file reference problem in master page

hashpasswordforstoringinconfigfile not working!!!

generating printed output

i wanna get my teeth into asp.net 3.0

web deployment projects installation

radio button list selected item

 
All Times Are GMT