Click here to Skip to main content
15,898,804 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionhow to change the theme dynamically? Pin
keyur satyadev6-Mar-09 0:59
keyur satyadev6-Mar-09 0:59 
AnswerRe: how to change the theme dynamically? Pin
Gaurav K Singh6-Mar-09 2:17
Gaurav K Singh6-Mar-09 2:17 
AnswerRe: how to change the theme dynamically? Pin
Abhijit Jana6-Mar-09 3:03
professionalAbhijit Jana6-Mar-09 3:03 
QuestionHiddenfield & javascript Pin
sandhya146-Mar-09 0:32
sandhya146-Mar-09 0:32 
AnswerRe: Hiddenfield & javascript Pin
Greg Chelstowski6-Mar-09 0:54
Greg Chelstowski6-Mar-09 0:54 
Questionexception in executing a stored procedure Pin
emilio_ts6-Mar-09 0:09
emilio_ts6-Mar-09 0:09 
AnswerRe: exception in executing a stored procedure Pin
keyur satyadev6-Mar-09 0:36
keyur satyadev6-Mar-09 0:36 
GeneralRe: exception in executing a stored procedure Pin
emilio_ts6-Mar-09 0:55
emilio_ts6-Mar-09 0:55 
i tried to change the database name, i even created a new empty database and tried only to open a connection, (without executing the procedure) i got the same exception.

the procedure code:
ALTER PROCEDURE [dbo].[usp_GetUserDetails] 
	-- Add the parameters for the stored procedure here
	
@UserName varchar(50),
@Password varchar(50)

AS
BEGIN
	-- SET NOCOUNT ON added to prevent extra result sets from
	-- interfering with SELECT statements.
	SET NOCOUNT ON;

    -- Insert statements for procedure here
	
select
       *
  from
       tbl_Users
 where
       UserName = @UserName and
       Password = @Password

END

GeneralRe: exception in executing a stored procedure Pin
keyur satyadev6-Mar-09 1:11
keyur satyadev6-Mar-09 1:11 
GeneralRe: exception in executing a stored procedure Pin
emilio_ts6-Mar-09 2:07
emilio_ts6-Mar-09 2:07 
GeneralRe: exception in executing a stored procedure Pin
keyur satyadev6-Mar-09 2:09
keyur satyadev6-Mar-09 2:09 
Questionmass upload of data from excel to database Pin
NRHSR5-Mar-09 23:23
NRHSR5-Mar-09 23:23 
AnswerRe: mass upload of data from excel to database Pin
N a v a n e e t h5-Mar-09 23:39
N a v a n e e t h5-Mar-09 23:39 
GeneralRe: mass upload of data from excel to database Pin
NRHSR8-Mar-09 18:37
NRHSR8-Mar-09 18:37 
GeneralRe: mass upload of data from excel to database Pin
NRHSR9-Mar-09 0:37
NRHSR9-Mar-09 0:37 
AnswerRe: mass upload of data from excel to database Pin
NRHSR10-Mar-09 2:50
NRHSR10-Mar-09 2:50 
General[Message Deleted] Pin
saurabh200675-Mar-09 23:23
saurabh200675-Mar-09 23:23 
GeneralRe: remote connection to mysql Pin
N a v a n e e t h5-Mar-09 23:41
N a v a n e e t h5-Mar-09 23:41 
QuestionNeed to display the resultant time in hours:min:sec format. Pin
Satish - Developer5-Mar-09 22:31
Satish - Developer5-Mar-09 22:31 
AnswerRe: Need to display the resultant time in hours:min:sec format. Pin
N a v a n e e t h5-Mar-09 23:44
N a v a n e e t h5-Mar-09 23:44 
AnswerRe: Need to display the resultant time in hours:min:sec format. Pin
SachinKumar M6-Mar-09 0:11
SachinKumar M6-Mar-09 0:11 
AnswerRe: Need to display the resultant time in hours:min:sec format. Pin
keyur satyadev6-Mar-09 2:15
keyur satyadev6-Mar-09 2:15 
QuestionAlways Display pager Pin
Anurag Gandhi5-Mar-09 22:20
professionalAnurag Gandhi5-Mar-09 22:20 
AnswerRe: Always Display pager Pin
N a v a n e e t h5-Mar-09 23:46
N a v a n e e t h5-Mar-09 23:46 
GeneralRe: Always Display pager Pin
Anurag Gandhi6-Mar-09 1:55
professionalAnurag Gandhi6-Mar-09 1:55 

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.