Click here to Skip to main content
15,899,754 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Excel in Asp.net Pin
minhpc_bk16-Jul-06 23:22
minhpc_bk16-Jul-06 23:22 
GeneralRe: Excel in Asp.net Pin
kavithapuranik17-Jul-06 1:03
kavithapuranik17-Jul-06 1:03 
QuestionTypes of Dataset Pin
Ballita16-Jul-06 20:02
Ballita16-Jul-06 20:02 
AnswerRe: Types of Dataset Pin
psamy16-Jul-06 21:00
psamy16-Jul-06 21:00 
AnswerRe: Types of Dataset [modified] Pin
J4amieC16-Jul-06 22:17
J4amieC16-Jul-06 22:17 
QuestionDataGrid Control - hyperlink column Pin
nkhan2316-Jul-06 19:45
nkhan2316-Jul-06 19:45 
AnswerRe: DataGrid Control - hyperlink column Pin
Ballita16-Jul-06 20:16
Ballita16-Jul-06 20:16 
AnswerRe: DataGrid Control - hyperlink column Pin
Frank Kerrigan17-Jul-06 0:21
Frank Kerrigan17-Jul-06 0:21 
You can use itemdatabound event to generate your url in the datagridon the fly.


<br />
string CellText = e.item.cell[2].Text<br />
<br />
string url = "MyPages.aspx?username=" + CellText<br />
<br />
e.Item.cell[2].Text = url<br />
<br />



Code is sudo code and not tested.






Look where you want to go not where you don't want to crash.

Bikers Bible

Questionweb service: unable to connect to remote server Pin
mehnazash16-Jul-06 19:42
mehnazash16-Jul-06 19:42 
AnswerRe: web service: unable to connect to remote server Pin
Reza Raad16-Jul-06 21:52
Reza Raad16-Jul-06 21:52 
Questionis it possible to execute crystal reports from aspx page Pin
ravikiranreddydharmannagari16-Jul-06 19:34
ravikiranreddydharmannagari16-Jul-06 19:34 
QuestionRe: is it possible to execute crystal reports from aspx page Pin
ravikiranreddydharmannagari18-Jul-06 0:53
ravikiranreddydharmannagari18-Jul-06 0:53 
QuestionUpload file from Client to server without browse button Pin
Abhishek Joshi16-Jul-06 18:42
Abhishek Joshi16-Jul-06 18:42 
AnswerRe: Upload file from Client to server without browse button Pin
eggsovereasy17-Jul-06 3:56
eggsovereasy17-Jul-06 3:56 
QuestionHow can I do to fix the error "Unable to start debugging on the web server" Pin
rockxuyenmandem16-Jul-06 18:38
rockxuyenmandem16-Jul-06 18:38 
AnswerRe: How can I do to fix the error "Unable to start debugging on the web server" Pin
rijjjesh16-Jul-06 18:59
rijjjesh16-Jul-06 18:59 
QuestionLook for links Pin
John R. Shaw16-Jul-06 18:30
John R. Shaw16-Jul-06 18:30 
AnswerRe: Look for links Pin
minhpc_bk16-Jul-06 19:59
minhpc_bk16-Jul-06 19:59 
GeneralRe: Look for links Pin
John R. Shaw16-Jul-06 21:01
John R. Shaw16-Jul-06 21:01 
GeneralRe: Look for links Pin
minhpc_bk16-Jul-06 21:25
minhpc_bk16-Jul-06 21:25 
GeneralRe: Look for links Pin
John R. Shaw16-Jul-06 21:55
John R. Shaw16-Jul-06 21:55 
QuestionAn operations error occurred.. pls help Pin
rijjjesh16-Jul-06 17:56
rijjjesh16-Jul-06 17:56 
AnswerPlease help... i'm still waiting... Pin
rijjjesh16-Jul-06 19:23
rijjjesh16-Jul-06 19:23 
GeneralI am still here Pin
rijjjesh16-Jul-06 22:58
rijjjesh16-Jul-06 22:58 
GeneralRe: I am still here Pin
PlayByTheRules16-Jul-06 23:14
PlayByTheRules16-Jul-06 23:14 

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.