jink


Member since 04/30/2009

12 snippets

3423 profile views

0 Comment(s) Posted

View their favorites

Profile

Achievement

first submission:submitting first snipplet

jink's Recent SnippetsTagged aspnet



« Prev 1 Next »
Load this Javascript after the MS AJAX files have been loaded. In the example I am using jQuery to call the patchMicrosoftAjax() method, but you can use any method you desire.
0 1152 posted 14 years ago by jink
Page_ClientValidate is a global function. When called this will return true/false if the validator group provided is valid or not.
0 610 posted 14 years ago by jink
Bind the DropDownList like normal (set DataSourceID, DataTextField, DataValueField), and <%BIND%> the SelectedValue field. AutoPostBack should be enabled. In the OnSelectedIndexChanged:
0 751 posted 14 years ago by jink
Use this code to pull a DotNetNuke URL from a tab name. We use this to replace "?tabname=blah" type URLs which do NOT transfer language info.
0 809 posted 14 years ago by jink
Call with the path of any javascript you want to load into the HEAD of the ASPX page.
1 958 posted 14 years ago by jink
Returns the postback sender ID. This is usually a button ID from a form that caused a post back.
0 691 posted 14 years ago by jink
Call AddKeepAlive() in Page_Load of the page that needs it. Change the path to the correct keep alive page. Page should disable caching, like in second code snippet.
2 772 posted 14 years ago by jink
Replace *SERVERNAME* with the name of the server name in the web.config
2 682 posted 14 years ago by jink
Code snippet prevents caching of the page by setting http header values and a LAST MODIFIED header to prevent google from caching too long. This should go into the page load event.
1 639 posted 14 years ago by jink
« Prev 1 Next »