Click here to Skip to main content
15,918,485 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: display image in gridview Pin
eyeseetee20-Apr-08 21:28
eyeseetee20-Apr-08 21:28 
GeneralRe: display image in gridview Pin
jeffrey kalampukattussery20-Apr-08 22:36
jeffrey kalampukattussery20-Apr-08 22:36 
GeneralRe: display image in gridview Pin
eyeseetee20-Apr-08 23:11
eyeseetee20-Apr-08 23:11 
GeneralRe: display image in gridview Pin
Blue_Boy20-Apr-08 23:11
Blue_Boy20-Apr-08 23:11 
GeneralRe: display image in gridview Pin
Blue_Boy20-Apr-08 23:09
Blue_Boy20-Apr-08 23:09 
QuestionHow to get string from Resourcefile in Javascript? Pin
chakran20-Apr-08 20:26
chakran20-Apr-08 20:26 
AnswerRe: How to get string from Resourcefile in Javascript? Pin
Sandeep Akhare20-Apr-08 20:46
Sandeep Akhare20-Apr-08 20:46 
GeneralRe: How to get string from Resourcefile in Javascript? Pin
chakran20-Apr-08 20:55
chakran20-Apr-08 20:55 
Hi I tried that but that is not working. Actually my problem is, am using curomvalidator to validate radio buttons. In customvalidator am displaying ErrorMessage="Credit value must be selected". but I wanted to display that message dynamically.i.e depends on country it should display in that language. for that I have created resource files... I used ResourceManager.GetString("Credit"). How Can I assing this value to ErrorMessage in apsx page..?

<asp:CustomValidator id="vld1PaymentType" ClientValidationFunction="ValidateRadiobutton" runat="server"
ErrorMessage="Credit value must be selected" Display="none" Enabled="false"> </asp:CustomValidator>

I tried with the below line, but its not working.
ErrirMessage = <%=resourceManager.GetString("Credit") %>
Can you help in this one?

Thanks
GeneralRe: How to get string from Resourcefile in Javascript? Pin
Sandeep Akhare20-Apr-08 21:04
Sandeep Akhare20-Apr-08 21:04 
GeneralRe: How to get string from Resourcefile in Javascript? Pin
Sandeep Akhare20-Apr-08 22:22
Sandeep Akhare20-Apr-08 22:22 
GeneralReg - Excel file handling (processing on 1st row) Pin
Karan_TN20-Apr-08 19:50
Karan_TN20-Apr-08 19:50 
QuestionWebservice Error [modified] Pin
SamRST20-Apr-08 19:46
SamRST20-Apr-08 19:46 
AnswerRe: Webservice Error Pin
Vasudevan Deepak Kumar30-Apr-08 1:52
Vasudevan Deepak Kumar30-Apr-08 1:52 
QuestionHow to read unread mails from pop3Client Pin
Member 463178720-Apr-08 19:42
Member 463178720-Apr-08 19:42 
AnswerRe: How to read unread mails from pop3Client Pin
Vasudevan Deepak Kumar30-Apr-08 1:54
Vasudevan Deepak Kumar30-Apr-08 1:54 
Generalaccess text from textatea Pin
rajkumar.320-Apr-08 19:36
rajkumar.320-Apr-08 19:36 
GeneralRe: access text from textatea Pin
Sandeep Akhare20-Apr-08 19:43
Sandeep Akhare20-Apr-08 19:43 
GeneralRe: access text from textatea Pin
rajkumar.320-Apr-08 19:47
rajkumar.320-Apr-08 19:47 
GeneralRe: access text from textatea Pin
rajkumar.320-Apr-08 19:50
rajkumar.320-Apr-08 19:50 
GeneralRe: access text from textatea Pin
rajkumar.320-Apr-08 20:04
rajkumar.320-Apr-08 20:04 
GeneralRe: access text from textatea Pin
Sandeep Akhare20-Apr-08 20:10
Sandeep Akhare20-Apr-08 20:10 
GeneralRe: access text from textatea [modified] Pin
Sandeep Akhare20-Apr-08 19:59
Sandeep Akhare20-Apr-08 19:59 
GeneralRe: access text from textatea Pin
rajkumar.320-Apr-08 21:04
rajkumar.320-Apr-08 21:04 
Generalsend value from one html page to another html page Pin
ptvce20-Apr-08 18:38
ptvce20-Apr-08 18:38 
GeneralRe: send value from one html page to another html page Pin
AlexeiXX320-Apr-08 19:03
AlexeiXX320-Apr-08 19:03 

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.