Click here to Skip to main content
15,916,846 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionactive report in vb6.0 Pin
aditya_asv7-Sep-07 20:24
aditya_asv7-Sep-07 20:24 
AnswerRe: active report in vb6.0 Pin
Christian Graus9-Sep-07 3:05
protectorChristian Graus9-Sep-07 3:05 
Questionuser name availaibility Pin
mcad7-Sep-07 18:22
mcad7-Sep-07 18:22 
AnswerRe: user name availaibility Pin
Imran Khan Pathan7-Sep-07 19:04
Imran Khan Pathan7-Sep-07 19:04 
Questiongridview's textbox validation using javascript? Pin
sanjay_tutu7-Sep-07 16:41
sanjay_tutu7-Sep-07 16:41 
AnswerRe: gridview's textbox validation using javascript? Pin
Imran Khan Pathan7-Sep-07 17:31
Imran Khan Pathan7-Sep-07 17:31 
QuestionTransfer session variables between asp.net and classic asp Pin
Patrice in Irvine7-Sep-07 12:48
Patrice in Irvine7-Sep-07 12:48 
AnswerRe: Transfer session variables between asp.net and classic asp Pin
Christian Graus7-Sep-07 15:24
protectorChristian Graus7-Sep-07 15:24 
QuestionOnMouseOver Menus Pin
cendrella7-Sep-07 12:29
cendrella7-Sep-07 12:29 
AnswerRe: OnMouseOver Menus Pin
Christian Graus7-Sep-07 15:25
protectorChristian Graus7-Sep-07 15:25 
QuestionMailing Concept Pin
nanda_anbu7-Sep-07 10:53
nanda_anbu7-Sep-07 10:53 
AnswerRe: Mailing Concept Pin
Christian Graus7-Sep-07 15:25
protectorChristian Graus7-Sep-07 15:25 
QuestionCustom Validator Pin
kjosh7-Sep-07 8:58
kjosh7-Sep-07 8:58 
QuestionHyperlink in Grid View Pin
seemamltn7-Sep-07 8:13
seemamltn7-Sep-07 8:13 
AnswerRe: Hyperlink in Grid View Pin
ToddHileHoffer7-Sep-07 8:30
ToddHileHoffer7-Sep-07 8:30 
AnswerRe: Hyperlink in Grid View Pin
orsini7-Sep-07 8:33
orsini7-Sep-07 8:33 
this is a image button inside a formview, but the concept is the same for template fields in gridview, i hope this is what you are looking for, this link pass two values on the string to the next page. where i read them
"pid" in this case is the field returne fron the database, you just have to make it twice, for name and last name instead imagtype=3

<asp:ImageButton ID="ImageButton3" runat="server"  ImageAlign="AbsMiddle" ImageUrl="~/images/update_1.gif" PostBackUrl='<%# "product_imageupdte.aspx?pid=" + Eval("pid", "{0}") + "&" + "imgtype=3" %>'/><br /><br />
            <asp:Image ID="Image3" runat="server" ImageUrl='<%#"images_prod/"+ Eval("psupp_facts")%>' /><br />
             <br />

AnswerRe: Hyperlink in Grid View Pin
orsini7-Sep-07 8:35
orsini7-Sep-07 8:35 
GeneralRe: Hyperlink in Grid View Pin
orsini7-Sep-07 8:36
orsini7-Sep-07 8:36 
AnswerRe: Hyperlink in Grid View Pin
orsini7-Sep-07 8:37
orsini7-Sep-07 8:37 
QuestionGrid View Pin
seemamltn7-Sep-07 8:12
seemamltn7-Sep-07 8:12 
AnswerRe: Grid View Pin
ToddHileHoffer7-Sep-07 8:29
ToddHileHoffer7-Sep-07 8:29 
Questionregarding activereports Pin
aditya.net7-Sep-07 8:11
aditya.net7-Sep-07 8:11 
QuestionSession clears before timeout in asp.net 2.0 Pin
jagmit207-Sep-07 6:42
jagmit207-Sep-07 6:42 
AnswerRe: Session clears before timeout in asp.net 2.0 Pin
WillyBeamish9-Sep-07 9:34
WillyBeamish9-Sep-07 9:34 
GeneralCustom Paging Control for Grids/Lists Pin
Brady Kelly7-Sep-07 5:55
Brady Kelly7-Sep-07 5:55 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.