Click here to Skip to main content
15,889,693 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Aes Encryption fails Pin
Richard Deeming11-Feb-14 8:27
mveRichard Deeming11-Feb-14 8:27 
GeneralRe: Aes Encryption fails Pin
vishalgpt11-Feb-14 16:21
vishalgpt11-Feb-14 16:21 
GeneralRe: Aes Encryption fails Pin
Richard Deeming12-Feb-14 1:26
mveRichard Deeming12-Feb-14 1:26 
GeneralRe: Aes Encryption fails Pin
vishalgpt24-Feb-14 4:01
vishalgpt24-Feb-14 4:01 
Questionabout source code Pin
punith Kumar Raj10-Feb-14 23:59
punith Kumar Raj10-Feb-14 23:59 
AnswerRe: about source code Pin
Peter Leow11-Feb-14 0:17
professionalPeter Leow11-Feb-14 0:17 
QuestionRe: about source code Pin
punith Kumar Raj14-Feb-14 18:09
punith Kumar Raj14-Feb-14 18:09 
Questionhow to add data in listbox sql server using store procedure Pin
bindash10-Feb-14 21:41
bindash10-Feb-14 21:41 
hiii!!! i want to fatch data in list box.. the selection based on dropdown list .. if we select value in drop down then required data will be fatch in list box.. the required data will be fatch accroding to userttype value ..the values of usertype=1,2. i m using 3 layer architecture...



my store procedure
USE [SCJ]
GO
/****** Object: StoredProcedure [dbo].[sp_sendmail] Script Date: 02/10/2014 12:34:17 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
-- =============================================
-- Author:<author,,name>
-- Create date: <create date,,="">
-- Description:<description,,>
-- =============================================
ALTER PROCEDURE [dbo].[sp_sendmail]
-- Add the parameters for the stored procedure here
(
@usertype INT
--@emailid nvarchar(50)='',

)
AS
BEGIN
-- SET NOCOUNT ON added to prevent extra result sets from
-- interfering with SELECT statements.
SET NOCOUNT ON;
BEGIN
-- Insert statements for procedure here
if(@usertype='usertype')
SELECT emailid from Login_User_Info where LTRIM(RTRIM(usertype)) = LTRIM(RTRIM(@usertype))

END
END
QuestionRe: how to add data in listbox sql server using store procedure Pin
thatraja10-Feb-14 22:25
professionalthatraja10-Feb-14 22:25 
QuestionHow to call a Phython Script from .Net Pin
Kandepu Rajesh10-Feb-14 21:03
Kandepu Rajesh10-Feb-14 21:03 
AnswerRe: How to call a Phython Script from .Net Pin
Kornfeld Eliyahu Peter10-Feb-14 23:24
professionalKornfeld Eliyahu Peter10-Feb-14 23:24 
Questionon hover on menu items Pin
Shashi Ranjan10-Feb-14 19:42
Shashi Ranjan10-Feb-14 19:42 
QuestionUpload file to SQL database using html5 Pin
Member 1057920210-Feb-14 7:49
Member 1057920210-Feb-14 7:49 
AnswerRe: Upload file to SQL database using html5 Pin
Richard Deeming10-Feb-14 8:11
mveRichard Deeming10-Feb-14 8:11 
GeneralRe: Upload file to SQL database using html5 Pin
Member 1057920210-Feb-14 11:39
Member 1057920210-Feb-14 11:39 
GeneralRe: Upload file to SQL database using html5 Pin
Richard Deeming11-Feb-14 1:03
mveRichard Deeming11-Feb-14 1:03 
GeneralRe: Upload file to SQL database using html5 Pin
Member 1057920212-Feb-14 11:57
Member 1057920212-Feb-14 11:57 
Questionweb api - global.aspx error - does not contain a constructor that takes 0 arguments Pin
miss78610-Feb-14 3:22
miss78610-Feb-14 3:22 
AnswerRe: web api - global.aspx error - does not contain a constructor that takes 0 arguments Pin
Richard Deeming10-Feb-14 4:42
mveRichard Deeming10-Feb-14 4:42 
GeneralRe: web api - global.aspx error - does not contain a constructor that takes 0 arguments Pin
miss78611-Feb-14 5:57
miss78611-Feb-14 5:57 
Questiona prefix of _ctl0_ to an asp.net link button Pin
Member 1058475710-Feb-14 0:25
Member 1058475710-Feb-14 0:25 
AnswerRe: a prefix of _ctl0_ to an asp.net link button Pin
Deflinek10-Feb-14 2:24
Deflinek10-Feb-14 2:24 
AnswerRe: a prefix of _ctl0_ to an asp.net link button Pin
Richard Deeming10-Feb-14 3:07
mveRichard Deeming10-Feb-14 3:07 
GeneralRe: a prefix of _ctl0_ to an asp.net link button Pin
Member 1058475710-Feb-14 4:46
Member 1058475710-Feb-14 4:46 
GeneralRe: a prefix of _ctl0_ to an asp.net link button Pin
Richard Deeming10-Feb-14 4:52
mveRichard Deeming10-Feb-14 4:52 

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.