datagrid click
-
I have a datagrid with name "TitleGrid". I am using stored procedure.I am getting three fields in dataset. Now i walt to join these three fields and i want this whole thing to be hyperlink. When i click then i should be able to pass the whole thing as variable in "response.redirect".urgent
Mohinder Singh
-
I have a datagrid with name "TitleGrid". I am using stored procedure.I am getting three fields in dataset. Now i walt to join these three fields and i want this whole thing to be hyperlink. When i click then i should be able to pass the whole thing as variable in "response.redirect".urgent
Mohinder Singh
Use Request.QueryString
-
I have a datagrid with name "TitleGrid". I am using stored procedure.I am getting three fields in dataset. Now i walt to join these three fields and i want this whole thing to be hyperlink. When i click then i should be able to pass the whole thing as variable in "response.redirect".urgent
Mohinder Singh
Make chage in stored procedures as concate three fields as a single column and get into Dataset Now your dataset contain single column then bind in a datagrid with hyperlink column then no need for Response.redirect Just Try This ....
Sunil Tvl