Click here to Skip to main content
15,902,276 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: only first row from datareader gets affected Pin
Christian Graus14-May-09 2:51
protectorChristian Graus14-May-09 2:51 
AnswerRe: only first row from datareader gets affected Pin
Ramesh Swaminathan14-May-09 2:52
Ramesh Swaminathan14-May-09 2:52 
GeneralRe: only first row from datareader gets affected Pin
Christian Graus14-May-09 3:01
protectorChristian Graus14-May-09 3:01 
GeneralBasic Photography Web Site (PLZ H3LP IRGint!!!) Pin
Brady Kelly14-May-09 0:59
Brady Kelly14-May-09 0:59 
GeneralRe: Basic Photography Web Site (PLZ H3LP IRGint!!!) Pin
Christian Graus14-May-09 1:09
protectorChristian Graus14-May-09 1:09 
GeneralCheckout XARA Pin
David Mujica14-May-09 3:31
David Mujica14-May-09 3:31 
Questiontable inside a href=".." Question? Pin
mrcooll14-May-09 0:59
mrcooll14-May-09 0:59 
AnswerRe: table inside a href=".." Question? Pin
jbracken197314-May-09 2:05
jbracken197314-May-09 2:05 
I don’t think you can put a table inside a link, it is not a standard (W3C) so browsers will translate it differently. Instead put your link in your cell. Then perhaps use a style to make it not look like a link.

<table border="1">
<tr>
<td>
<a href="http://www.codeproject.com" style="text-decoration:none; color:Black; display:block;">
This is my news letter
</a>
</td>
</tr>
</table>


<br />
<table border="1"><br />
  <tr><br />
    <td><br />
      <a href="http://www.codeproject.com" style="text-decoration:none; color:Black; display:block;"><br />
        This is my news letter<br />
      </a><br />
    </td><br />
  </tr><br />
</table><br />


PS.. If you are trying to trick the end user to go to your site, many of them now require you to hold down a button to follow the link.

John
AnswerRe: table inside a href=".." Question? Pin
Samer Aburabie14-May-09 2:10
Samer Aburabie14-May-09 2:10 
QuestionProblem while binding data to a DropDownList in GridView's EditItemTemplate column Pin
YazhiniP14-May-09 0:32
YazhiniP14-May-09 0:32 
AnswerRe: Problem while binding data to a DropDownList in GridView's EditItemTemplate column Pin
Samer Aburabie14-May-09 2:23
Samer Aburabie14-May-09 2:23 
GeneralRe: Problem while binding data to a DropDownList in GridView's EditItemTemplate column Pin
YazhiniP15-May-09 0:02
YazhiniP15-May-09 0:02 
Questioncoding for scanner in aspx page Pin
rummer14-May-09 0:02
rummer14-May-09 0:02 
AnswerRe: coding for scanner in aspx page Pin
Paddy Boyd14-May-09 0:09
Paddy Boyd14-May-09 0:09 
GeneralRe: coding for scanner in aspx page Pin
rummer14-May-09 0:18
rummer14-May-09 0:18 
GeneralRe: coding for scanner in aspx page Pin
Paddy Boyd14-May-09 0:26
Paddy Boyd14-May-09 0:26 
GeneralRe: coding for scanner in aspx page Pin
rummer14-May-09 0:32
rummer14-May-09 0:32 
GeneralRe: coding for scanner in aspx page Pin
rummer14-May-09 0:52
rummer14-May-09 0:52 
GeneralRe: coding for scanner in aspx page Pin
rummer14-May-09 0:57
rummer14-May-09 0:57 
GeneralRe: coding for scanner in aspx page Pin
Christian Graus14-May-09 1:13
protectorChristian Graus14-May-09 1:13 
GeneralRe: coding for scanner in aspx page Pin
rummer14-May-09 0:29
rummer14-May-09 0:29 
GeneralRe: coding for scanner in aspx page Pin
Christian Graus14-May-09 1:12
protectorChristian Graus14-May-09 1:12 
GeneralRe: coding for scanner in aspx page Pin
Eytukan15-May-09 19:07
Eytukan15-May-09 19:07 
GeneralRe: coding for scanner in aspx page Pin
Yusuf14-May-09 1:15
Yusuf14-May-09 1:15 
GeneralRe: coding for scanner in aspx page Pin
rummer14-May-09 1:25
rummer14-May-09 1:25 

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.