Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > resources

Reply
Thread Tools

resources

 
 
Willem
Guest
Posts: n/a
 
      06-08-2006
I got a simple problem, but somehow I can't figure out the solution. I
want to add to resources into a single string, like this:
<asp:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server"
ErrorMessage="<%$resources: sttpsite, FirstName%> <%$resources:
sttpsite, IsRequired %>"
ControlToValidate="txt_firstname">*</asp:RequiredFieldValidator>

so the result will be [fieldname] & [isrequired]. In this case "First
name is required"

"<%$resources: sttpsite, FirstName%> <%$resources: sttpsite, IsRequired
%>" doesn't work. Does anyone know what will work?

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
py2app question: Resources/Python -> Resources/lib/python2.4 Russell E. Owen Python 0 09-08-2006 08:08 PM
RE: HELP HELP NETWORKING RESOURCES =?Utf-8?B?VHlyZW1hbg==?= Wireless Networking 1 11-02-2004 12:15 AM
RE: HELP HELP NETWORKING RESOURCES =?Utf-8?B?cmVh?= Wireless Networking 0 08-01-2004 03:31 PM
HELP HELP NETWORKING RESOURCES Wireless Networking 0 07-30-2004 02:12 PM
access to resources on wireless network =?Utf-8?B?d2FuZGFtYQ==?= Wireless Networking 1 07-24-2004 05:11 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57