Click here to Skip to main content
15,918,471 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Highlight selected item in a listbox Pin
RajeevKumarSharma27-Aug-07 21:19
RajeevKumarSharma27-Aug-07 21:19 
Questionproblem related to mail send Pin
RajeevKumarSharma27-Aug-07 21:11
RajeevKumarSharma27-Aug-07 21:11 
AnswerRe: problem related to mail send Pin
Vasudevan Deepak Kumar27-Aug-07 23:03
Vasudevan Deepak Kumar27-Aug-07 23:03 
QuestionDownloading from database [modified] Pin
BasharatAli27-Aug-07 20:51
BasharatAli27-Aug-07 20:51 
AnswerRe: Downloading from database Pin
Vasudevan Deepak Kumar27-Aug-07 23:04
Vasudevan Deepak Kumar27-Aug-07 23:04 
QuestionA general question regarding web.config Pin
anu8127-Aug-07 20:48
anu8127-Aug-07 20:48 
AnswerRe: A general question regarding web.config Pin
Deepak the Cool27-Aug-07 21:31
Deepak the Cool27-Aug-07 21:31 
GeneralRe: A general question regarding web.config Pin
anu8127-Aug-07 21:42
anu8127-Aug-07 21:42 
AnswerRe: A general question regarding web.config Pin
Sathesh Sakthivel27-Aug-07 21:50
Sathesh Sakthivel27-Aug-07 21:50 
QuestionMSSQL database for findout the ipaddress to cityname Pin
vidyasankar27-Aug-07 20:28
vidyasankar27-Aug-07 20:28 
Questionclose buton Pin
Sonia Gupta27-Aug-07 20:00
Sonia Gupta27-Aug-07 20:00 
AnswerRe: close buton Pin
Amit.Amit.Amit...27-Aug-07 20:10
Amit.Amit.Amit...27-Aug-07 20:10 
GeneralRe: close buton Pin
Sonia Gupta27-Aug-07 20:51
Sonia Gupta27-Aug-07 20:51 
GeneralRe: close buton Pin
Amit.Amit.Amit...27-Aug-07 21:10
Amit.Amit.Amit...27-Aug-07 21:10 
AnswerRe: close buton Pin
Revathij27-Aug-07 21:20
Revathij27-Aug-07 21:20 
AnswerRe: multiple mail send Pin
ChrisFarrugia27-Aug-07 19:59
ChrisFarrugia27-Aug-07 19:59 
QuestionPop up window from gridview Pin
ChrisFarrugia27-Aug-07 19:49
ChrisFarrugia27-Aug-07 19:49 
AnswerRe: Pop up window from gridview [modified] Pin
Deepak the Cool27-Aug-07 19:58
Deepak the Cool27-Aug-07 19:58 
GeneralRe: Pop up window from gridview Pin
ChrisFarrugia27-Aug-07 20:03
ChrisFarrugia27-Aug-07 20:03 
GeneralRe: Pop up window from gridview Pin
Deepak the Cool27-Aug-07 20:05
Deepak the Cool27-Aug-07 20:05 
GeneralRe: Pop up window from gridview Pin
ChrisFarrugia27-Aug-07 20:12
ChrisFarrugia27-Aug-07 20:12 
AnswerRe: Pop up window from gridview Pin
Amit.Amit.Amit...27-Aug-07 20:08
Amit.Amit.Amit...27-Aug-07 20:08 
do like..
to open popup window

Response.Write("window.open('[Path]',null,'left=150, top=150, height=320, width= 620, status= no, resizable= no, scrollbars= no, toolbar= no,location= no, menubar= no');");

do this in rowcommand event of gridview on click of ur hyperlink.


ChrisFarrugia wrote:
I want the data in this field to be displayed as a hyperlink in gridview


to do this simply use Eval("[ur field name from db]") and bind it to ur hyperlink


Amit Metkar
3i-infotech, Mumbai.

GeneralRe: Pop up window from gridview Pin
ChrisFarrugia27-Aug-07 20:14
ChrisFarrugia27-Aug-07 20:14 
GeneralRe: Pop up window from gridview Pin
Amit.Amit.Amit...27-Aug-07 20:18
Amit.Amit.Amit...27-Aug-07 20:18 
GeneralRe: Pop up window from gridview Pin
ChrisFarrugia27-Aug-07 20:20
ChrisFarrugia27-Aug-07 20:20 

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.