Home
Get Started
Learn
Downloads
AJAX
MVC
Community
Wiki
Forums
Sign in
|
Join
Home
›
ASP.NET Forums
›
Search
Search
You searched for the word(s): userid:639570
More Search Options
RSS Available
Matching Posts
Re: table-valued function does not accept chinese characters as parameter
Thanks, Motley. It works. Thank you
Posted to
SQL Server, SQL Server Express, and SqlDataSource Control
(Forum)
by
Goldfish
on 11/16/2007
Re: table-valued function does not accept chinese characters as parameter
It's just: SELECT * FROM fn_test('測驗') thanks for your reply
Posted to
SQL Server, SQL Server Express, and SqlDataSource Control
(Forum)
by
Goldfish
on 11/15/2007
table-valued function does not accept chinese characters as parameter
I have a table-valued function in mssql 2005 as below: ALTER FUNCTION fn_test { @test nvarchar(1000) } RETURNS @TEMP TABLE { test nvarchar(1000) } AS BEGIN INSERT INTO @TEMP SELECT @test RETURN END Everytime, I passed in chinese character (@test), such as 測驗, the function will return ????. What should I do for the table-valued function, so that the chinese character can be passed in? Please help. Note: I can search and get the chinese characters if I use stored procedures; and the columns in the
Posted to
SQL Server, SQL Server Express, and SqlDataSource Control
(Forum)
by
Goldfish
on 11/15/2007
Filed under: table-valued function chinese characters
Re: Problem on locate the datalist in the updatepanel
oh, thanks. (by looking at the example, I thought anything in the ContentTemplate will be refresh, but I am wrong). Once again, thank you very much
Posted to
ASP.NET AJAX UI
(Forum)
by
Goldfish
on 7/14/2007
Problem on locate the datalist in the updatepanel
I have a problem while I put the datalist in the updatepanel. I found that the datalist does not update at all. (I found that, by looking at my Sql Server Profile, the query has never sent to the db server after I clicked the button1, so I assume the cause is the trigger does not partial render the datalist again even if I clicked update?!). When I read the doc in http://ajax.asp.net/docs/overview/UpdatePanelOverview.aspx , I don't see the datalist is incompatible with the updatepanel. Anyone
Posted to
ASP.NET AJAX UI
(Forum)
by
Goldfish
on 7/6/2007
Filed under: ajax updatepanel datalist
Re: asp:image question
Thanks for your reply raheel. But I find that < img src ="App_Themes/ <%= Page.Theme.ToString() %> /images/icon/icon_track.gif" alt ="" /> only works in a Template of a Datalist If I have a simple page like: <% @ Page Language ="C#" AutoEventWireup ="true" CodeFile ="Default3.aspx.cs" Inherits ="Default3" Theme ="default" %> <! DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http
Posted to
Web Forms
(Forum)
by
Goldfish
on 5/28/2007
Re: App_Themes subfolders issues
Thanks, Adam.Kahtava and edurdias. Can anyone please tell me what t he source code for the CustomVirtualPathProvider provided by David Marzo did (such as comments to the David Marzo's code or pseudocode). Thanks
Posted to
Master Pages, Themes and Navigation Controls
(Forum)
by
Goldfish
on 5/28/2007
asp:image question
Can anyone please tell me why the following won't work <asp:Image ID="id_image" runat="server" ImageUrl="<%= Page.Theme.ToString() %>/images/icon/icon_tack.gif" /> (server control) but it works for <img src="/App_Themes/<%= Page.Theme.ToString() %>/images/icon/icon_tack.gif" alt="" /> (not a server contorl) Thanks
Posted to
Web Forms
(Forum)
by
Goldfish
on 5/28/2007
Filed under: image imageURL
App_Themes subfolders issues
I would like to create seperate folders for my css style sheets and skins. For example, App_Themes default Images Template1 Text.css Layout.css Skin1.skin Template2 Login.css Menu.skin theme2 Images Template1 Text.css Layout.css Skin1.skin Template2 Login.css Menu.skin However, to apply the theme in my .aspx page, I find that I can only have: <% @ Page Language ="C#" CodeFile ="index.aspx.cs" Inherits ="index" Trace ="false" Theme ="default" %>
Posted to
Master Pages, Themes and Navigation Controls
(Forum)
by
Goldfish
on 5/24/2007
Filed under: App_Themes subfolders folders problem issue
Re: CreateUserWizard Check Box validation Problem
I tried to put the Javascript codes in the .js file and included the .js file in the .aspx. I find that the object will be null (due to document.getElementById can not get the object). Any idea? Thanks.
Posted to
Classifieds Starter Kit
(Forum)
by
Goldfish
on 5/17/2007
Page 1 of 2 (15 items) 1
2
Next >
ASP.NET:
Resizing images from the server using WPF/WIC instead of GDI+
Silverlight:
Deploying your Silverlight and WCF RIA Services application
Channel 9:
Juan Chen and Nikhil Swamy: FINE, a Compiler for End-to-End Security Verification
Channel 10:
Get the Outlook Hotmail Connector Beta
Channel 10:
MSN to Launch New Lifestyle Site from Wonderwall Creator
Channel 10:
Behind the Windows 7 Startup Animation
Channel 9:
Reactive Extensions API in depth: CombineLatest
Channel 9:
C9 Lectures: Dr. Graham Hutton - Functional Programming Fundamentals Chapter 11 of 13
WindowsClient:
New WPF Showcase: Scrum Sprint Monitor
WindowsClient:
WPF/XAML helping VS2010 Extensibility
WindowsClient:
HTTP 403.9 with ADO.NET Data Services
WindowsClient:
xml syntax highlighting in Silverlight
Channel 9:
Channel 9 Emerges in China
WindowsClient:
Overlaying Icons on the Windows 7 Taskbar with WPF 4
Channel 9:
The Outlook calendar starts in 1601 - But Why?
ASP.NET:
Bytes by MSDN: Brad Abrams Interview with Billy Hollis: Silverlight 4, RIA Services and VS2010
Mix Online:
Pictures or it Didn't Happen
Channel 9:
Reactive Extensions API in depth: even more Zip
TechNet Edge:
SDL For Agile
Mix Online:
Test Lab Note
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online