Click here to Skip to main content
15,926,281 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Latest version .net Pin
Michael Sync25-Dec-07 22:15
Michael Sync25-Dec-07 22:15 
GeneralRe: Latest version .net Pin
neerubee25-Dec-07 22:49
neerubee25-Dec-07 22:49 
Generalneed to display picture having its path saved in the database Pin
Rocky#25-Dec-07 22:04
Rocky#25-Dec-07 22:04 
GeneralRe: need to display picture having its path saved in the database Pin
Michael Sync25-Dec-07 22:18
Michael Sync25-Dec-07 22:18 
Questionms access database-asp code Pin
usharani25-Dec-07 21:30
usharani25-Dec-07 21:30 
GeneralRe: ms access database-asp code Pin
Michael Sync25-Dec-07 22:40
Michael Sync25-Dec-07 22:40 
GeneralRe: ms access database-asp code Pin
neerubee25-Dec-07 23:20
neerubee25-Dec-07 23:20 
Generalsearch engine with chinese keywords Pin
shufun25-Dec-07 21:13
shufun25-Dec-07 21:13 
anybody can help on the MS SQL Server 2000? i try to run the store procedure below with the parameter -@description which is chinese words. the results come out with a unrelated result. is it that not supported with chinese words?


CREATE PROCEDURE TG_testChiness
(
@description nvarchar(200)
)
AS

select * from acstk
where description like @description
GO
QuestionHow to encrypt? Pin
Rock Star.25-Dec-07 21:10
Rock Star.25-Dec-07 21:10 
GeneralRe: How to encrypt? Pin
Michael Sync25-Dec-07 21:35
Michael Sync25-Dec-07 21:35 
GeneralRe: How to encrypt? Pin
Rock Star.25-Dec-07 23:00
Rock Star.25-Dec-07 23:00 
GeneralRe: How to encrypt? Pin
neerubee25-Dec-07 22:54
neerubee25-Dec-07 22:54 
GeneralRe: How to encrypt? Pin
Rock Star.25-Dec-07 23:02
Rock Star.25-Dec-07 23:02 
Generalystem.Data.OleDb.OleDbException: Unspecified error Pin
abhishek.mumbai25-Dec-07 20:26
abhishek.mumbai25-Dec-07 20:26 
GeneralRe: ystem.Data.OleDb.OleDbException: Unspecified error Pin
Michael Sync25-Dec-07 20:30
Michael Sync25-Dec-07 20:30 
GeneralRe: ystem.Data.OleDb.OleDbException: Unspecified error Pin
abhishek.mumbai25-Dec-07 22:47
abhishek.mumbai25-Dec-07 22:47 
Generalsession Pin
niki_nilu25-Dec-07 20:10
niki_nilu25-Dec-07 20:10 
GeneralRe: session Pin
Michael Sync25-Dec-07 20:26
Michael Sync25-Dec-07 20:26 
GeneralRe: session Pin
niki_nilu25-Dec-07 20:35
niki_nilu25-Dec-07 20:35 
GeneralRe: session Pin
Michael Sync25-Dec-07 20:46
Michael Sync25-Dec-07 20:46 
GeneralRe: session Pin
N a v a n e e t h25-Dec-07 22:44
N a v a n e e t h25-Dec-07 22:44 
QuestionHow to display the pages of a GridView automatically in specified time intervals? Pin
Soumini Ramakrishnan25-Dec-07 19:06
Soumini Ramakrishnan25-Dec-07 19:06 
AnswerRe: How to display the pages of a GridView automatically in specified time intervals? Pin
Michael Sync25-Dec-07 19:07
Michael Sync25-Dec-07 19:07 
AnswerRe: How to display the pages of a GridView automatically in specified time intervals? Pin
neerubee25-Dec-07 22:58
neerubee25-Dec-07 22:58 
Generaldata repeater according to monthly data Pin
Joey102125-Dec-07 18:44
Joey102125-Dec-07 18: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.