Click here to Skip to main content
15,899,314 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Tree View Issue Pin
Herman<T>.Instance14-Apr-08 5:02
Herman<T>.Instance14-Apr-08 5:02 
Generalcall method from another UserControl [modified] [SOLVED] Pin
tradakad12-Apr-08 1:30
tradakad12-Apr-08 1:30 
GeneralRe: call method from another UserControl Pin
pmarfleet12-Apr-08 4:33
pmarfleet12-Apr-08 4:33 
GeneralRe: call method from another UserControl Pin
tradakad12-Apr-08 23:01
tradakad12-Apr-08 23:01 
GeneralRe: call method from another UserControl Pin
AlexeiXX312-Apr-08 11:44
AlexeiXX312-Apr-08 11:44 
GeneralRe: call method from another UserControl Pin
tradakad12-Apr-08 23:13
tradakad12-Apr-08 23:13 
GeneralRe: call method from another UserControl Pin
AlexeiXX313-Apr-08 15:14
AlexeiXX313-Apr-08 15:14 
GeneralRe: call method from another UserControl Pin
tradakad15-Apr-08 1:48
tradakad15-Apr-08 1:48 
Generalchecking domainname availability with ajax Pin
Miss Maheshwari12-Apr-08 0:43
Miss Maheshwari12-Apr-08 0:43 
GeneralRe: checking domainname availability with ajax Pin
Christian Graus12-Apr-08 0:47
protectorChristian Graus12-Apr-08 0:47 
GeneralRe: checking domainname availability with ajax Pin
AlexeiXX312-Apr-08 11:38
AlexeiXX312-Apr-08 11:38 
GeneralRe: checking domainname availability with ajax Pin
Miss Maheshwari13-Apr-08 19:34
Miss Maheshwari13-Apr-08 19:34 
GeneralRe: checking domainname availability with ajax Pin
AlexeiXX313-Apr-08 19:38
AlexeiXX313-Apr-08 19:38 
QuestionIs there a possible way to use int numbers instead of GUID in aspnet_Users? Pin
quakertistar12-Apr-08 0:08
quakertistar12-Apr-08 0:08 
AnswerRe: Is there a possible way to use int numbers instead of GUID in aspnet_Users? Pin
pmarfleet12-Apr-08 1:08
pmarfleet12-Apr-08 1:08 
GeneralRe: Is there a possible way to use int numbers instead of GUID in aspnet_Users? Pin
quakertistar12-Apr-08 2:33
quakertistar12-Apr-08 2:33 
GeneralRe: Is there a possible way to use int numbers instead of GUID in aspnet_Users? Pin
pmarfleet12-Apr-08 4:20
pmarfleet12-Apr-08 4:20 
GeneralRe: Is there a possible way to use int numbers instead of GUID in aspnet_Users? Pin
quakertistar13-Apr-08 22:38
quakertistar13-Apr-08 22:38 
QuestionProblem with Profile Pin
Saba0211-Apr-08 23:26
Saba0211-Apr-08 23:26 
GeneralRe: Problem with Profile Pin
Blue_Boy12-Apr-08 0:14
Blue_Boy12-Apr-08 0:14 
GeneralRe: Problem with Profile Pin
Saba0212-Apr-08 0:19
Saba0212-Apr-08 0:19 
GeneralRe: Problem with Profile Pin
Christian Graus12-Apr-08 0:35
protectorChristian Graus12-Apr-08 0:35 
GeneralRe: Problem with Profile Pin
Member 247162112-Apr-08 1:10
Member 247162112-Apr-08 1:10 
GeneralRe: Problem with Profile Pin
Christian Graus13-Apr-08 11:14
protectorChristian Graus13-Apr-08 11:14 
QuestionGetting ids of elements Pin
jonhbt11-Apr-08 21:47
jonhbt11-Apr-08 21:47 
Hi I have a problem regarding divs. I created a javascript function to change the position of a div. The problem is that this div is in another div and the function is not effective. I tried this function on other divs and worked but when the divs are in another div it does not work. Can someone tell me how make the function work for this div please?. I thank you infront. The function is the one below.

function gotoposition(xpos,ypos,div1)
{
e=document.getElementById(div1);
e.style.left = xpos +'px';
e.style.top = ypos + 'px';
}

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.