Click here to Skip to main content
16,004,927 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Problem in logging Out Pin
Deepak Nigam21-Apr-08 21:02
Deepak Nigam21-Apr-08 21:02 
Generalwrite code inside a gridview Pin
mukesh.mr0321-Apr-08 20:03
mukesh.mr0321-Apr-08 20:03 
GeneralRe: write code inside a gridview Pin
Sandeep Akhare21-Apr-08 20:25
Sandeep Akhare21-Apr-08 20:25 
Generaljavascript Pin
yardly21-Apr-08 19:54
yardly21-Apr-08 19:54 
GeneralRe: javascript Pin
Christian Graus21-Apr-08 19:57
protectorChristian Graus21-Apr-08 19:57 
GeneralRe: javascript Pin
eyeseetee21-Apr-08 21:36
eyeseetee21-Apr-08 21:36 
QuestionButton click page to go to Top in Html or Asp.net? Pin
chakran21-Apr-08 19:48
chakran21-Apr-08 19:48 
AnswerRe: Button click page to go to Top in Html or Asp.net? Pin
Christian Graus21-Apr-08 19:56
protectorChristian Graus21-Apr-08 19:56 
You can set tags in your html and browse to them via anchor tags, I believe you use # as the start of the placemarker.

http://www.w3schools.com/tags/tag_a.asp[^]

Here is the HTML from the w3schools example:

<html>
<body>

<p>
<a href="#C4">See also Chapter 4</a>
</p>

<p>
<h2>Chapter 1</h2>
<p>This chapter explains ba bla bla</p>

<h2>Chapter 2</h2>
<p>This chapter explains ba bla bla</p>

<h2>Chapter 3</h2>
<p>This chapter explains ba bla bla</p>

<h2><a name="C4">Chapter 4</a></h2>
<p>This chapter explains ba bla bla</p>

<h2>Chapter 5</h2>
<p>This chapter explains ba bla bla</p>

<h2>Chapter 6</h2>
<p>This chapter explains ba bla bla</p>

<h2>Chapter 7</h2>
<p>This chapter explains ba bla bla</p>

<h2>Chapter 8</h2>
<p>This chapter explains ba bla bla</p>

<h2>Chapter 9</h2>
<p>This chapter explains ba bla bla</p>

<h2>Chapter 10</h2>
<p>This chapter explains ba bla bla</p>

<h2>Chapter 11</h2>
<p>This chapter explains ba bla bla</p>

<h2>Chapter 12</h2>
<p>This chapter explains ba bla bla</p>

<h2>Chapter 13</h2>
<p>This chapter explains ba bla bla</p>

<h2>Chapter 14</h2>
<p>This chapter explains ba bla bla</p>

<h2>Chapter 15</h2>
<p>This chapter explains ba bla bla</p>

<h2>Chapter 16</h2>
<p>This chapter explains ba bla bla</p>

<h2>Chapter 17</h2>
<p>This chapter explains ba bla bla</p>

</body>
</html>

Christian Graus

Please read this if you don't understand the answer I've given you

"also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )

GeneralRe: Button click page to go to Top in Html or Asp.net? Pin
chakran21-Apr-08 20:04
chakran21-Apr-08 20:04 
GeneralRe: Button click page to go to Top in Html or Asp.net? Pin
Sandeep Akhare21-Apr-08 20:22
Sandeep Akhare21-Apr-08 20:22 
QuestionIE address bar reflection Pin
Karan_TN21-Apr-08 19:43
Karan_TN21-Apr-08 19:43 
GeneralRe: IE address bar reflection Pin
Christian Graus21-Apr-08 19:53
protectorChristian Graus21-Apr-08 19:53 
Generaljavascript Pin
yardly21-Apr-08 19:40
yardly21-Apr-08 19:40 
GeneralRe: javascript Pin
Christian Graus21-Apr-08 19:48
protectorChristian Graus21-Apr-08 19:48 
GeneralPaging without gridview Pin
mukesh.mr0321-Apr-08 19:23
mukesh.mr0321-Apr-08 19:23 
GeneralRe: Paging without gridview Pin
Christian Graus21-Apr-08 19:25
protectorChristian Graus21-Apr-08 19:25 
GeneralRe: Paging without gridview Pin
mukesh.mr0321-Apr-08 19:43
mukesh.mr0321-Apr-08 19:43 
GeneralRe: Paging without gridview Pin
Sandeep Akhare21-Apr-08 19:31
Sandeep Akhare21-Apr-08 19:31 
QuestionGtting error while reading XML Pin
Nithin Krishna21-Apr-08 19:16
Nithin Krishna21-Apr-08 19:16 
GeneralRe: Gtting error while reading XML Pin
Christian Graus21-Apr-08 19:28
protectorChristian Graus21-Apr-08 19:28 
GeneralRe: Gtting error while reading XML Pin
vkrajeesh21-Apr-08 19:35
vkrajeesh21-Apr-08 19:35 
GeneralRe: Gtting error while reading XML Pin
Nithin Krishna21-Apr-08 19:46
Nithin Krishna21-Apr-08 19:46 
GeneralFound 1 intresting but strange problem in this Pin
Nithin Krishna21-Apr-08 20:09
Nithin Krishna21-Apr-08 20:09 
Generaljavascript Pin
yardly21-Apr-08 19:12
yardly21-Apr-08 19:12 
GeneralRe: javascript Pin
Sandeep Akhare21-Apr-08 19:23
Sandeep Akhare21-Apr-08 19:23 

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.