Click here to Skip to main content
15,907,183 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Password in Cookies Pin
Sandeep Akhare11-Sep-07 0:37
Sandeep Akhare11-Sep-07 0:37 
GeneralRe: Password in Cookies Pin
varshavmane11-Sep-07 0:53
varshavmane11-Sep-07 0:53 
GeneralRe: Password in Cookies Pin
Sandeep Akhare11-Sep-07 1:02
Sandeep Akhare11-Sep-07 1:02 
GeneralRe: Password in Cookies Pin
varshavmane11-Sep-07 1:20
varshavmane11-Sep-07 1:20 
GeneralRe: Password in Cookies [modified] Pin
Sandeep Akhare11-Sep-07 1:11
Sandeep Akhare11-Sep-07 1:11 
GeneralRe: Password in Cookies Pin
varshavmane11-Sep-07 2:20
varshavmane11-Sep-07 2:20 
GeneralRe: Password in Cookies Pin
Sandeep Akhare11-Sep-07 3:25
Sandeep Akhare11-Sep-07 3:25 
QuestionI want to change the number format to Local Culture in JS by reading culture value from Web Config Pin
Arun Kumar Babu10-Sep-07 19:07
Arun Kumar Babu10-Sep-07 19:07 
Hi All,
I want to change the number format to Local Culture in Java Script by reading culture value from Web Config. I have a function like below,but the following reads the culture from system settings,instead of this i need a code which reads the Culture from the webconfig and changes the format according to that.

function changeculture()
{

var num = new Number(document.getElementById("arun").value);
document.getElementById("arun").value = num.toLocaleString();
}

Best Regards
Arun Kumar
QuestionForm authentication Pin
bhattiprolu10-Sep-07 19:01
bhattiprolu10-Sep-07 19:01 
AnswerRe: Form authentication Pin
varshavmane10-Sep-07 19:18
varshavmane10-Sep-07 19:18 
QuestionProblems in master page! Pin
Affan Toor10-Sep-07 19:00
Affan Toor10-Sep-07 19:00 
AnswerRe: Problems in master page! Pin
Sandeep Akhare10-Sep-07 19:30
Sandeep Akhare10-Sep-07 19:30 
QuestionPopup Window in FireFox Pin
Mahesh.J10-Sep-07 18:07
Mahesh.J10-Sep-07 18:07 
AnswerRe: Popup Window in FireFox Pin
Sandeep Akhare10-Sep-07 19:44
Sandeep Akhare10-Sep-07 19:44 
QuestionExprot to Word Is Error Pin
AnhTin10-Sep-07 17:06
AnhTin10-Sep-07 17:06 
QuestionDataset in ap.net2.0 Pin
dhulipudi10-Sep-07 16:28
dhulipudi10-Sep-07 16:28 
AnswerRe: Dataset in ap.net2.0 Pin
Sandeep Akhare10-Sep-07 19:48
Sandeep Akhare10-Sep-07 19:48 
GeneralRe: Dataset in ap.net2.0 Pin
dhulipudi10-Sep-07 19:52
dhulipudi10-Sep-07 19:52 
AnswerRe: Dataset in ap.net2.0 Pin
varshavmane10-Sep-07 20:19
varshavmane10-Sep-07 20:19 
GeneralRe: Dataset in ap.net2.0 Pin
dhulipudi10-Sep-07 20:37
dhulipudi10-Sep-07 20:37 
QuestionHow to improve the efficiency when search data from more than 1000000 records? Pin
guiqul16310-Sep-07 15:30
guiqul16310-Sep-07 15:30 
QuestioniCalendar and asp.net Pin
camby7510-Sep-07 12:08
camby7510-Sep-07 12:08 
QuestionGridView, set parameters in HyperLinkField's NavigateUrl Pin
ctlqt1210-Sep-07 7:40
ctlqt1210-Sep-07 7:40 
AnswerRe: GridView, set parameters in HyperLinkField's NavigateUrl Pin
Parwej Ahamad10-Sep-07 17:45
professionalParwej Ahamad10-Sep-07 17:45 
QuestionGridView C# - How to get Image to be selector [modified] Pin
Bricerice210-Sep-07 7:27
Bricerice210-Sep-07 7:27 

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.