Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

.net question ??

Status
Not open for further replies.

dbeez

Technical User
Aug 15, 2005
71
0
0
KR
serious newbie question here ... does this code look familiar to anyone
Code:
<span class="page" onmouseover="this.style.background='#f7f7f7'" onmouseout="this.style.background=''" onclick="javascript:__doPostBack('Pager','8')">
8
</span>
... I'd assumed it was javascript, but probably I'm wrong.
This is contained in a <form> and doesn't seem to have any corresponding js function.

Is that a .net thing ???
 
Yes - it's the javascript that ASP.NET has generated to allow the control to "post back" to itself. The actual javascript functions are held in a javascript file which is created when the .NET framework is installed.


____________________________________________________________

Need help finding an answer?

Try the Search Facility or read FAQ222-2244 on how to get better results.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top