Click here to Skip to main content
15,900,815 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionAD authentication Pin
largeinnit29-Jun-07 0:23
largeinnit29-Jun-07 0:23 
AnswerRe: AD authentication Pin
Craster29-Jun-07 1:27
Craster29-Jun-07 1:27 
AnswerRe: AD authentication Pin
dekart_roo29-Jun-07 4:16
dekart_roo29-Jun-07 4:16 
QuestionCreating satellite assembly Pin
deep729-Jun-07 0:22
deep729-Jun-07 0:22 
QuestionChanging Position of Textbox Pin
Khan.Bangash28-Jun-07 23:57
Khan.Bangash28-Jun-07 23:57 
AnswerRe: Changing Position of Textbox Pin
Christian Graus29-Jun-07 0:40
protectorChristian Graus29-Jun-07 0:40 
GeneralRe: Changing Position of Textbox Pin
Khan.Bangash29-Jun-07 0:42
Khan.Bangash29-Jun-07 0:42 
GeneralRe: Changing Position of Textbox Pin
blue_arc29-Jun-07 1:19
blue_arc29-Jun-07 1:19 



var t=0;
function controlMover(obj)
{
;
obj=(typeof obj=="object")?obj:document.getElementById(obj);
var _top=parseInt(obj.style.top)+1;
var _left=parseInt(obj.style.left)+1;

obj.style.top=_top+"px";
obj.style.left=_left+"px";

if(_left==500)
{
clearTimeout(t);
}
else
{
t= setTimeout("controlMover('"+obj.id+"')",10);
}


}












CHECK THIS OUT Smile | :)





Ravi Kant Srivastava
(System Analyst)
HandsOn Technology & Engineering
Gurgaon
(India)
e-mail:ravikant@hte.co.in

GeneralRe: Changing Position of Textbox Pin
Khan.Bangash29-Jun-07 3:08
Khan.Bangash29-Jun-07 3:08 
QuestionASP.net login page Pin
boyindie28-Jun-07 23:18
boyindie28-Jun-07 23:18 
AnswerRe: ASP.net login page Pin
Christian Graus29-Jun-07 0:42
protectorChristian Graus29-Jun-07 0:42 
GeneralRe: ASP.net login page Pin
boyindie29-Jun-07 0:55
boyindie29-Jun-07 0:55 
GeneralRe: ASP.net login page Pin
Not Active29-Jun-07 2:34
mentorNot Active29-Jun-07 2:34 
AnswerRe: ASP.net login page Pin
Craster29-Jun-07 1:22
Craster29-Jun-07 1:22 
GeneralRe: ASP.net login page Pin
boyindie29-Jun-07 1:32
boyindie29-Jun-07 1:32 
GeneralRe: ASP.net login page Pin
Craster29-Jun-07 1:36
Craster29-Jun-07 1:36 
GeneralRe: ASP.net login page Pin
boyindie29-Jun-07 1:38
boyindie29-Jun-07 1:38 
QuestionDropdown list not accepting value from GridView Pin
codingrocks28-Jun-07 22:51
codingrocks28-Jun-07 22:51 
AnswerRe: Dropdown list not accepting value from GridView Pin
honeyss29-Jun-07 0:00
honeyss29-Jun-07 0:00 
GeneralRe: Dropdown list not accepting value from GridView Pin
codingrocks29-Jun-07 0:09
codingrocks29-Jun-07 0:09 
GeneralRe: Dropdown list not accepting value from GridView Pin
honeyss29-Jun-07 0:22
honeyss29-Jun-07 0:22 
QuestionRedirecting the pages between Master project and subproject Pin
honeyss28-Jun-07 22:51
honeyss28-Jun-07 22:51 
QuestionUserControl in Database Pin
QunAilun28-Jun-07 22:17
QunAilun28-Jun-07 22:17 
AnswerRe: UserControl in Database Pin
Sylvester george28-Jun-07 22:59
Sylvester george28-Jun-07 22:59 
GeneralRe: UserControl in Database Pin
QunAilun30-Jun-07 1:44
QunAilun30-Jun-07 1:44 

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.