Click here to Skip to main content
15,912,578 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: regarding pblm in creating virtual directory Pin
martin_hughes6-Dec-07 4:23
martin_hughes6-Dec-07 4:23 
Questioncalling javascript from c# Pin
ekynox6-Dec-07 1:27
ekynox6-Dec-07 1:27 
GeneralRe: calling javascript from c# Pin
jagan1236-Dec-07 1:42
jagan1236-Dec-07 1:42 
GeneralRe: calling javascript from c# Pin
ekynox6-Dec-07 2:05
ekynox6-Dec-07 2:05 
GeneralRe: calling javascript from c# Pin
jagan1236-Dec-07 2:08
jagan1236-Dec-07 2:08 
GeneralRe: calling javascript from c# [modified] Pin
ekynox6-Dec-07 2:23
ekynox6-Dec-07 2:23 
Questionhow to convert text, from english to other language using asp.net Pin
Member 41706456-Dec-07 1:10
Member 41706456-Dec-07 1:10 
AnswerRe: how to convert text, from english to other language using asp.net Pin
Sathesh Sakthivel6-Dec-07 1:26
Sathesh Sakthivel6-Dec-07 1:26 
1. The pros of "GetLocalResourceObject" and "GetGlobalResourceObject" is to help you achieve

Gloabalization and Localization easily. Cons is that writing code is a little complex than usual.
2. You can use Xml file instead of Resources, as resource itself is in xml format. I would not

suggest you use xml files, because you will lose the ability of using the build-in resource

Localization/Globalization support.
3. The captions of controls should also be get from the resource file.
4. Since .NET 3.5 hasn't been released yet, I do not know whether it will have any new feature on

this.

You can take a look at the following links for more information

http://msdn2.microsoft.com/en-us/library/ms227982.aspx[^]

http://msdn2.microsoft.com/en-us/library/c6zyy3s9.aspx[^]

SSK.

Anyone who says sunshine brings happiness has never danced in the rain.

AnswerRe: how to convert text, from english to other language using asp.net Pin
Michael Sync6-Dec-07 1:29
Michael Sync6-Dec-07 1:29 
QuestionHow to put javascript validation on ASP .NET controls? Pin
Rocky#6-Dec-07 0:58
Rocky#6-Dec-07 0:58 
AnswerRe: How to put javascript validation on ASP .NET controls? Pin
N a v a n e e t h6-Dec-07 1:08
N a v a n e e t h6-Dec-07 1:08 
GeneralOpen a new window Pin
.NET- India 6-Dec-07 0:56
.NET- India 6-Dec-07 0:56 
GeneralRe: Open a new window Pin
Michael Sync6-Dec-07 1:24
Michael Sync6-Dec-07 1:24 
GeneralRe: Open a new window Pin
.NET- India 6-Dec-07 1:51
.NET- India 6-Dec-07 1:51 
GeneralRe: Open a new window Pin
Michael Sync6-Dec-07 3:21
Michael Sync6-Dec-07 3:21 
Questionhow to get a multi row result set from a stored procedures Pin
jagan1236-Dec-07 0:54
jagan1236-Dec-07 0:54 
Generalchild Grid Pin
wasimsharp6-Dec-07 0:48
wasimsharp6-Dec-07 0:48 
QuestionHow to Calculate AGE? Pin
Kasi Viswanathan6-Dec-07 0:40
Kasi Viswanathan6-Dec-07 0:40 
AnswerRe: How to Calculate AGE? Pin
Sathesh Sakthivel6-Dec-07 1:29
Sathesh Sakthivel6-Dec-07 1:29 
GeneralRe: How to Calculate AGE? Pin
Paddy Boyd6-Dec-07 1:41
Paddy Boyd6-Dec-07 1:41 
GeneralRe: How to Calculate AGE? Pin
Sathesh Sakthivel6-Dec-07 1:51
Sathesh Sakthivel6-Dec-07 1:51 
GeneralRe: How to Calculate AGE? Pin
J4amieC6-Dec-07 2:54
J4amieC6-Dec-07 2:54 
AnswerRe: How to Calculate AGE? Pin
J4amieC6-Dec-07 2:56
J4amieC6-Dec-07 2:56 
QuestionHow to present database in Excel file using ODBC connection in ASP.NET Pin
kolag6-Dec-07 0:24
kolag6-Dec-07 0:24 
QuestionHow to delete a particular record from DataGrid. Pin
Member 45999726-Dec-07 0:10
Member 45999726-Dec-07 0:10 

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.