Click here to Skip to main content
15,904,951 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Could not find stored procedure 'dbo.aspnet_CheckSchemaVersion' ERROR Pin
AprNgp9-Jan-09 4:22
AprNgp9-Jan-09 4:22 
QuestionI am not getting the login name of sender in my database profiler Pin
naveeen_kumar9-Jan-09 2:42
naveeen_kumar9-Jan-09 2:42 
QuestionFiles Not found error when running on web Application Pin
omlac9-Jan-09 2:38
omlac9-Jan-09 2:38 
AnswerRe: Files Not found error when running on web Application Pin
Colin Angus Mackay9-Jan-09 2:44
Colin Angus Mackay9-Jan-09 2:44 
AnswerRe: Files Not found error when running on web Application Pin
omlac9-Jan-09 3:32
omlac9-Jan-09 3:32 
QuestionJava Script Problem Pin
Anudeep Jaiswal - MCA9-Jan-09 2:10
Anudeep Jaiswal - MCA9-Jan-09 2:10 
AnswerRe: Java Script Problem Pin
Not Active9-Jan-09 3:19
mentorNot Active9-Jan-09 3:19 
GeneralRe: Java Script Problem Pin
Anudeep Jaiswal - MCA9-Jan-09 18:47
Anudeep Jaiswal - MCA9-Jan-09 18:47 
hi,
Thanks For Sending Me This...
But My Problem Is How To Pass Two Control Id To Java Script Function...

Suppose i Have a Java Script In Which It Validate Dropdown's 0 index onchange...

the first parameter is 'this', means dropdown id but how to pass div id which is runat="server"

my function

function OnChangeDropDown( DropDown, DivError )
{
var DivError1 = document.getElementById( DivError )
if ( DropDown.value == "0" )
{
DivError1.style.display = '';
DropDown.focus();
return false;
}
else
{
DivError1.style.display = 'none';
return false;
}
}

calling Style...
onchange="return OnChangeDropDown(this,<%# DivError1.ClientID %>)"


Now Problem is How To Pass ControlID IN Java Script Function.......


Hope For The Best Confused | :confused:
QuestionDrag and Drop image Pin
madancode9-Jan-09 1:43
madancode9-Jan-09 1:43 
AnswerRe: Drag and Drop image Pin
AprNgp9-Jan-09 3:26
AprNgp9-Jan-09 3:26 
AnswerRe: Drag and Drop image Pin
Abhijit Jana9-Jan-09 3:58
professionalAbhijit Jana9-Jan-09 3:58 
Questionhow can i use ajax in asp.net 1.X Pin
ahmedhassan969-Jan-09 1:33
ahmedhassan969-Jan-09 1:33 
AnswerRe: how can i use ajax in asp.net 1.X Pin
ToddHileHoffer9-Jan-09 2:06
ToddHileHoffer9-Jan-09 2:06 
AnswerRe: how can i use ajax in asp.net 1.X Pin
Srdjan 32071729-Jan-09 4:50
Srdjan 32071729-Jan-09 4:50 
GeneralRe: how can i use ajax in asp.net 1.X Pin
ahmedhassan969-Jan-09 8:20
ahmedhassan969-Jan-09 8:20 
GeneralRe: how can i use ajax in asp.net 1.X Pin
Christian Graus9-Jan-09 12:06
protectorChristian Graus9-Jan-09 12:06 
AnswerRe: how can i use ajax in asp.net 1.X Pin
Christian Graus9-Jan-09 7:45
protectorChristian Graus9-Jan-09 7:45 
QuestionAN OPERATION ON SOCKET CANNOT BE PERFORMED - ERROR MESSAGE !!! Pin
senthilnathan9-Jan-09 1:00
senthilnathan9-Jan-09 1:00 
AnswerRe: AN OPERATION ON SOCKET CANNOT BE PERFORMED - ERROR MESSAGE !!! Pin
Colin Angus Mackay9-Jan-09 1:10
Colin Angus Mackay9-Jan-09 1:10 
GeneralRe: AN OPERATION ON SOCKET CANNOT BE PERFORMED - ERROR MESSAGE !!! Pin
Abhijit Jana9-Jan-09 1:21
professionalAbhijit Jana9-Jan-09 1:21 
QuestionNeed to upload file without using fileupload control Pin
Tarini Singh9-Jan-09 0:19
Tarini Singh9-Jan-09 0:19 
AnswerRe: Need to upload file without using fileupload control Pin
Colin Angus Mackay9-Jan-09 0:23
Colin Angus Mackay9-Jan-09 0:23 
QuestionConfigure VSS with SQL 2005 Pin
Aman Bhullar9-Jan-09 0:13
Aman Bhullar9-Jan-09 0:13 
AnswerRe: Configure VSS with SQL 2005 Pin
Abhijit Jana9-Jan-09 0:53
professionalAbhijit Jana9-Jan-09 0:53 
GeneralRe: Configure VSS with SQL 2005 Pin
Aman Bhullar9-Jan-09 18:15
Aman Bhullar9-Jan-09 18:15 

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.