Click here to Skip to main content
15,889,595 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: dates in datagrid.........., Pin
InsDev6-Jul-07 1:53
InsDev6-Jul-07 1:53 
QuestionDatagrid bound column value in datagrid textbox..(I hope this time i will get..) [modified] Pin
Member 38798816-Jul-07 1:12
Member 38798816-Jul-07 1:12 
AnswerRe: I hope this time i will get........., Pin
Sathesh Sakthivel6-Jul-07 1:21
Sathesh Sakthivel6-Jul-07 1:21 
AnswerRe: Datagrid bound column value in datagrid textbox..(I hope this time i will get..) Pin
InsDev6-Jul-07 1:36
InsDev6-Jul-07 1:36 
GeneralRe: Datagrid bound column value in datagrid textbox..(I hope this time i will get..) Pin
Member 38798816-Jul-07 1:55
Member 38798816-Jul-07 1:55 
QuestionError in dgresult.rows Pin
n_gchaitra6-Jul-07 1:07
n_gchaitra6-Jul-07 1:07 
AnswerRe: Error in dgresult.rows Pin
kubben6-Jul-07 2:02
kubben6-Jul-07 2:02 
QuestionInitializeCulture()': no suitable method found to override : only problem with master page Pin
srinandan..6-Jul-07 1:03
srinandan..6-Jul-07 1:03 
Hi AllSmile | :)
I am having a master page contains dropdownlist to select the language.
when write the following method just below the

public partial class Sign_in : System.Web.UI.MasterPage<br />
{<br />
  protected override void InitializeCulture()<br />
    {<br />
        string culture = Request.Form["cmbCulture"];<br />
        if (string.IsNullOrEmpty(culture))<br />
            culture = "Auto";<br />
        //Use this<br />
        UICulture = culture;<br />
        Culture = culture;<br />
        //OR This<br />
        if (culture != "Auto")<br />
        {<br />
            System.Globalization.CultureInfo ci = new System.Globalization.CultureInfo(culture);<br />
            System.Threading.Thread.CurrentThread.CurrentCulture = ci;<br />
            System.Threading.Thread.CurrentThread.CurrentUICulture = ci;<br />
        }<br />
<br />
        base.InitializeCulture();<br />
    }<br />
<br />
  protected void Page_Load(object sender, EventArgs e)<br />
    {}<br />
<br />
}<br />


following error occur only with he master page:
'Sign_in.InitializeCulture()': no suitable method found to override
while same process is working in aspx page.

Thanks in advance..

Regards,
Sri..
Questionrating. Pin
suparichit6-Jul-07 0:54
suparichit6-Jul-07 0:54 
AnswerRe: rating. Pin
Sathesh Sakthivel6-Jul-07 0:56
Sathesh Sakthivel6-Jul-07 0:56 
GeneralRe: rating. Pin
Christian Graus6-Jul-07 1:01
protectorChristian Graus6-Jul-07 1:01 
GeneralRe: rating. Pin
Sathesh Sakthivel6-Jul-07 1:08
Sathesh Sakthivel6-Jul-07 1:08 
AnswerRe: rating. Pin
Christian Graus6-Jul-07 1:00
protectorChristian Graus6-Jul-07 1:00 
GeneralRe: rating. Pin
suparichit6-Jul-07 1:41
suparichit6-Jul-07 1:41 
GeneralRe: rating. Pin
Sathesh Sakthivel6-Jul-07 1:45
Sathesh Sakthivel6-Jul-07 1:45 
GeneralRe: rating. Pin
suparichit6-Jul-07 2:07
suparichit6-Jul-07 2:07 
Questionhow to retrive file from database Pin
suparichit6-Jul-07 0:52
suparichit6-Jul-07 0:52 
AnswerRe: how to retrive file from database Pin
Sathesh Sakthivel6-Jul-07 0:55
Sathesh Sakthivel6-Jul-07 0:55 
AnswerRe: how to retrive file from database Pin
Tarik Guney6-Jul-07 5:20
Tarik Guney6-Jul-07 5:20 
QuestionCreate a custom control(dropdownlist populating Datagrid or Table of records) Pin
Jai Prakash Singh6-Jul-07 0:42
Jai Prakash Singh6-Jul-07 0:42 
AnswerRe: Create a custom control(dropdownlist populating Datagrid or Table of records) Pin
Parwej Ahamad6-Jul-07 0:50
professionalParwej Ahamad6-Jul-07 0:50 
GeneralRe: Create a custom control(dropdownlist populating Datagrid or Table of records) Pin
Jai Prakash Singh6-Jul-07 1:55
Jai Prakash Singh6-Jul-07 1:55 
GeneralRe: Create a custom control(dropdownlist populating Datagrid or Table of records) Pin
Parwej Ahamad9-Jul-07 0:53
professionalParwej Ahamad9-Jul-07 0:53 
QuestionA server control have not post back and have click event Pin
Piyush Vardhan Singh6-Jul-07 0:42
Piyush Vardhan Singh6-Jul-07 0:42 
AnswerRe: A server control have not post back and have click event Pin
Parwej Ahamad6-Jul-07 0:48
professionalParwej Ahamad6-Jul-07 0:48 

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.