My aspx page:
$(function() {
$('#date0').datepicker({
changeMonth: true,
changeYear: true,
yearRange: '-30:+0'
});
All
Hi karngu, Here is the one of my tab: Can you send me the javascript
to select this tab..
All
On Jul 24, 1:38 am, karnqu
like morningZ said your probably looking for this...
ClientScript.RegisterStartupScript(typeof (<>),
"startupTabScript", "<>", true);
The pain is knowing what the last tab they selected was. But in your
case if the button they clicked was on that tab then it sounds pretty
straight forward.
On Ju
"onclick event" would be:
- in the aspx's code?
- on the client?
if it is in the code, then any running of that postback code is going
to cause a page reload, and consequent defaulting to the first tab by
default
if you want the new page reload to stay on the current tab, then you
would emi
4 matches
Mail list logo