Click here to Skip to main content
16,005,038 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: ASP3 & DB Pin
mehrdadc4827-Jul-07 20:40
mehrdadc4827-Jul-07 20:40 
GeneralRe: ASP3 & DB Pin
Christian Graus27-Jul-07 21:51
protectorChristian Graus27-Jul-07 21:51 
Question Insert a button on each row of a data grid(Code behind C#) Pin
paytam27-Jul-07 16:53
paytam27-Jul-07 16:53 
AnswerRe: Insert a button on each row of a data grid(Code behind C#) Pin
T.EDY27-Jul-07 17:19
T.EDY27-Jul-07 17:19 
GeneralRe: Insert a button on each row of a data grid(Code behind C#) Pin
paytam27-Jul-07 21:07
paytam27-Jul-07 21:07 
GeneralRe: Insert a button on each row of a data grid(Code behind C#) Pin
T.EDY29-Jul-07 17:38
T.EDY29-Jul-07 17:38 
QuestionRepeater Pin
Assaf8227-Jul-07 16:20
Assaf8227-Jul-07 16:20 
AnswerRe: Repeater Pin
Christian Graus27-Jul-07 17:46
protectorChristian Graus27-Jul-07 17:46 
You seem to have not checked 'Ignore HTML tags in this message (good for code snippets) and htmlised half your code.

One way to do this is to set the Text to get it's value from calling a method, or you could just use the code inline, in a server code block. This works the same way as the DataBinder.Eval, just replace it with Session["mykey"].ToString() or something ( a method which checks if the value is null is obviously better )


Christian Graus - Microsoft MVP - C++

"I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

QuestionSelect Statement problem Pin
ASPnoob27-Jul-07 16:14
ASPnoob27-Jul-07 16:14 
AnswerRe: Select Statement problem Pin
Christian Graus27-Jul-07 17:49
protectorChristian Graus27-Jul-07 17:49 
Questioncopy file to network folder Pin
Dpriya27-Jul-07 16:12
Dpriya27-Jul-07 16:12 
AnswerRe: copy file to network folder Pin
Dpriya27-Jul-07 16:36
Dpriya27-Jul-07 16:36 
AnswerRe: copy file to network folder Pin
Christian Graus27-Jul-07 17:51
protectorChristian Graus27-Jul-07 17:51 
GeneralRe: copy file to network folder Pin
Dpriya29-Jul-07 8:46
Dpriya29-Jul-07 8:46 
QuestionHow to show images in the Datagrid Pin
Kurian_Kurian27-Jul-07 16:00
Kurian_Kurian27-Jul-07 16:00 
QuestionIIS gets Access Forbiden error [modified] Pin
beatles169227-Jul-07 12:19
beatles169227-Jul-07 12:19 
AnswerRe: IIS gets Access Forbiden error Pin
beatles169227-Jul-07 12:46
beatles169227-Jul-07 12:46 
AnswerRe: IIS gets Access Forbiden error Pin
Paul Conrad27-Jul-07 19:40
professionalPaul Conrad27-Jul-07 19:40 
Questionadding and removing table rows dynamically Pin
jojoStoneHead27-Jul-07 10:57
jojoStoneHead27-Jul-07 10:57 
AnswerRe: adding and removing table rows dynamically Pin
Christian Graus27-Jul-07 11:30
protectorChristian Graus27-Jul-07 11:30 
AnswerRe: adding and removing table rows dynamically Pin
jojoStoneHead27-Jul-07 13:38
jojoStoneHead27-Jul-07 13:38 
AnswerRe: adding and removing table rows dynamically Pin
Imran Khan Pathan27-Jul-07 23:24
Imran Khan Pathan27-Jul-07 23:24 
QuestionAdding a username/ password to http-post in a console application Pin
rbreault27-Jul-07 10:39
rbreault27-Jul-07 10:39 
AnswerRe: Adding a username/ password to http-post in a console application Pin
Paul Conrad27-Jul-07 19:41
professionalPaul Conrad27-Jul-07 19:41 
GeneralRe: Adding a username/ password to http-post in a console application Pin
rbreault27-Jul-07 19:43
rbreault27-Jul-07 19:43 

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.