Click here to Skip to main content
15,901,284 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Windows Authentication restricted access Pin
suesicus21-Mar-11 21:34
suesicus21-Mar-11 21:34 
QuestionDebugging Exceptions. Pin
swjam17-Mar-11 23:40
swjam17-Mar-11 23:40 
AnswerRe: Debugging Exceptions. Pin
Anurag Gandhi20-Mar-11 20:53
professionalAnurag Gandhi20-Mar-11 20:53 
Question[DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not exist or access denied. Pin
Asif Rehman17-Mar-11 4:47
Asif Rehman17-Mar-11 4:47 
Questionasp.net ajax Pin
benams16-Mar-11 16:03
benams16-Mar-11 16:03 
AnswerRe: asp.net ajax Pin
Ankur\m/17-Mar-11 1:30
professionalAnkur\m/17-Mar-11 1:30 
Questionresource string with parameters Pin
Peterson Luiz16-Mar-11 14:46
Peterson Luiz16-Mar-11 14:46 
AnswerRe: resource string with parameters Pin
Gregory Gadow17-Mar-11 4:42
Gregory Gadow17-Mar-11 4:42 
Why not use String.Format in your label?

XML
<asp:Label ID="Label1" runat="server" Text='<%=String.Format(Resources.Messages.Interval, "10", "100")' />


Note the use of single quotes for Text, which should prevent confusion with the double quotes in the function.
QuestionASP.NET Pin
Member 740216616-Mar-11 8:08
Member 740216616-Mar-11 8:08 
AnswerMy vote of 1 Pin
Keith Barrow16-Mar-11 8:30
professionalKeith Barrow16-Mar-11 8:30 
GeneralRe: My vote of 1 Pin
scottgp16-Mar-11 14:56
professionalscottgp16-Mar-11 14:56 
GeneralRe: My vote of 1 Pin
Keith Barrow16-Mar-11 20:46
professionalKeith Barrow16-Mar-11 20:46 
AnswerRe: ASP.NET Pin
Dalek Dave16-Mar-11 10:40
professionalDalek Dave16-Mar-11 10:40 
GeneralRe: ASP.NET Pin
Pete O'Hanlon16-Mar-11 10:50
mvePete O'Hanlon16-Mar-11 10:50 
GeneralRe: ASP.NET Pin
thatraja16-Mar-11 17:21
professionalthatraja16-Mar-11 17:21 
Questionhow to send sms from asp.net Pin
developerit16-Mar-11 6:11
developerit16-Mar-11 6:11 
AnswerRe: how to send sms from asp.net Pin
Not Active16-Mar-11 12:06
mentorNot Active16-Mar-11 12:06 
Questiondetect browser close in ASP Pin
berba15-Mar-11 22:08
berba15-Mar-11 22:08 
AnswerRe: detect browser close in ASP Pin
Not Active16-Mar-11 2:33
mentorNot Active16-Mar-11 2:33 
AnswerRe: detect browser close in ASP Pin
thatraja16-Mar-11 16:28
professionalthatraja16-Mar-11 16:28 
QuestionListView selected item problem Pin
Farraj15-Mar-11 12:45
Farraj15-Mar-11 12:45 
AnswerRe: ListView selected item problem Pin
ktrrzn5-Apr-11 19:46
ktrrzn5-Apr-11 19:46 
QuestionProblem Solved already.. Pin
Dhyanga15-Mar-11 4:15
Dhyanga15-Mar-11 4:15 
AnswerRe: Problem Solved already.. Pin
Shahriar Iqbal Chowdhury/Galib15-Mar-11 5:35
professionalShahriar Iqbal Chowdhury/Galib15-Mar-11 5:35 
GeneralRe: Problem Solved already.. Pin
Dhyanga15-Mar-11 6:02
Dhyanga15-Mar-11 6:02 

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.