Click here to Skip to main content
15,890,336 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionnext buttton doesn't work after two page in crystal report of asp.net Pin
amitajain00818-Sep-08 20:59
amitajain00818-Sep-08 20:59 
AnswerRe: next buttton doesn't work after two page in crystal report of asp.net Pin
eyeseetee18-Sep-08 22:03
eyeseetee18-Sep-08 22:03 
GeneralRe: next buttton doesn't work after two page in crystal report of asp.net Pin
amitajain00823-Sep-08 20:18
amitajain00823-Sep-08 20:18 
GeneralRe: next buttton doesn't work after two page in crystal report of asp.net Pin
amitajain00825-Sep-08 1:19
amitajain00825-Sep-08 1:19 
Questioncrystal report tollbar buttons not working in asp.net [modified] Pin
deepthy.p.m18-Sep-08 20:46
deepthy.p.m18-Sep-08 20:46 
QuestionProblem for Editing value from a textbox Pin
pradees4u18-Sep-08 20:18
pradees4u18-Sep-08 20:18 
AnswerRe: Problem for Editing value from a textbox Pin
sumit703418-Sep-08 20:46
sumit703418-Sep-08 20:46 
Questionproblem with utf-8 encoding Pin
hurrem18-Sep-08 19:34
hurrem18-Sep-08 19:34 
Hi,
I very need your help.
I'm doing a site in russian language and have problems with encoding.
I have this in my web.config:

<system.web>
    <globalization requestencoding="utf-8" responseencoding="utf-8" culture="ru-RU" uiculture="ru-RU" /></system.web>


and then this in my MasterPage:

<head id="HeadElement" runat="server">
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
	<title></title>
</head>


and in the default.aspx, I have this:
<![CDATA[<%@ Page  Language="C#" MasterPageFile="~/MasterPage.master" CodeFile="Default.aspx.cs"
	Inherits="Default_aspx" Title="Welcome" ResponseEncoding="utf-8" %>]]>


But it doesn't display properly the russian text in the ContentPlaceHolders within the default.aspx....

could you please tell, how can I solve this question?
AnswerRe: problem with utf-8 encoding Pin
hurrem18-Sep-08 19:35
hurrem18-Sep-08 19:35 
GeneralRe: problem with utf-8 encoding Pin
N a v a n e e t h18-Sep-08 19:38
N a v a n e e t h18-Sep-08 19:38 
GeneralRe: problem with utf-8 encoding Pin
hurrem18-Sep-08 19:58
hurrem18-Sep-08 19:58 
QuestionHow to assign Image to Image Control at run time in ASP.NET Pin
salman_syed_0118-Sep-08 19:22
salman_syed_0118-Sep-08 19:22 
AnswerRe: How to assign Image to Image Control at run time in ASP.NET Pin
N a v a n e e t h18-Sep-08 19:37
N a v a n e e t h18-Sep-08 19:37 
AnswerRe: How to assign Image to Image Control at run time in ASP.NET Pin
Ashfield18-Sep-08 21:46
Ashfield18-Sep-08 21:46 
Questionpdf format Pin
kheer18-Sep-08 19:10
kheer18-Sep-08 19:10 
AnswerRe: pdf format Pin
N a v a n e e t h18-Sep-08 19:39
N a v a n e e t h18-Sep-08 19:39 
QuestionHow to Assign an image to Image control at Run time in ASP.NET Pin
salman_syed_0118-Sep-08 17:41
salman_syed_0118-Sep-08 17:41 
AnswerRe: How to Assign an image to Image control at Run time in ASP.NET Pin
Rocky#18-Sep-08 17:47
Rocky#18-Sep-08 17:47 
AnswerRe: How to Assign an image to Image control at Run time in ASP.NET Pin
Mohammad Al Hoss18-Sep-08 22:55
Mohammad Al Hoss18-Sep-08 22:55 
Questionpass query string............. Pin
ani_ikram18-Sep-08 16:53
ani_ikram18-Sep-08 16:53 
AnswerRe: pass query string............. Pin
Blue_Boy18-Sep-08 22:28
Blue_Boy18-Sep-08 22:28 
QuestionExport many pictures into a word document without DCOM ? Pin
clampid118-Sep-08 15:08
clampid118-Sep-08 15:08 
QuestionViewState and Enabled property in a textb Pin
allende18-Sep-08 8:42
allende18-Sep-08 8:42 
AnswerRe: ViewState and Enabled property in a textb Pin
Sandeep Akhare18-Sep-08 19:47
Sandeep Akhare18-Sep-08 19:47 
QuestionSet the connectionString for the sessionState element in web.config Pin
AlexeiXX318-Sep-08 7:57
AlexeiXX318-Sep-08 7:57 

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.